Shades of Deep Magenta #CC02DD
Tints of Deep Magenta #CC02DD
RGB
CMYK
RGB Variations
Color information
#CC02DD (or 0xCC02DD) is known color: Deep Magenta. HEX triplet: CC, 02 and DD. RGB value is (204,2,221). Sum of RGB (Red+Green+Blue) = 204+2+221=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 2 (1.17% from 255 or 0.47% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC02DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC02DD is #33FD22. Grayscale: #565656. Windows color (decimal): -3407139 or 14484172. OLE color: 14484172.
HSL color Cylindrical-coordinate representation of color #CC02DD: hue angle of 295.34º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC02DD is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 2 | 221 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.13 |
| HSL | 295.34º | 0.98% | 0.44% | - |
| HSV(B) | 295.34º | 0.99% | 0.87% | - |
| XYZ | 37.97 | 18.1 | 69.9 | - |
| YUV | 87.36 | 203.42 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 221 | 0.08 | 0.99 | 0 | 0.13 | 295.34 | 0.98 | 0.44 |
| Hex | CC | 2 | DD | 8 | 63 | 0 | D | 127 | 62 | 2C |
| Octal | 314 | 2 | 335 | 10 | 143 | 0 | 15 | 447 | 142 | 54 |
| Binary | 11001100 | 10 | 11011101 | 1000 | 1100011 | 0 | 1101 | 100100111 | 1100010 | 101100 |
Color Harmonies of #CC02DD
Complementary color
Monochromatic Colors of #CC02DD
Black with #CC02DD
Text Example
Text Example
White with #CC02DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC02DD; }
p { color: rgb(204,2,221); }
H1.HeaderClassName
{
color: #CC02DD;
}
.AnyTagClassName
{
color: #CC02DD;
}
</style>
background-color css
<style>
a { background-color: #CC02DD; }
a { background-color: rgb(204,2,221); }
div.DivClassName
{
background-color: #CC02DD;
}
.BgClassName
{
background-color: #CC02DD;
}
</style>
border-color css
<style>
span { border-color: #CC02DD; }
span { border-color: rgb(204,2,221); }
td.TdClassName
{
border-color: #CC02DD;
}
.TagClassName
{
border-color: #CC02DD;
}
</style>