Shades of Deep Magenta #D41BC7
Tints of Deep Magenta #D41BC7
RGB
CMYK
RGB Variations
Color information
#D41BC7 (or 0xD41BC7) is known color: Deep Magenta. HEX triplet: D4, 1B and C7. RGB value is (212,27,199). Sum of RGB (Red+Green+Blue) = 212+27+199=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 27 (10.94% from 255 or 6.16% from 438); Blue value is 199 (78.12% from 255 or 45.43% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D41BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41BC7 is #2BE438. Grayscale: #656565. Windows color (decimal): -2876473 or 13048788. OLE color: 13048788.
HSL color Cylindrical-coordinate representation of color #D41BC7: hue angle of 304.22º 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 #D41BC7 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 27 | 199 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.17 |
| HSL | 304.22º | 0.77% | 0.47% | - |
| HSV(B) | 304.22º | 0.87% | 0.83% | - |
| XYZ | 37.85 | 18.9 | 55.69 | - |
| YUV | 101.92 | 182.79 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 199 | 0 | 0.87 | 0.06 | 0.17 | 304.22 | 0.77 | 0.47 |
| Hex | D4 | 1B | C7 | 0 | 57 | 6 | 11 | 130 | 4D | 2F |
| Octal | 324 | 33 | 307 | 0 | 127 | 6 | 21 | 460 | 115 | 57 |
| Binary | 11010100 | 11011 | 11000111 | 0 | 1010111 | 110 | 10001 | 100110000 | 1001101 | 101111 |
Color Harmonies of #D41BC7
Complementary color
Monochromatic Colors of #D41BC7
Black with #D41BC7
Text Example
Text Example
White with #D41BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41BC7; }
p { color: rgb(212,27,199); }
H1.HeaderClassName
{
color: #D41BC7;
}
.AnyTagClassName
{
color: #D41BC7;
}
</style>
background-color css
<style>
a { background-color: #D41BC7; }
a { background-color: rgb(212,27,199); }
div.DivClassName
{
background-color: #D41BC7;
}
.BgClassName
{
background-color: #D41BC7;
}
</style>
border-color css
<style>
span { border-color: #D41BC7; }
span { border-color: rgb(212,27,199); }
td.TdClassName
{
border-color: #D41BC7;
}
.TagClassName
{
border-color: #D41BC7;
}
</style>