Shades of Deep Magenta #DC12C8
Tints of Deep Magenta #DC12C8
RGB
CMYK
RGB Variations
Color information
#DC12C8 (or 0xDC12C8) is known color: Deep Magenta. HEX triplet: DC, 12 and C8. RGB value is (220,18,200). Sum of RGB (Red+Green+Blue) = 220+18+200=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC12C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC12C8 is #23ED37. Grayscale: #626262. Windows color (decimal): -2354488 or 13112028. OLE color: 13112028.
HSL color Cylindrical-coordinate representation of color #DC12C8: hue angle of 305.94º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC12C8 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 200 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.14 |
| HSL | 305.94º | 0.85% | 0.47% | - |
| HSV(B) | 305.94º | 0.92% | 0.86% | - |
| XYZ | 40.16 | 19.82 | 56.35 | - |
| YUV | 99.15 | 184.92 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 200 | 0 | 0.92 | 0.09 | 0.14 | 305.94 | 0.85 | 0.47 |
| Hex | DC | 12 | C8 | 0 | 5C | 9 | E | 132 | 55 | 2F |
| Octal | 334 | 22 | 310 | 0 | 134 | 11 | 16 | 462 | 125 | 57 |
| Binary | 11011100 | 10010 | 11001000 | 0 | 1011100 | 1001 | 1110 | 100110010 | 1010101 | 101111 |
Color Harmonies of #DC12C8
Complementary color
Monochromatic Colors of #DC12C8
Black with #DC12C8
Text Example
Text Example
White with #DC12C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC12C8; }
p { color: rgb(220,18,200); }
H1.HeaderClassName
{
color: #DC12C8;
}
.AnyTagClassName
{
color: #DC12C8;
}
</style>
background-color css
<style>
a { background-color: #DC12C8; }
a { background-color: rgb(220,18,200); }
div.DivClassName
{
background-color: #DC12C8;
}
.BgClassName
{
background-color: #DC12C8;
}
</style>
border-color css
<style>
span { border-color: #DC12C8; }
span { border-color: rgb(220,18,200); }
td.TdClassName
{
border-color: #DC12C8;
}
.TagClassName
{
border-color: #DC12C8;
}
</style>