Shades of Deep Magenta #D41ECA
Tints of Deep Magenta #D41ECA
RGB
CMYK
RGB Variations
Color information
#D41ECA (or 0xD41ECA) is known color: Deep Magenta. HEX triplet: D4, 1E and CA. RGB value is (212,30,202). Sum of RGB (Red+Green+Blue) = 212+30+202=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D41ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41ECA is #2BE135. Grayscale: #676767. Windows color (decimal): -2875702 or 13246164. OLE color: 13246164.
HSL color Cylindrical-coordinate representation of color #D41ECA: hue angle of 303.3º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41ECA is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 30 | 202 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.17 |
| HSL | 303.3º | 0.75% | 0.47% | - |
| HSV(B) | 303.3º | 0.86% | 0.83% | - |
| XYZ | 38.28 | 19.19 | 57.56 | - |
| YUV | 104.03 | 183.3 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 30 | 202 | 0 | 0.86 | 0.05 | 0.17 | 303.3 | 0.75 | 0.47 |
| Hex | D4 | 1E | CA | 0 | 56 | 5 | 11 | 12F | 4B | 2F |
| Octal | 324 | 36 | 312 | 0 | 126 | 5 | 21 | 457 | 113 | 57 |
| Binary | 11010100 | 11110 | 11001010 | 0 | 1010110 | 101 | 10001 | 100101111 | 1001011 | 101111 |
Color Harmonies of #D41ECA
Complementary color
Monochromatic Colors of #D41ECA
Black with #D41ECA
Text Example
Text Example
White with #D41ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41ECA; }
p { color: rgb(212,30,202); }
H1.HeaderClassName
{
color: #D41ECA;
}
.AnyTagClassName
{
color: #D41ECA;
}
</style>
background-color css
<style>
a { background-color: #D41ECA; }
a { background-color: rgb(212,30,202); }
div.DivClassName
{
background-color: #D41ECA;
}
.BgClassName
{
background-color: #D41ECA;
}
</style>
border-color css
<style>
span { border-color: #D41ECA; }
span { border-color: rgb(212,30,202); }
td.TdClassName
{
border-color: #D41ECA;
}
.TagClassName
{
border-color: #D41ECA;
}
</style>