Shades of Deep Magenta #D410C0
Tints of Deep Magenta #D410C0
RGB
CMYK
RGB Variations
Color information
#D410C0 (or 0xD410C0) is known color: Deep Magenta. HEX triplet: D4, 10 and C0. RGB value is (212,16,192). Sum of RGB (Red+Green+Blue) = 212+16+192=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 16 (6.64% from 255 or 3.81% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D410C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D410C0 is #2BEF3F. Grayscale: #5E5E5E. Windows color (decimal): -2879296 or 12587220. OLE color: 12587220.
HSL color Cylindrical-coordinate representation of color #D410C0: hue angle of 306.12º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D410C0 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 16 | 192 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.17 |
| HSL | 306.12º | 0.86% | 0.45% | - |
| HSV(B) | 306.12º | 0.92% | 0.83% | - |
| XYZ | 36.85 | 18.17 | 51.43 | - |
| YUV | 94.67 | 182.93 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 192 | 0 | 0.92 | 0.09 | 0.17 | 306.12 | 0.86 | 0.45 |
| Hex | D4 | 10 | C0 | 0 | 5C | 9 | 11 | 132 | 56 | 2D |
| Octal | 324 | 20 | 300 | 0 | 134 | 11 | 21 | 462 | 126 | 55 |
| Binary | 11010100 | 10000 | 11000000 | 0 | 1011100 | 1001 | 10001 | 100110010 | 1010110 | 101101 |
Color Harmonies of #D410C0
Complementary color
Monochromatic Colors of #D410C0
Black with #D410C0
Text Example
Text Example
White with #D410C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D410C0; }
p { color: rgb(212,16,192); }
H1.HeaderClassName
{
color: #D410C0;
}
.AnyTagClassName
{
color: #D410C0;
}
</style>
background-color css
<style>
a { background-color: #D410C0; }
a { background-color: rgb(212,16,192); }
div.DivClassName
{
background-color: #D410C0;
}
.BgClassName
{
background-color: #D410C0;
}
</style>
border-color css
<style>
span { border-color: #D410C0; }
span { border-color: rgb(212,16,192); }
td.TdClassName
{
border-color: #D410C0;
}
.TagClassName
{
border-color: #D410C0;
}
</style>