Shades of Deep Magenta #CC08D0
Tints of Deep Magenta #CC08D0
RGB
CMYK
RGB Variations
Color information
#CC08D0 (or 0xCC08D0) is known color: Deep Magenta. HEX triplet: CC, 08 and D0. RGB value is (204,8,208). Sum of RGB (Red+Green+Blue) = 204+8+208=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC08D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC08D0 is #33F72F. Grayscale: #585858. Windows color (decimal): -3405616 or 13633740. OLE color: 13633740.
HSL color Cylindrical-coordinate representation of color #CC08D0: hue angle of 298.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC08D0 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 8 | 208 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.18 |
| HSL | 298.8º | 0.93% | 0.42% | - |
| HSV(B) | 298.8º | 0.96% | 0.82% | - |
| XYZ | 36.37 | 17.57 | 61.15 | - |
| YUV | 89.4 | 194.93 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 208 | 0.02 | 0.96 | 0 | 0.18 | 298.8 | 0.93 | 0.42 |
| Hex | CC | 8 | D0 | 2 | 60 | 0 | 12 | 12B | 5D | 2A |
| Octal | 314 | 10 | 320 | 2 | 140 | 0 | 22 | 453 | 135 | 52 |
| Binary | 11001100 | 1000 | 11010000 | 10 | 1100000 | 0 | 10010 | 100101011 | 1011101 | 101010 |
Color Harmonies of #CC08D0
Complementary color
Monochromatic Colors of #CC08D0
Black with #CC08D0
Text Example
Text Example
White with #CC08D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC08D0; }
p { color: rgb(204,8,208); }
H1.HeaderClassName
{
color: #CC08D0;
}
.AnyTagClassName
{
color: #CC08D0;
}
</style>
background-color css
<style>
a { background-color: #CC08D0; }
a { background-color: rgb(204,8,208); }
div.DivClassName
{
background-color: #CC08D0;
}
.BgClassName
{
background-color: #CC08D0;
}
</style>
border-color css
<style>
span { border-color: #CC08D0; }
span { border-color: rgb(204,8,208); }
td.TdClassName
{
border-color: #CC08D0;
}
.TagClassName
{
border-color: #CC08D0;
}
</style>