Shades of Deep Magenta #D10CC0
Tints of Deep Magenta #D10CC0
RGB
CMYK
RGB Variations
Color information
#D10CC0 (or 0xD10CC0) is known color: Deep Magenta. HEX triplet: D1, 0C and C0. RGB value is (209,12,192). Sum of RGB (Red+Green+Blue) = 209+12+192=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D10CC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D10CC0 is #2EF33F. Grayscale: #5A5A5A. Windows color (decimal): -3076928 or 12586193. OLE color: 12586193.
HSL color Cylindrical-coordinate representation of color #D10CC0: hue angle of 305.18º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10CC0 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 12 | 192 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.18 |
| HSL | 305.18º | 0.89% | 0.43% | - |
| HSV(B) | 305.18º | 0.94% | 0.82% | - |
| XYZ | 35.94 | 17.62 | 51.38 | - |
| YUV | 91.42 | 184.77 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 192 | 0 | 0.94 | 0.08 | 0.18 | 305.18 | 0.89 | 0.43 |
| Hex | D1 | C | C0 | 0 | 5E | 8 | 12 | 131 | 59 | 2B |
| Octal | 321 | 14 | 300 | 0 | 136 | 10 | 22 | 461 | 131 | 53 |
| Binary | 11010001 | 1100 | 11000000 | 0 | 1011110 | 1000 | 10010 | 100110001 | 1011001 | 101011 |
Color Harmonies of #D10CC0
Complementary color
Monochromatic Colors of #D10CC0
Black with #D10CC0
Text Example
Text Example
White with #D10CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10CC0; }
p { color: rgb(209,12,192); }
H1.HeaderClassName
{
color: #D10CC0;
}
.AnyTagClassName
{
color: #D10CC0;
}
</style>
background-color css
<style>
a { background-color: #D10CC0; }
a { background-color: rgb(209,12,192); }
div.DivClassName
{
background-color: #D10CC0;
}
.BgClassName
{
background-color: #D10CC0;
}
</style>
border-color css
<style>
span { border-color: #D10CC0; }
span { border-color: rgb(209,12,192); }
td.TdClassName
{
border-color: #D10CC0;
}
.TagClassName
{
border-color: #D10CC0;
}
</style>