Shades of Deep Magenta #D00CC8
Tints of Deep Magenta #D00CC8
RGB
CMYK
RGB Variations
Color information
#D00CC8 (or 0xD00CC8) is known color: Deep Magenta. HEX triplet: D0, 0C and C8. RGB value is (208,12,200). Sum of RGB (Red+Green+Blue) = 208+12+200=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 200 (78.52% from 255 or 47.62% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D00CC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00CC8 is #2FF337. Grayscale: #5B5B5B. Windows color (decimal): -3142456 or 13110480. OLE color: 13110480.
HSL color Cylindrical-coordinate representation of color #D00CC8: hue angle of 302.45º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00CC8 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 200 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.18 |
| HSL | 302.45º | 0.89% | 0.43% | - |
| HSV(B) | 302.45º | 0.94% | 0.82% | - |
| XYZ | 36.57 | 17.84 | 56.16 | - |
| YUV | 92.04 | 188.93 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 200 | 0 | 0.94 | 0.04 | 0.18 | 302.45 | 0.89 | 0.43 |
| Hex | D0 | C | C8 | 0 | 5E | 4 | 12 | 12E | 59 | 2B |
| Octal | 320 | 14 | 310 | 0 | 136 | 4 | 22 | 456 | 131 | 53 |
| Binary | 11010000 | 1100 | 11001000 | 0 | 1011110 | 100 | 10010 | 100101110 | 1011001 | 101011 |
Color Harmonies of #D00CC8
Complementary color
Monochromatic Colors of #D00CC8
Black with #D00CC8
Text Example
Text Example
White with #D00CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00CC8; }
p { color: rgb(208,12,200); }
H1.HeaderClassName
{
color: #D00CC8;
}
.AnyTagClassName
{
color: #D00CC8;
}
</style>
background-color css
<style>
a { background-color: #D00CC8; }
a { background-color: rgb(208,12,200); }
div.DivClassName
{
background-color: #D00CC8;
}
.BgClassName
{
background-color: #D00CC8;
}
</style>
border-color css
<style>
span { border-color: #D00CC8; }
span { border-color: rgb(208,12,200); }
td.TdClassName
{
border-color: #D00CC8;
}
.TagClassName
{
border-color: #D00CC8;
}
</style>