Shades of Deep Magenta #D12CE0
Tints of Deep Magenta #D12CE0
RGB
CMYK
RGB Variations
Color information
#D12CE0 (or 0xD12CE0) is known color: Deep Magenta. HEX triplet: D1, 2C and E0. RGB value is (209,44,224). Sum of RGB (Red+Green+Blue) = 209+44+224=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 44 (17.58% from 255 or 9.22% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #D12CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12CE0 is #2ED31F. Grayscale: #717171. Windows color (decimal): -3068704 or 14691537. OLE color: 14691537.
HSL color Cylindrical-coordinate representation of color #D12CE0: hue angle of 295º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D12CE0 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 44 | 224 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.12 |
| HSL | 295º | 0.74% | 0.53% | - |
| HSV(B) | 295º | 0.8% | 0.88% | - |
| XYZ | 40.65 | 20.74 | 72.38 | - |
| YUV | 113.86 | 190.16 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 44 | 224 | 0.07 | 0.80 | 0 | 0.12 | 295 | 0.74 | 0.53 |
| Hex | D1 | 2C | E0 | 7 | 50 | 0 | C | 127 | 4A | 35 |
| Octal | 321 | 54 | 340 | 7 | 120 | 0 | 14 | 447 | 112 | 65 |
| Binary | 11010001 | 101100 | 11100000 | 111 | 1010000 | 0 | 1100 | 100100111 | 1001010 | 110101 |
Color Harmonies of #D12CE0
Complementary color
Monochromatic Colors of #D12CE0
Black with #D12CE0
Text Example
Text Example
White with #D12CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12CE0; }
p { color: rgb(209,44,224); }
H1.HeaderClassName
{
color: #D12CE0;
}
.AnyTagClassName
{
color: #D12CE0;
}
</style>
background-color css
<style>
a { background-color: #D12CE0; }
a { background-color: rgb(209,44,224); }
div.DivClassName
{
background-color: #D12CE0;
}
.BgClassName
{
background-color: #D12CE0;
}
</style>
border-color css
<style>
span { border-color: #D12CE0; }
span { border-color: rgb(209,44,224); }
td.TdClassName
{
border-color: #D12CE0;
}
.TagClassName
{
border-color: #D12CE0;
}
</style>