Shades of Deep Magenta #CC08D8
Tints of Deep Magenta #CC08D8
RGB
CMYK
RGB Variations
Color information
#CC08D8 (or 0xCC08D8) is known color: Deep Magenta. HEX triplet: CC, 08 and D8. RGB value is (204,8,216). Sum of RGB (Red+Green+Blue) = 204+8+216=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 8 (3.52% from 255 or 1.87% from 428); Blue value is 216 (84.77% from 255 or 50.47% from 428); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC08D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC08D8 is #33F727. Grayscale: #595959. Windows color (decimal): -3405608 or 14158028. OLE color: 14158028.
HSL color Cylindrical-coordinate representation of color #CC08D8: hue angle of 296.54º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC08D8 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 8 | 216 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.15 |
| HSL | 296.54º | 0.93% | 0.44% | - |
| HSV(B) | 296.54º | 0.96% | 0.85% | - |
| XYZ | 37.38 | 17.97 | 66.46 | - |
| YUV | 90.32 | 198.93 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 216 | 0.06 | 0.96 | 0 | 0.15 | 296.54 | 0.93 | 0.44 |
| Hex | CC | 8 | D8 | 6 | 60 | 0 | F | 129 | 5D | 2C |
| Octal | 314 | 10 | 330 | 6 | 140 | 0 | 17 | 451 | 135 | 54 |
| Binary | 11001100 | 1000 | 11011000 | 110 | 1100000 | 0 | 1111 | 100101001 | 1011101 | 101100 |
Color Harmonies of #CC08D8
Complementary color
Monochromatic Colors of #CC08D8
Black with #CC08D8
Text Example
Text Example
White with #CC08D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC08D8; }
p { color: rgb(204,8,216); }
H1.HeaderClassName
{
color: #CC08D8;
}
.AnyTagClassName
{
color: #CC08D8;
}
</style>
background-color css
<style>
a { background-color: #CC08D8; }
a { background-color: rgb(204,8,216); }
div.DivClassName
{
background-color: #CC08D8;
}
.BgClassName
{
background-color: #CC08D8;
}
</style>
border-color css
<style>
span { border-color: #CC08D8; }
span { border-color: rgb(204,8,216); }
td.TdClassName
{
border-color: #CC08D8;
}
.TagClassName
{
border-color: #CC08D8;
}
</style>