In a RGB color space, #cc00cd hex color is composed of 80% red, 0% green and 80.4% blue. Whereas in a CMYK color space, it is composed of 0.5% cyan, 100% magenta, 0% yellow and 19.6% black. It has a hue angle of 299.7 degrees, a saturation of 100% and a lightness of 40.2%. #cc00cd color hex could be obtained by blending #ff00ff with #99009b. Closest websafe color is: #cc00cc.
The hexadecimal color #cc00cd has RGB values of R:204, G:0, B:205 and CMYK values of C:0, M:1, Y:0, K:0.2. Its decimal value is 13369549.
Hex triplet | cc00cd | #cc00cd |
RGB Decimal | 204, 0, 205 | rgb(204,0,205) |
RGB Percent | 80, 0, 80.4 | rgb(80%,0%,80.4%) |
CMYK | 0.5, 100, 0, 19.6 | |
HSL | 299.7°, 100, 40.2 | hsl(299.7,100%,40.2%) |
HSV(HSB) | 299.7°, 100, 80.4 | |
Web Safe | cc00cc | #c0c |
XYZ | 35.921, 17.245, 59.193 |
xyY | 0.32, 0.153, 17.245 |
CIE-LAB | 48.567, 83.192, -51.907 |
CIE-LCH | 48.567, 98.057, 328.038 |
CIE-LUV | 48.567, 67.219, -88.161 |
Hunter-Lab | 41.527, 81.731, -55.443 |
Binary | 11001100, 00000000, 11001101 |
Below, you can see some colors close to #cc00cd. 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 #cc00cd.
<span style="color:#cc00cd">Text here</span>
This paragraph has a background color of #cc00cd.
<p style="background-color:#cc00cd;">Content here</p>
This element has a border color of #cc00cd.
<div style="border:1px #cc00cd;">Content here</div>
.text {color:#cc00cd;}
.background {background-color:#cc00cd;}
.border {border:1px solid #cc00cd;}
.text-shadow {border:1px solid #cc00cd;}
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, #0e000e is the darkest color, while #fff8ff is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #676667 is the less saturated color, while #c409c4 is the most saturated one.