Shades of Deep Magenta #D42CE1
Tints of Deep Magenta #D42CE1
RGB
CMYK
RGB Variations
Color information
#D42CE1 (or 0xD42CE1) is known color: Deep Magenta. HEX triplet: D4, 2C and E1. RGB value is (212,44,225). Sum of RGB (Red+Green+Blue) = 212+44+225=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 44 (17.58% from 255 or 9.15% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 225 - color contains mainly: blue. Hex color #D42CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42CE1 is #2BD31E. Grayscale: #727272. Windows color (decimal): -2872095 or 14757076. OLE color: 14757076.
HSL color Cylindrical-coordinate representation of color #D42CE1: hue angle of 295.69º degrees, saturation: 0.75, 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 #D42CE1 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 44 | 225 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.12 |
| HSL | 295.69º | 0.75% | 0.53% | - |
| HSV(B) | 295.69º | 0.8% | 0.88% | - |
| XYZ | 41.64 | 21.23 | 73.14 | - |
| YUV | 114.87 | 190.16 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 44 | 225 | 0.06 | 0.80 | 0 | 0.12 | 295.69 | 0.75 | 0.53 |
| Hex | D4 | 2C | E1 | 6 | 50 | 0 | C | 128 | 4B | 35 |
| Octal | 324 | 54 | 341 | 6 | 120 | 0 | 14 | 450 | 113 | 65 |
| Binary | 11010100 | 101100 | 11100001 | 110 | 1010000 | 0 | 1100 | 100101000 | 1001011 | 110101 |
Color Harmonies of #D42CE1
Complementary color
Monochromatic Colors of #D42CE1
Black with #D42CE1
Text Example
Text Example
White with #D42CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42CE1; }
p { color: rgb(212,44,225); }
H1.HeaderClassName
{
color: #D42CE1;
}
.AnyTagClassName
{
color: #D42CE1;
}
</style>
background-color css
<style>
a { background-color: #D42CE1; }
a { background-color: rgb(212,44,225); }
div.DivClassName
{
background-color: #D42CE1;
}
.BgClassName
{
background-color: #D42CE1;
}
</style>
border-color css
<style>
span { border-color: #D42CE1; }
span { border-color: rgb(212,44,225); }
td.TdClassName
{
border-color: #D42CE1;
}
.TagClassName
{
border-color: #D42CE1;
}
</style>