Shades of Deep Magenta #C710D9
Tints of Deep Magenta #C710D9
RGB
CMYK
RGB Variations
Color information
#C710D9 (or 0xC710D9) is known color: Deep Magenta. HEX triplet: C7, 10 and D9. RGB value is (199,16,217). Sum of RGB (Red+Green+Blue) = 199+16+217=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 217 (85.16% from 255 or 50.23% from 432); Max value from RGB is 217 - color contains mainly: blue. Hex color #C710D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C710D9 is #38EF26. Grayscale: #5D5D5D. Windows color (decimal): -3731239 or 14225607. OLE color: 14225607.
HSL color Cylindrical-coordinate representation of color #C710D9: hue angle of 294.63º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C710D9 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 16 | 217 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.15 |
| HSL | 294.63º | 0.86% | 0.46% | - |
| HSV(B) | 294.63º | 0.93% | 0.85% | - |
| XYZ | 36.26 | 17.52 | 67.12 | - |
| YUV | 93.63 | 197.63 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 217 | 0.08 | 0.93 | 0 | 0.15 | 294.63 | 0.86 | 0.46 |
| Hex | C7 | 10 | D9 | 8 | 5D | 0 | F | 127 | 56 | 2E |
| Octal | 307 | 20 | 331 | 10 | 135 | 0 | 17 | 447 | 126 | 56 |
| Binary | 11000111 | 10000 | 11011001 | 1000 | 1011101 | 0 | 1111 | 100100111 | 1010110 | 101110 |
Color Harmonies of #C710D9
Complementary color
Monochromatic Colors of #C710D9
Black with #C710D9
Text Example
Text Example
White with #C710D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C710D9; }
p { color: rgb(199,16,217); }
H1.HeaderClassName
{
color: #C710D9;
}
.AnyTagClassName
{
color: #C710D9;
}
</style>
background-color css
<style>
a { background-color: #C710D9; }
a { background-color: rgb(199,16,217); }
div.DivClassName
{
background-color: #C710D9;
}
.BgClassName
{
background-color: #C710D9;
}
</style>
border-color css
<style>
span { border-color: #C710D9; }
span { border-color: rgb(199,16,217); }
td.TdClassName
{
border-color: #C710D9;
}
.TagClassName
{
border-color: #C710D9;
}
</style>