Shades of Deep Magenta #DC12C4
Tints of Deep Magenta #DC12C4
RGB
CMYK
RGB Variations
Color information
#DC12C4 (or 0xDC12C4) is known color: Deep Magenta. HEX triplet: DC, 12 and C4. RGB value is (220,18,196). Sum of RGB (Red+Green+Blue) = 220+18+196=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 18 (7.42% from 255 or 4.15% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC12C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC12C4 is #23ED3B. Grayscale: #626262. Windows color (decimal): -2354492 or 12849884. OLE color: 12849884.
HSL color Cylindrical-coordinate representation of color #DC12C4: hue angle of 307.13º 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 #DC12C4 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 196 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.14 |
| HSL | 307.13º | 0.85% | 0.47% | - |
| HSV(B) | 307.13º | 0.92% | 0.86% | - |
| XYZ | 39.7 | 19.63 | 53.92 | - |
| YUV | 98.69 | 182.92 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 196 | 0 | 0.92 | 0.11 | 0.14 | 307.13 | 0.85 | 0.47 |
| Hex | DC | 12 | C4 | 0 | 5C | B | E | 133 | 55 | 2F |
| Octal | 334 | 22 | 304 | 0 | 134 | 13 | 16 | 463 | 125 | 57 |
| Binary | 11011100 | 10010 | 11000100 | 0 | 1011100 | 1011 | 1110 | 100110011 | 1010101 | 101111 |
Color Harmonies of #DC12C4
Complementary color
Monochromatic Colors of #DC12C4
Black with #DC12C4
Text Example
Text Example
White with #DC12C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC12C4; }
p { color: rgb(220,18,196); }
H1.HeaderClassName
{
color: #DC12C4;
}
.AnyTagClassName
{
color: #DC12C4;
}
</style>
background-color css
<style>
a { background-color: #DC12C4; }
a { background-color: rgb(220,18,196); }
div.DivClassName
{
background-color: #DC12C4;
}
.BgClassName
{
background-color: #DC12C4;
}
</style>
border-color css
<style>
span { border-color: #DC12C4; }
span { border-color: rgb(220,18,196); }
td.TdClassName
{
border-color: #DC12C4;
}
.TagClassName
{
border-color: #DC12C4;
}
</style>