Shades of Deep Magenta #C710CE
Tints of Deep Magenta #C710CE
RGB
CMYK
RGB Variations
Color information
#C710CE (or 0xC710CE) is known color: Deep Magenta. HEX triplet: C7, 10 and CE. RGB value is (199,16,206). Sum of RGB (Red+Green+Blue) = 199+16+206=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 16 (6.64% from 255 or 3.80% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #C710CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C710CE is #38EF31. Grayscale: #5B5B5B. Windows color (decimal): -3731250 or 13504711. OLE color: 13504711.
HSL color Cylindrical-coordinate representation of color #C710CE: hue angle of 297.79º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C710CE is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 16 | 206 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.19 |
| HSL | 297.79º | 0.86% | 0.44% | - |
| HSV(B) | 297.79º | 0.92% | 0.81% | - |
| XYZ | 34.88 | 16.97 | 59.83 | - |
| YUV | 92.38 | 192.13 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 206 | 0.03 | 0.92 | 0 | 0.19 | 297.79 | 0.86 | 0.44 |
| Hex | C7 | 10 | CE | 3 | 5C | 0 | 13 | 12A | 56 | 2C |
| Octal | 307 | 20 | 316 | 3 | 134 | 0 | 23 | 452 | 126 | 54 |
| Binary | 11000111 | 10000 | 11001110 | 11 | 1011100 | 0 | 10011 | 100101010 | 1010110 | 101100 |
Color Harmonies of #C710CE
Complementary color
Monochromatic Colors of #C710CE
Black with #C710CE
Text Example
Text Example
White with #C710CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C710CE; }
p { color: rgb(199,16,206); }
H1.HeaderClassName
{
color: #C710CE;
}
.AnyTagClassName
{
color: #C710CE;
}
</style>
background-color css
<style>
a { background-color: #C710CE; }
a { background-color: rgb(199,16,206); }
div.DivClassName
{
background-color: #C710CE;
}
.BgClassName
{
background-color: #C710CE;
}
</style>
border-color css
<style>
span { border-color: #C710CE; }
span { border-color: rgb(199,16,206); }
td.TdClassName
{
border-color: #C710CE;
}
.TagClassName
{
border-color: #C710CE;
}
</style>