Shades of Deep Magenta #D40CCE
Tints of Deep Magenta #D40CCE
RGB
CMYK
RGB Variations
Color information
#D40CCE (or 0xD40CCE) is known color: Deep Magenta. HEX triplet: D4, 0C and CE. RGB value is (212,12,206). Sum of RGB (Red+Green+Blue) = 212+12+206=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D40CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40CCE is #2BF331. Grayscale: #5D5D5D. Windows color (decimal): -2880306 or 13503700. OLE color: 13503700.
HSL color Cylindrical-coordinate representation of color #D40CCE: hue angle of 301.8º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40CCE is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 206 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.17 |
| HSL | 301.8º | 0.89% | 0.44% | - |
| HSV(B) | 301.8º | 0.94% | 0.83% | - |
| XYZ | 38.42 | 18.72 | 59.98 | - |
| YUV | 93.92 | 191.26 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 206 | 0 | 0.94 | 0.03 | 0.17 | 301.8 | 0.89 | 0.44 |
| Hex | D4 | C | CE | 0 | 5E | 3 | 11 | 12E | 59 | 2C |
| Octal | 324 | 14 | 316 | 0 | 136 | 3 | 21 | 456 | 131 | 54 |
| Binary | 11010100 | 1100 | 11001110 | 0 | 1011110 | 11 | 10001 | 100101110 | 1011001 | 101100 |
Color Harmonies of #D40CCE
Complementary color
Monochromatic Colors of #D40CCE
Black with #D40CCE
Text Example
Text Example
White with #D40CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40CCE; }
p { color: rgb(212,12,206); }
H1.HeaderClassName
{
color: #D40CCE;
}
.AnyTagClassName
{
color: #D40CCE;
}
</style>
background-color css
<style>
a { background-color: #D40CCE; }
a { background-color: rgb(212,12,206); }
div.DivClassName
{
background-color: #D40CCE;
}
.BgClassName
{
background-color: #D40CCE;
}
</style>
border-color css
<style>
span { border-color: #D40CCE; }
span { border-color: rgb(212,12,206); }
td.TdClassName
{
border-color: #D40CCE;
}
.TagClassName
{
border-color: #D40CCE;
}
</style>