Shades of Deep Magenta #D41CCC
Tints of Deep Magenta #D41CCC
RGB
CMYK
RGB Variations
Color information
#D41CCC (or 0xD41CCC) is known color: Deep Magenta. HEX triplet: D4, 1C and CC. RGB value is (212,28,204). Sum of RGB (Red+Green+Blue) = 212+28+204=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D41CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41CCC is #2BE333. Grayscale: #666666. Windows color (decimal): -2876212 or 13376724. OLE color: 13376724.
HSL color Cylindrical-coordinate representation of color #D41CCC: hue angle of 302.61º 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 #D41CCC is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 28 | 204 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.17 |
| HSL | 302.61º | 0.77% | 0.47% | - |
| HSV(B) | 302.61º | 0.87% | 0.83% | - |
| XYZ | 38.47 | 19.19 | 58.8 | - |
| YUV | 103.08 | 184.96 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 28 | 204 | 0 | 0.87 | 0.04 | 0.17 | 302.61 | 0.77 | 0.47 |
| Hex | D4 | 1C | CC | 0 | 57 | 4 | 11 | 12F | 4D | 2F |
| Octal | 324 | 34 | 314 | 0 | 127 | 4 | 21 | 457 | 115 | 57 |
| Binary | 11010100 | 11100 | 11001100 | 0 | 1010111 | 100 | 10001 | 100101111 | 1001101 | 101111 |
Color Harmonies of #D41CCC
Complementary color
Monochromatic Colors of #D41CCC
Black with #D41CCC
Text Example
Text Example
White with #D41CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41CCC; }
p { color: rgb(212,28,204); }
H1.HeaderClassName
{
color: #D41CCC;
}
.AnyTagClassName
{
color: #D41CCC;
}
</style>
background-color css
<style>
a { background-color: #D41CCC; }
a { background-color: rgb(212,28,204); }
div.DivClassName
{
background-color: #D41CCC;
}
.BgClassName
{
background-color: #D41CCC;
}
</style>
border-color css
<style>
span { border-color: #D41CCC; }
span { border-color: rgb(212,28,204); }
td.TdClassName
{
border-color: #D41CCC;
}
.TagClassName
{
border-color: #D41CCC;
}
</style>