Shades of Deep Magenta #D40FC3
Tints of Deep Magenta #D40FC3
RGB
CMYK
RGB Variations
Color information
#D40FC3 (or 0xD40FC3) is known color: Deep Magenta. HEX triplet: D4, 0F and C3. RGB value is (212,15,195). Sum of RGB (Red+Green+Blue) = 212+15+195=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 195 (76.56% from 255 or 46.21% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D40FC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40FC3 is #2BF03C. Grayscale: #5D5D5D. Windows color (decimal): -2879549 or 12783572. OLE color: 12783572.
HSL color Cylindrical-coordinate representation of color #D40FC3: hue angle of 305.18º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40FC3 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 15 | 195 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.17 |
| HSL | 305.18º | 0.87% | 0.45% | - |
| HSV(B) | 305.18º | 0.93% | 0.83% | - |
| XYZ | 37.17 | 18.28 | 53.2 | - |
| YUV | 94.42 | 184.77 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 195 | 0 | 0.93 | 0.08 | 0.17 | 305.18 | 0.87 | 0.45 |
| Hex | D4 | F | C3 | 0 | 5D | 8 | 11 | 131 | 57 | 2D |
| Octal | 324 | 17 | 303 | 0 | 135 | 10 | 21 | 461 | 127 | 55 |
| Binary | 11010100 | 1111 | 11000011 | 0 | 1011101 | 1000 | 10001 | 100110001 | 1010111 | 101101 |
Color Harmonies of #D40FC3
Complementary color
Monochromatic Colors of #D40FC3
Black with #D40FC3
Text Example
Text Example
White with #D40FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40FC3; }
p { color: rgb(212,15,195); }
H1.HeaderClassName
{
color: #D40FC3;
}
.AnyTagClassName
{
color: #D40FC3;
}
</style>
background-color css
<style>
a { background-color: #D40FC3; }
a { background-color: rgb(212,15,195); }
div.DivClassName
{
background-color: #D40FC3;
}
.BgClassName
{
background-color: #D40FC3;
}
</style>
border-color css
<style>
span { border-color: #D40FC3; }
span { border-color: rgb(212,15,195); }
td.TdClassName
{
border-color: #D40FC3;
}
.TagClassName
{
border-color: #D40FC3;
}
</style>