Shades of Deep Magenta #D41CCF
Tints of Deep Magenta #D41CCF
RGB
CMYK
RGB Variations
Color information
#D41CCF (or 0xD41CCF) is known color: Deep Magenta. HEX triplet: D4, 1C and CF. RGB value is (212,28,207). Sum of RGB (Red+Green+Blue) = 212+28+207=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 28 (11.33% from 255 or 6.26% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D41CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41CCF is #2BE330. Grayscale: #666666. Windows color (decimal): -2876209 or 13573332. OLE color: 13573332.
HSL color Cylindrical-coordinate representation of color #D41CCF: hue angle of 301.63º 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 #D41CCF is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 28 | 207 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.17 |
| HSL | 301.63º | 0.77% | 0.47% | - |
| HSV(B) | 301.63º | 0.87% | 0.83% | - |
| XYZ | 38.83 | 19.33 | 60.72 | - |
| YUV | 103.42 | 186.46 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 28 | 207 | 0 | 0.87 | 0.02 | 0.17 | 301.63 | 0.77 | 0.47 |
| Hex | D4 | 1C | CF | 0 | 57 | 2 | 11 | 12E | 4D | 2F |
| Octal | 324 | 34 | 317 | 0 | 127 | 2 | 21 | 456 | 115 | 57 |
| Binary | 11010100 | 11100 | 11001111 | 0 | 1010111 | 10 | 10001 | 100101110 | 1001101 | 101111 |
Color Harmonies of #D41CCF
Complementary color
Monochromatic Colors of #D41CCF
Black with #D41CCF
Text Example
Text Example
White with #D41CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41CCF; }
p { color: rgb(212,28,207); }
H1.HeaderClassName
{
color: #D41CCF;
}
.AnyTagClassName
{
color: #D41CCF;
}
</style>
background-color css
<style>
a { background-color: #D41CCF; }
a { background-color: rgb(212,28,207); }
div.DivClassName
{
background-color: #D41CCF;
}
.BgClassName
{
background-color: #D41CCF;
}
</style>
border-color css
<style>
span { border-color: #D41CCF; }
span { border-color: rgb(212,28,207); }
td.TdClassName
{
border-color: #D41CCF;
}
.TagClassName
{
border-color: #D41CCF;
}
</style>