Shades of Deep Magenta #CC05DD
Tints of Deep Magenta #CC05DD
RGB
CMYK
RGB Variations
Color information
#CC05DD (or 0xCC05DD) is known color: Deep Magenta. HEX triplet: CC, 05 and DD. RGB value is (204,5,221). Sum of RGB (Red+Green+Blue) = 204+5+221=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 5 (2.34% from 255 or 1.16% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC05DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC05DD is #33FA22. Grayscale: #585858. Windows color (decimal): -3406371 or 14484940. OLE color: 14484940.
HSL color Cylindrical-coordinate representation of color #CC05DD: hue angle of 295.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC05DD is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 5 | 221 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.13 |
| HSL | 295.28º | 0.96% | 0.44% | - |
| HSV(B) | 295.28º | 0.98% | 0.87% | - |
| XYZ | 38.01 | 18.17 | 69.91 | - |
| YUV | 89.13 | 202.43 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 221 | 0.08 | 0.98 | 0 | 0.13 | 295.28 | 0.96 | 0.44 |
| Hex | CC | 5 | DD | 8 | 62 | 0 | D | 127 | 60 | 2C |
| Octal | 314 | 5 | 335 | 10 | 142 | 0 | 15 | 447 | 140 | 54 |
| Binary | 11001100 | 101 | 11011101 | 1000 | 1100010 | 0 | 1101 | 100100111 | 1100000 | 101100 |
Color Harmonies of #CC05DD
Complementary color
Monochromatic Colors of #CC05DD
Black with #CC05DD
Text Example
Text Example
White with #CC05DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC05DD; }
p { color: rgb(204,5,221); }
H1.HeaderClassName
{
color: #CC05DD;
}
.AnyTagClassName
{
color: #CC05DD;
}
</style>
background-color css
<style>
a { background-color: #CC05DD; }
a { background-color: rgb(204,5,221); }
div.DivClassName
{
background-color: #CC05DD;
}
.BgClassName
{
background-color: #CC05DD;
}
</style>
border-color css
<style>
span { border-color: #CC05DD; }
span { border-color: rgb(204,5,221); }
td.TdClassName
{
border-color: #CC05DD;
}
.TagClassName
{
border-color: #CC05DD;
}
</style>