Color: #C7306C
#C7306C Color Information
#C7306C is a dark color. The closest websafe version is #C7306C. A complement of this color would be #30C589, perceived brightness is 0.39, and the grayscale version is #7C7C7C.
In the HSL color space, this color has a hue angle of 336°,a saturation of 61%, and a lightness of 48%.The HSV representation shows a hue of 336°, a saturation of 76%, and a value of 78%.
In a RGB color space, #C7306C is composed of 78% red, 19% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 76% magenta, 46% yellow and 22% black.
In the Yxy color space, this color is represented as Y: 15.74, x: 0.5059, and y: 0.2825.
Color Code #C7306C
Shades of Color #C7306C
Shades are created by darkening the original color #C7306C in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #C7306C
Tints are created by lightening the original color #C7306C in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #C7306C Color Code
In the HSL color space, this color has a hue angle of 336°, a saturation of 61%, and a lightness of 48%. The HSV representation shows a hue of 336°, a saturation of 76%, and a value of 78%.
- HEX: #C7306C
- RGB: rgb(199, 48, 108)
- HSL: hsl(336, 61%, 48%)
- HSV: hsv(336, 76%, 78%)
- CMYK: 0.00% cyan, 76.00% magenta, 46.00% yellow, 22.00% black
- XYZ: 28.19, 15.74, 11.79
- Yxy: 15.74, 0.5059, 0.2825
- Hunter Lab: 46.63, 61.91, 3.41
- CIE-Lab: 46.63, 61.91, 3.41
In the XYZ color space, this color is represented as X: 28.19, Y: 15.74, Z: 11.79. The Yxy representation further refines this as Y: 15.74, x: 0.5059, and y: 0.2825.
In the Hunter Lab color space, this color is represented as L: 46.63, a: 61.91, and b: 3.41. Similarly, in the CIE-Lab color space, it is represented as L: 46.63, a: 61.91, and b: 3.41.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #C7306C
Triadic colors are three colors evenly spaced around the color wheel, including #C7306C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #C7306C
Split complementary colors are two colors adjacent to the complementary color of #C7306C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #C7306C
Monochromatic colors are variations of #C7306C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C7306C
The complementary color of #C7306C is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #C7306C
/* Using HEX */ body { background-color: #c7306c; }
/* Using RGB */ body { background-color: rgb(199, 48, 108); }
/* Using RGB with opacity */ body { background-color: rgba(199, 48, 108, 0.5); }
/* Using HSL */ body { background-color: hsl(336, 61%, 48%); }
/* Text color */ p { color: #c7306c; }
/* Box shadow */ div { box-shadow: 4px 4px #c7306c; }
/* Border color */ .box { border: 4px solid #c7306c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c7306c; }
/* Background with text */ div { background: #c7306c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C7306C
<!-- Using HEX --> <div style="background-color: #c7306c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(199, 48, 108); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(199, 48, 108, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(336, 61%, 48%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c7306c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c7306c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c7306c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c7306c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c7306c; color: #fff; padding: 16px; border-radius: 8px;"> #C7306C </div>
Related Colors of #C7306C
These colors are similar to #C7306C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.