Shades of Deep Magenta #D41FCE
Tints of Deep Magenta #D41FCE
RGB
CMYK
RGB Variations
Color information
#D41FCE (or 0xD41FCE) is known color: Deep Magenta. HEX triplet: D4, 1F and CE. RGB value is (212,31,206). Sum of RGB (Red+Green+Blue) = 212+31+206=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 31 (12.5% from 255 or 6.90% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D41FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41FCE is #2BE031. Grayscale: #686868. Windows color (decimal): -2875442 or 13508564. OLE color: 13508564.
HSL color Cylindrical-coordinate representation of color #D41FCE: hue angle of 301.99º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D41FCE is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 31 | 206 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.17 |
| HSL | 301.99º | 0.74% | 0.48% | - |
| HSV(B) | 301.99º | 0.85% | 0.83% | - |
| XYZ | 38.78 | 19.43 | 60.1 | - |
| YUV | 105.07 | 184.97 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 31 | 206 | 0 | 0.85 | 0.03 | 0.17 | 301.99 | 0.74 | 0.48 |
| Hex | D4 | 1F | CE | 0 | 55 | 3 | 11 | 12E | 4A | 30 |
| Octal | 324 | 37 | 316 | 0 | 125 | 3 | 21 | 456 | 112 | 60 |
| Binary | 11010100 | 11111 | 11001110 | 0 | 1010101 | 11 | 10001 | 100101110 | 1001010 | 110000 |
Color Harmonies of #D41FCE
Complementary color
Monochromatic Colors of #D41FCE
Black with #D41FCE
Text Example
Text Example
White with #D41FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41FCE; }
p { color: rgb(212,31,206); }
H1.HeaderClassName
{
color: #D41FCE;
}
.AnyTagClassName
{
color: #D41FCE;
}
</style>
background-color css
<style>
a { background-color: #D41FCE; }
a { background-color: rgb(212,31,206); }
div.DivClassName
{
background-color: #D41FCE;
}
.BgClassName
{
background-color: #D41FCE;
}
</style>
border-color css
<style>
span { border-color: #D41FCE; }
span { border-color: rgb(212,31,206); }
td.TdClassName
{
border-color: #D41FCE;
}
.TagClassName
{
border-color: #D41FCE;
}
</style>