Shades of Deep Magenta #C710DF
Tints of Deep Magenta #C710DF
RGB
CMYK
RGB Variations
Color information
#C710DF (or 0xC710DF) is known color: Deep Magenta. HEX triplet: C7, 10 and DF. RGB value is (199,16,223). Sum of RGB (Red+Green+Blue) = 199+16+223=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 16 (6.64% from 255 or 3.65% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #C710DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C710DF is #38EF20. Grayscale: #5D5D5D. Windows color (decimal): -3731233 or 14618823. OLE color: 14618823.
HSL color Cylindrical-coordinate representation of color #C710DF: hue angle of 293.04º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C710DF is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 16 | 223 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.13 |
| HSL | 293.04º | 0.87% | 0.47% | - |
| HSV(B) | 293.04º | 0.93% | 0.87% | - |
| XYZ | 37.06 | 17.84 | 71.3 | - |
| YUV | 94.32 | 200.63 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 223 | 0.11 | 0.93 | 0 | 0.13 | 293.04 | 0.87 | 0.47 |
| Hex | C7 | 10 | DF | B | 5D | 0 | D | 125 | 57 | 2F |
| Octal | 307 | 20 | 337 | 13 | 135 | 0 | 15 | 445 | 127 | 57 |
| Binary | 11000111 | 10000 | 11011111 | 1011 | 1011101 | 0 | 1101 | 100100101 | 1010111 | 101111 |
Color Harmonies of #C710DF
Complementary color
Monochromatic Colors of #C710DF
Black with #C710DF
Text Example
Text Example
White with #C710DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C710DF; }
p { color: rgb(199,16,223); }
H1.HeaderClassName
{
color: #C710DF;
}
.AnyTagClassName
{
color: #C710DF;
}
</style>
background-color css
<style>
a { background-color: #C710DF; }
a { background-color: rgb(199,16,223); }
div.DivClassName
{
background-color: #C710DF;
}
.BgClassName
{
background-color: #C710DF;
}
</style>
border-color css
<style>
span { border-color: #C710DF; }
span { border-color: rgb(199,16,223); }
td.TdClassName
{
border-color: #C710DF;
}
.TagClassName
{
border-color: #C710DF;
}
</style>