Shades of Deep Magenta #C710DC
Tints of Deep Magenta #C710DC
RGB
CMYK
RGB Variations
Color information
#C710DC (or 0xC710DC) is known color: Deep Magenta. HEX triplet: C7, 10 and DC. RGB value is (199,16,220). Sum of RGB (Red+Green+Blue) = 199+16+220=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 16 (6.64% from 255 or 3.68% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #C710DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C710DC is #38EF23. Grayscale: #5D5D5D. Windows color (decimal): -3731236 or 14422215. OLE color: 14422215.
HSL color Cylindrical-coordinate representation of color #C710DC: hue angle of 293.82º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C710DC is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 16 | 220 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.14 |
| HSL | 293.82º | 0.86% | 0.46% | - |
| HSV(B) | 293.82º | 0.93% | 0.86% | - |
| XYZ | 36.66 | 17.68 | 69.19 | - |
| YUV | 93.97 | 199.13 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 220 | 0.10 | 0.93 | 0 | 0.14 | 293.82 | 0.86 | 0.46 |
| Hex | C7 | 10 | DC | A | 5D | 0 | E | 126 | 56 | 2E |
| Octal | 307 | 20 | 334 | 12 | 135 | 0 | 16 | 446 | 126 | 56 |
| Binary | 11000111 | 10000 | 11011100 | 1010 | 1011101 | 0 | 1110 | 100100110 | 1010110 | 101110 |
Color Harmonies of #C710DC
Complementary color
Monochromatic Colors of #C710DC
Black with #C710DC
Text Example
Text Example
White with #C710DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C710DC; }
p { color: rgb(199,16,220); }
H1.HeaderClassName
{
color: #C710DC;
}
.AnyTagClassName
{
color: #C710DC;
}
</style>
background-color css
<style>
a { background-color: #C710DC; }
a { background-color: rgb(199,16,220); }
div.DivClassName
{
background-color: #C710DC;
}
.BgClassName
{
background-color: #C710DC;
}
</style>
border-color css
<style>
span { border-color: #C710DC; }
span { border-color: rgb(199,16,220); }
td.TdClassName
{
border-color: #C710DC;
}
.TagClassName
{
border-color: #C710DC;
}
</style>