Shades of Deep Magenta #CC08D9
Tints of Deep Magenta #CC08D9
RGB
CMYK
RGB Variations
Color information
#CC08D9 (or 0xCC08D9) is known color: Deep Magenta. HEX triplet: CC, 08 and D9. RGB value is (204,8,217). Sum of RGB (Red+Green+Blue) = 204+8+217=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 8 (3.52% from 255 or 1.86% from 429); Blue value is 217 (85.16% from 255 or 50.58% from 429); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC08D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC08D9 is #33F726. Grayscale: #595959. Windows color (decimal): -3405607 or 14223564. OLE color: 14223564.
HSL color Cylindrical-coordinate representation of color #CC08D9: hue angle of 296.27º 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 #CC08D9 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 8 | 217 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.15 |
| HSL | 296.27º | 0.93% | 0.44% | - |
| HSV(B) | 296.27º | 0.96% | 0.85% | - |
| XYZ | 37.51 | 18.02 | 67.15 | - |
| YUV | 90.43 | 199.43 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 217 | 0.06 | 0.96 | 0 | 0.15 | 296.27 | 0.93 | 0.44 |
| Hex | CC | 8 | D9 | 6 | 60 | 0 | F | 128 | 5D | 2C |
| Octal | 314 | 10 | 331 | 6 | 140 | 0 | 17 | 450 | 135 | 54 |
| Binary | 11001100 | 1000 | 11011001 | 110 | 1100000 | 0 | 1111 | 100101000 | 1011101 | 101100 |
Color Harmonies of #CC08D9
Complementary color
Monochromatic Colors of #CC08D9
Black with #CC08D9
Text Example
Text Example
White with #CC08D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC08D9; }
p { color: rgb(204,8,217); }
H1.HeaderClassName
{
color: #CC08D9;
}
.AnyTagClassName
{
color: #CC08D9;
}
</style>
background-color css
<style>
a { background-color: #CC08D9; }
a { background-color: rgb(204,8,217); }
div.DivClassName
{
background-color: #CC08D9;
}
.BgClassName
{
background-color: #CC08D9;
}
</style>
border-color css
<style>
span { border-color: #CC08D9; }
span { border-color: rgb(204,8,217); }
td.TdClassName
{
border-color: #CC08D9;
}
.TagClassName
{
border-color: #CC08D9;
}
</style>