Shades of Deep Magenta #DC0CC9
Tints of Deep Magenta #DC0CC9
RGB
CMYK
RGB Variations
Color information
#DC0CC9 (or 0xDC0CC9) is known color: Deep Magenta. HEX triplet: DC, 0C and C9. RGB value is (220,12,201). Sum of RGB (Red+Green+Blue) = 220+12+201=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 12 (5.08% from 255 or 2.77% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0CC9 is #23F336. Grayscale: #5F5F5F. Windows color (decimal): -2356023 or 13176028. OLE color: 13176028.
HSL color Cylindrical-coordinate representation of color #DC0CC9: hue angle of 305.48º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0CC9 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 12 | 201 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.14 |
| HSL | 305.48º | 0.9% | 0.45% | - |
| HSV(B) | 305.48º | 0.95% | 0.86% | - |
| XYZ | 40.19 | 19.7 | 56.94 | - |
| YUV | 95.74 | 187.41 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 12 | 201 | 0 | 0.95 | 0.09 | 0.14 | 305.48 | 0.9 | 0.45 |
| Hex | DC | C | C9 | 0 | 5F | 9 | E | 131 | 5A | 2D |
| Octal | 334 | 14 | 311 | 0 | 137 | 11 | 16 | 461 | 132 | 55 |
| Binary | 11011100 | 1100 | 11001001 | 0 | 1011111 | 1001 | 1110 | 100110001 | 1011010 | 101101 |
Color Harmonies of #DC0CC9
Complementary color
Monochromatic Colors of #DC0CC9
Black with #DC0CC9
Text Example
Text Example
White with #DC0CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0CC9; }
p { color: rgb(220,12,201); }
H1.HeaderClassName
{
color: #DC0CC9;
}
.AnyTagClassName
{
color: #DC0CC9;
}
</style>
background-color css
<style>
a { background-color: #DC0CC9; }
a { background-color: rgb(220,12,201); }
div.DivClassName
{
background-color: #DC0CC9;
}
.BgClassName
{
background-color: #DC0CC9;
}
</style>
border-color css
<style>
span { border-color: #DC0CC9; }
span { border-color: rgb(220,12,201); }
td.TdClassName
{
border-color: #DC0CC9;
}
.TagClassName
{
border-color: #DC0CC9;
}
</style>