In a RGB color space, #cc00cc hex color (also known as Screaming Magenta) is composed of 80% red, 0% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 100% magenta, 0% yellow and 20% black. It has a hue angle of 300 degrees, a saturation of 100% and a lightness of 40%. #cc00cc color hex could be obtained by blending #ff00ff with #990099. #cc00cc(or #c0c) is a websafe color.
The hexadecimal color #cc00cc has RGB values of R:204, G:0, B:204 and CMYK values of C:0, M:1, Y:0, K:0.2. Its decimal value is 13369548.
Hex triplet | cc00cc | #cc00cc |
RGB Decimal | 204, 0, 204 | rgb(204,0,204) |
RGB Percent | 80, 0, 80 | rgb(80%,0%,80%) |
CMYK | 0, 100, 0, 20 | |
HSL | 300°, 100, 40 | hsl(300,100%,40%) |
HSV(HSB) | 300°, 100, 80 | |
Web Safe | cc00cc | #c0c |
XYZ | 35.801, 17.197, 58.559 |
xyY | 0.321, 0.154, 17.197 |
CIE-LAB | 48.507, 83.047, -51.426 |
CIE-LCH | 48.507, 97.68, 328.233 |
CIE-LUV | 48.507, 67.61, -87.422 |
Hunter-Lab | 41.469, 81.53, -54.696 |
Binary | 11001100, 00000000, 11001100 |
Below, you can see some colors close to #cc00cc. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #cc00cc.
<span style="color:#cc00cc">Text here</span>
This paragraph has a background color of #cc00cc.
<p style="background-color:#cc00cc;">Content here</p>
This element has a border color of #cc00cc.
<div style="border:1px #cc00cc;">Content here</div>
.text {color:#cc00cc;}
.background {background-color:#cc00cc;}
.border {border:1px solid #cc00cc;}
.text-shadow {border:1px solid #cc00cc;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #0d000d is the darkest color, while #fff7ff is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #666666 is the less saturated color, while #c308c4 is the most saturated one.