Shades of Deep Magenta #DC12C9
Tints of Deep Magenta #DC12C9
RGB
CMYK
RGB Variations
Color information
#DC12C9 (or 0xDC12C9) is known color: Deep Magenta. HEX triplet: DC, 12 and C9. RGB value is (220,18,201). Sum of RGB (Red+Green+Blue) = 220+18+201=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC12C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC12C9 is #23ED36. Grayscale: #626262. Windows color (decimal): -2354487 or 13177564. OLE color: 13177564.
HSL color Cylindrical-coordinate representation of color #DC12C9: hue angle of 305.64º 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 #DC12C9 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 201 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.14 |
| HSL | 305.64º | 0.85% | 0.47% | - |
| HSV(B) | 305.64º | 0.92% | 0.86% | - |
| XYZ | 40.27 | 19.87 | 56.97 | - |
| YUV | 99.26 | 185.42 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 201 | 0 | 0.92 | 0.09 | 0.14 | 305.64 | 0.85 | 0.47 |
| Hex | DC | 12 | C9 | 0 | 5C | 9 | E | 132 | 55 | 2F |
| Octal | 334 | 22 | 311 | 0 | 134 | 11 | 16 | 462 | 125 | 57 |
| Binary | 11011100 | 10010 | 11001001 | 0 | 1011100 | 1001 | 1110 | 100110010 | 1010101 | 101111 |
Color Harmonies of #DC12C9
Complementary color
Monochromatic Colors of #DC12C9
Black with #DC12C9
Text Example
Text Example
White with #DC12C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC12C9; }
p { color: rgb(220,18,201); }
H1.HeaderClassName
{
color: #DC12C9;
}
.AnyTagClassName
{
color: #DC12C9;
}
</style>
background-color css
<style>
a { background-color: #DC12C9; }
a { background-color: rgb(220,18,201); }
div.DivClassName
{
background-color: #DC12C9;
}
.BgClassName
{
background-color: #DC12C9;
}
</style>
border-color css
<style>
span { border-color: #DC12C9; }
span { border-color: rgb(220,18,201); }
td.TdClassName
{
border-color: #DC12C9;
}
.TagClassName
{
border-color: #DC12C9;
}
</style>