Shades of Deep Magenta #D412CE
Tints of Deep Magenta #D412CE
RGB
CMYK
RGB Variations
Color information
#D412CE (or 0xD412CE) is known color: Deep Magenta. HEX triplet: D4, 12 and CE. RGB value is (212,18,206). Sum of RGB (Red+Green+Blue) = 212+18+206=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 18 (7.42% from 255 or 4.13% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D412CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D412CE is #2BED31. Grayscale: #606060. Windows color (decimal): -2878770 or 13505236. OLE color: 13505236.
HSL color Cylindrical-coordinate representation of color #D412CE: hue angle of 301.86º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D412CE is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 18 | 206 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.17 |
| HSL | 301.86º | 0.84% | 0.45% | - |
| HSV(B) | 301.86º | 0.92% | 0.83% | - |
| XYZ | 38.51 | 18.89 | 60.01 | - |
| YUV | 97.44 | 189.27 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 206 | 0 | 0.92 | 0.03 | 0.17 | 301.86 | 0.84 | 0.45 |
| Hex | D4 | 12 | CE | 0 | 5C | 3 | 11 | 12E | 54 | 2D |
| Octal | 324 | 22 | 316 | 0 | 134 | 3 | 21 | 456 | 124 | 55 |
| Binary | 11010100 | 10010 | 11001110 | 0 | 1011100 | 11 | 10001 | 100101110 | 1010100 | 101101 |
Color Harmonies of #D412CE
Complementary color
Monochromatic Colors of #D412CE
Black with #D412CE
Text Example
Text Example
White with #D412CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D412CE; }
p { color: rgb(212,18,206); }
H1.HeaderClassName
{
color: #D412CE;
}
.AnyTagClassName
{
color: #D412CE;
}
</style>
background-color css
<style>
a { background-color: #D412CE; }
a { background-color: rgb(212,18,206); }
div.DivClassName
{
background-color: #D412CE;
}
.BgClassName
{
background-color: #D412CE;
}
</style>
border-color css
<style>
span { border-color: #D412CE; }
span { border-color: rgb(212,18,206); }
td.TdClassName
{
border-color: #D412CE;
}
.TagClassName
{
border-color: #D412CE;
}
</style>