Shades of Deep Magenta #D41CC3
Tints of Deep Magenta #D41CC3
RGB
CMYK
RGB Variations
Color information
#D41CC3 (or 0xD41CC3) is known color: Deep Magenta. HEX triplet: D4, 1C and C3. RGB value is (212,28,195). Sum of RGB (Red+Green+Blue) = 212+28+195=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D41CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41CC3 is #2BE33C. Grayscale: #656565. Windows color (decimal): -2876221 or 12786900. OLE color: 12786900.
HSL color Cylindrical-coordinate representation of color #D41CC3: hue angle of 305.54º 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 #D41CC3 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 28 | 195 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.17 |
| HSL | 305.54º | 0.77% | 0.47% | - |
| HSV(B) | 305.54º | 0.87% | 0.83% | - |
| XYZ | 37.42 | 18.77 | 53.28 | - |
| YUV | 102.05 | 180.46 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 28 | 195 | 0 | 0.87 | 0.08 | 0.17 | 305.54 | 0.77 | 0.47 |
| Hex | D4 | 1C | C3 | 0 | 57 | 8 | 11 | 132 | 4D | 2F |
| Octal | 324 | 34 | 303 | 0 | 127 | 10 | 21 | 462 | 115 | 57 |
| Binary | 11010100 | 11100 | 11000011 | 0 | 1010111 | 1000 | 10001 | 100110010 | 1001101 | 101111 |
Color Harmonies of #D41CC3
Complementary color
Monochromatic Colors of #D41CC3
Black with #D41CC3
Text Example
Text Example
White with #D41CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41CC3; }
p { color: rgb(212,28,195); }
H1.HeaderClassName
{
color: #D41CC3;
}
.AnyTagClassName
{
color: #D41CC3;
}
</style>
background-color css
<style>
a { background-color: #D41CC3; }
a { background-color: rgb(212,28,195); }
div.DivClassName
{
background-color: #D41CC3;
}
.BgClassName
{
background-color: #D41CC3;
}
</style>
border-color css
<style>
span { border-color: #D41CC3; }
span { border-color: rgb(212,28,195); }
td.TdClassName
{
border-color: #D41CC3;
}
.TagClassName
{
border-color: #D41CC3;
}
</style>