Shades of Deep Magenta #CC08DC
Tints of Deep Magenta #CC08DC
RGB
CMYK
RGB Variations
Color information
#CC08DC (or 0xCC08DC) is known color: Deep Magenta. HEX triplet: CC, 08 and DC. RGB value is (204,8,220). Sum of RGB (Red+Green+Blue) = 204+8+220=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 8 (3.52% from 255 or 1.85% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC08DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC08DC is #33F723. Grayscale: #5A5A5A. Windows color (decimal): -3405604 or 14420172. OLE color: 14420172.
HSL color Cylindrical-coordinate representation of color #CC08DC: hue angle of 295.47º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC08DC is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 8 | 220 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.14 |
| HSL | 295.47º | 0.93% | 0.45% | - |
| HSV(B) | 295.47º | 0.96% | 0.86% | - |
| XYZ | 37.91 | 18.18 | 69.22 | - |
| YUV | 90.77 | 200.93 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 220 | 0.07 | 0.96 | 0 | 0.14 | 295.47 | 0.93 | 0.45 |
| Hex | CC | 8 | DC | 7 | 60 | 0 | E | 127 | 5D | 2D |
| Octal | 314 | 10 | 334 | 7 | 140 | 0 | 16 | 447 | 135 | 55 |
| Binary | 11001100 | 1000 | 11011100 | 111 | 1100000 | 0 | 1110 | 100100111 | 1011101 | 101101 |
Color Harmonies of #CC08DC
Complementary color
Monochromatic Colors of #CC08DC
Black with #CC08DC
Text Example
Text Example
White with #CC08DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC08DC; }
p { color: rgb(204,8,220); }
H1.HeaderClassName
{
color: #CC08DC;
}
.AnyTagClassName
{
color: #CC08DC;
}
</style>
background-color css
<style>
a { background-color: #CC08DC; }
a { background-color: rgb(204,8,220); }
div.DivClassName
{
background-color: #CC08DC;
}
.BgClassName
{
background-color: #CC08DC;
}
</style>
border-color css
<style>
span { border-color: #CC08DC; }
span { border-color: rgb(204,8,220); }
td.TdClassName
{
border-color: #CC08DC;
}
.TagClassName
{
border-color: #CC08DC;
}
</style>