Shades of Deep Magenta #D00CCC
Tints of Deep Magenta #D00CCC
RGB
CMYK
RGB Variations
Color information
#D00CCC (or 0xD00CCC) is known color: Deep Magenta. HEX triplet: D0, 0C and CC. RGB value is (208,12,204). Sum of RGB (Red+Green+Blue) = 208+12+204=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D00CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00CCC is #2FF333. Grayscale: #5B5B5B. Windows color (decimal): -3142452 or 13372624. OLE color: 13372624.
HSL color Cylindrical-coordinate representation of color #D00CCC: hue angle of 301.22º 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 #D00CCC is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 204 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.18 |
| HSL | 301.22º | 0.89% | 0.43% | - |
| HSV(B) | 301.22º | 0.94% | 0.82% | - |
| XYZ | 37.04 | 18.03 | 58.65 | - |
| YUV | 92.49 | 190.93 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 204 | 0 | 0.94 | 0.02 | 0.18 | 301.22 | 0.89 | 0.43 |
| Hex | D0 | C | CC | 0 | 5E | 2 | 12 | 12D | 59 | 2B |
| Octal | 320 | 14 | 314 | 0 | 136 | 2 | 22 | 455 | 131 | 53 |
| Binary | 11010000 | 1100 | 11001100 | 0 | 1011110 | 10 | 10010 | 100101101 | 1011001 | 101011 |
Color Harmonies of #D00CCC
Complementary color
Monochromatic Colors of #D00CCC
Black with #D00CCC
Text Example
Text Example
White with #D00CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00CCC; }
p { color: rgb(208,12,204); }
H1.HeaderClassName
{
color: #D00CCC;
}
.AnyTagClassName
{
color: #D00CCC;
}
</style>
background-color css
<style>
a { background-color: #D00CCC; }
a { background-color: rgb(208,12,204); }
div.DivClassName
{
background-color: #D00CCC;
}
.BgClassName
{
background-color: #D00CCC;
}
</style>
border-color css
<style>
span { border-color: #D00CCC; }
span { border-color: rgb(208,12,204); }
td.TdClassName
{
border-color: #D00CCC;
}
.TagClassName
{
border-color: #D00CCC;
}
</style>