Shades of Deep Magenta #D41CCD
Tints of Deep Magenta #D41CCD
RGB
CMYK
RGB Variations
Color information
#D41CCD (or 0xD41CCD) is known color: Deep Magenta. HEX triplet: D4, 1C and CD. RGB value is (212,28,205). Sum of RGB (Red+Green+Blue) = 212+28+205=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 28 (11.33% from 255 or 6.29% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D41CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41CCD is #2BE332. Grayscale: #666666. Windows color (decimal): -2876211 or 13442260. OLE color: 13442260.
HSL color Cylindrical-coordinate representation of color #D41CCD: hue angle of 302.28º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41CCD is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 28 | 205 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.17 |
| HSL | 302.28º | 0.77% | 0.47% | - |
| HSV(B) | 302.28º | 0.87% | 0.83% | - |
| XYZ | 38.59 | 19.24 | 59.44 | - |
| YUV | 103.19 | 185.46 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 28 | 205 | 0 | 0.87 | 0.03 | 0.17 | 302.28 | 0.77 | 0.47 |
| Hex | D4 | 1C | CD | 0 | 57 | 3 | 11 | 12E | 4D | 2F |
| Octal | 324 | 34 | 315 | 0 | 127 | 3 | 21 | 456 | 115 | 57 |
| Binary | 11010100 | 11100 | 11001101 | 0 | 1010111 | 11 | 10001 | 100101110 | 1001101 | 101111 |
Color Harmonies of #D41CCD
Complementary color
Monochromatic Colors of #D41CCD
Black with #D41CCD
Text Example
Text Example
White with #D41CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41CCD; }
p { color: rgb(212,28,205); }
H1.HeaderClassName
{
color: #D41CCD;
}
.AnyTagClassName
{
color: #D41CCD;
}
</style>
background-color css
<style>
a { background-color: #D41CCD; }
a { background-color: rgb(212,28,205); }
div.DivClassName
{
background-color: #D41CCD;
}
.BgClassName
{
background-color: #D41CCD;
}
</style>
border-color css
<style>
span { border-color: #D41CCD; }
span { border-color: rgb(212,28,205); }
td.TdClassName
{
border-color: #D41CCD;
}
.TagClassName
{
border-color: #D41CCD;
}
</style>