Shades of Deep Magenta #DC12DC
Tints of Deep Magenta #DC12DC
RGB
CMYK
RGB Variations
Color information
#DC12DC (or 0xDC12DC) is known color: Deep Magenta. HEX triplet: DC, 12 and DC. RGB value is (220,18,220). Sum of RGB (Red+Green+Blue) = 220+18+220=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 18 (7.42% from 255 or 3.93% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC12DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC12DC is #23ED23. Grayscale: #646464. Windows color (decimal): -2354468 or 14422748. OLE color: 14422748.
HSL color Cylindrical-coordinate representation of color #DC12DC: hue angle of 300º 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 #DC12DC is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 220 | - |
| CMYK | 0 | 0.92 | 0 | 0.14 |
| HSL | 300º | 0.85% | 0.47% | - |
| HSV(B) | 300º | 0.92% | 0.86% | - |
| XYZ | 42.65 | 20.82 | 69.48 | - |
| YUV | 101.43 | 194.92 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 220 | 0 | 0.92 | 0 | 0.14 | 300 | 0.85 | 0.47 |
| Hex | DC | 12 | DC | 0 | 5C | 0 | E | 12C | 55 | 2F |
| Octal | 334 | 22 | 334 | 0 | 134 | 0 | 16 | 454 | 125 | 57 |
| Binary | 11011100 | 10010 | 11011100 | 0 | 1011100 | 0 | 1110 | 100101100 | 1010101 | 101111 |
Color Harmonies of #DC12DC
Complementary color
Monochromatic Colors of #DC12DC
Black with #DC12DC
Text Example
Text Example
White with #DC12DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC12DC; }
p { color: rgb(220,18,220); }
H1.HeaderClassName
{
color: #DC12DC;
}
.AnyTagClassName
{
color: #DC12DC;
}
</style>
background-color css
<style>
a { background-color: #DC12DC; }
a { background-color: rgb(220,18,220); }
div.DivClassName
{
background-color: #DC12DC;
}
.BgClassName
{
background-color: #DC12DC;
}
</style>
border-color css
<style>
span { border-color: #DC12DC; }
span { border-color: rgb(220,18,220); }
td.TdClassName
{
border-color: #DC12DC;
}
.TagClassName
{
border-color: #DC12DC;
}
</style>