Shades of Deep Magenta #D41FCC
Tints of Deep Magenta #D41FCC
RGB
CMYK
RGB Variations
Color information
#D41FCC (or 0xD41FCC) is known color: Deep Magenta. HEX triplet: D4, 1F and CC. RGB value is (212,31,204). Sum of RGB (Red+Green+Blue) = 212+31+204=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 31 (12.5% from 255 or 6.94% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D41FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41FCC is #2BE033. Grayscale: #686868. Windows color (decimal): -2875444 or 13377492. OLE color: 13377492.
HSL color Cylindrical-coordinate representation of color #D41FCC: hue angle of 302.65º 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 #D41FCC is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 31 | 204 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.17 |
| HSL | 302.65º | 0.74% | 0.48% | - |
| HSV(B) | 302.65º | 0.85% | 0.83% | - |
| XYZ | 38.54 | 19.34 | 58.83 | - |
| YUV | 104.84 | 183.97 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 31 | 204 | 0 | 0.85 | 0.04 | 0.17 | 302.65 | 0.74 | 0.48 |
| Hex | D4 | 1F | CC | 0 | 55 | 4 | 11 | 12F | 4A | 30 |
| Octal | 324 | 37 | 314 | 0 | 125 | 4 | 21 | 457 | 112 | 60 |
| Binary | 11010100 | 11111 | 11001100 | 0 | 1010101 | 100 | 10001 | 100101111 | 1001010 | 110000 |
Color Harmonies of #D41FCC
Complementary color
Monochromatic Colors of #D41FCC
Black with #D41FCC
Text Example
Text Example
White with #D41FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41FCC; }
p { color: rgb(212,31,204); }
H1.HeaderClassName
{
color: #D41FCC;
}
.AnyTagClassName
{
color: #D41FCC;
}
</style>
background-color css
<style>
a { background-color: #D41FCC; }
a { background-color: rgb(212,31,204); }
div.DivClassName
{
background-color: #D41FCC;
}
.BgClassName
{
background-color: #D41FCC;
}
</style>
border-color css
<style>
span { border-color: #D41FCC; }
span { border-color: rgb(212,31,204); }
td.TdClassName
{
border-color: #D41FCC;
}
.TagClassName
{
border-color: #D41FCC;
}
</style>