Shades of Deep Magenta #D40CCA
Tints of Deep Magenta #D40CCA
RGB
CMYK
RGB Variations
Color information
#D40CCA (or 0xD40CCA) is known color: Deep Magenta. HEX triplet: D4, 0C and CA. RGB value is (212,12,202). Sum of RGB (Red+Green+Blue) = 212+12+202=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D40CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40CCA is #2BF335. Grayscale: #5C5C5C. Windows color (decimal): -2880310 or 13241556. OLE color: 13241556.
HSL color Cylindrical-coordinate representation of color #D40CCA: hue angle of 303º 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 #D40CCA is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 202 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.17 |
| HSL | 303º | 0.89% | 0.44% | - |
| HSV(B) | 303º | 0.94% | 0.83% | - |
| XYZ | 37.94 | 18.52 | 57.45 | - |
| YUV | 93.46 | 189.26 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 202 | 0 | 0.94 | 0.05 | 0.17 | 303 | 0.89 | 0.44 |
| Hex | D4 | C | CA | 0 | 5E | 5 | 11 | 12F | 59 | 2C |
| Octal | 324 | 14 | 312 | 0 | 136 | 5 | 21 | 457 | 131 | 54 |
| Binary | 11010100 | 1100 | 11001010 | 0 | 1011110 | 101 | 10001 | 100101111 | 1011001 | 101100 |
Color Harmonies of #D40CCA
Complementary color
Monochromatic Colors of #D40CCA
Black with #D40CCA
Text Example
Text Example
White with #D40CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40CCA; }
p { color: rgb(212,12,202); }
H1.HeaderClassName
{
color: #D40CCA;
}
.AnyTagClassName
{
color: #D40CCA;
}
</style>
background-color css
<style>
a { background-color: #D40CCA; }
a { background-color: rgb(212,12,202); }
div.DivClassName
{
background-color: #D40CCA;
}
.BgClassName
{
background-color: #D40CCA;
}
</style>
border-color css
<style>
span { border-color: #D40CCA; }
span { border-color: rgb(212,12,202); }
td.TdClassName
{
border-color: #D40CCA;
}
.TagClassName
{
border-color: #D40CCA;
}
</style>