Shades of Deep Magenta #D40CC9
Tints of Deep Magenta #D40CC9
RGB
CMYK
RGB Variations
Color information
#D40CC9 (or 0xD40CC9) is known color: Deep Magenta. HEX triplet: D4, 0C and C9. RGB value is (212,12,201). Sum of RGB (Red+Green+Blue) = 212+12+201=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 12 (5.08% from 255 or 2.82% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D40CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40CC9 is #2BF336. Grayscale: #5C5C5C. Windows color (decimal): -2880311 or 13176020. OLE color: 13176020.
HSL color Cylindrical-coordinate representation of color #D40CC9: hue angle of 303.3º 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 #D40CC9 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 201 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.17 |
| HSL | 303.3º | 0.89% | 0.44% | - |
| HSV(B) | 303.3º | 0.94% | 0.83% | - |
| XYZ | 37.83 | 18.48 | 56.83 | - |
| YUV | 93.35 | 188.76 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 201 | 0 | 0.94 | 0.05 | 0.17 | 303.3 | 0.89 | 0.44 |
| Hex | D4 | C | C9 | 0 | 5E | 5 | 11 | 12F | 59 | 2C |
| Octal | 324 | 14 | 311 | 0 | 136 | 5 | 21 | 457 | 131 | 54 |
| Binary | 11010100 | 1100 | 11001001 | 0 | 1011110 | 101 | 10001 | 100101111 | 1011001 | 101100 |
Color Harmonies of #D40CC9
Complementary color
Monochromatic Colors of #D40CC9
Black with #D40CC9
Text Example
Text Example
White with #D40CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40CC9; }
p { color: rgb(212,12,201); }
H1.HeaderClassName
{
color: #D40CC9;
}
.AnyTagClassName
{
color: #D40CC9;
}
</style>
background-color css
<style>
a { background-color: #D40CC9; }
a { background-color: rgb(212,12,201); }
div.DivClassName
{
background-color: #D40CC9;
}
.BgClassName
{
background-color: #D40CC9;
}
</style>
border-color css
<style>
span { border-color: #D40CC9; }
span { border-color: rgb(212,12,201); }
td.TdClassName
{
border-color: #D40CC9;
}
.TagClassName
{
border-color: #D40CC9;
}
</style>