Shades of Deep Magenta #C717DF
Tints of Deep Magenta #C717DF
RGB
CMYK
RGB Variations
Color information
#C717DF (or 0xC717DF) is known color: Deep Magenta. HEX triplet: C7, 17 and DF. RGB value is (199,23,223). Sum of RGB (Red+Green+Blue) = 199+23+223=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #C717DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C717DF is #38E820. Grayscale: #616161. Windows color (decimal): -3729441 or 14620615. OLE color: 14620615.
HSL color Cylindrical-coordinate representation of color #C717DF: hue angle of 292.8º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C717DF is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 23 | 223 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.13 |
| HSL | 292.8º | 0.81% | 0.48% | - |
| HSV(B) | 292.8º | 0.9% | 0.87% | - |
| XYZ | 37.18 | 18.08 | 71.34 | - |
| YUV | 98.42 | 198.31 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 223 | 0.11 | 0.90 | 0 | 0.13 | 292.8 | 0.81 | 0.48 |
| Hex | C7 | 17 | DF | B | 5A | 0 | D | 125 | 51 | 30 |
| Octal | 307 | 27 | 337 | 13 | 132 | 0 | 15 | 445 | 121 | 60 |
| Binary | 11000111 | 10111 | 11011111 | 1011 | 1011010 | 0 | 1101 | 100100101 | 1010001 | 110000 |
Color Harmonies of #C717DF
Complementary color
Monochromatic Colors of #C717DF
Black with #C717DF
Text Example
Text Example
White with #C717DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C717DF; }
p { color: rgb(199,23,223); }
H1.HeaderClassName
{
color: #C717DF;
}
.AnyTagClassName
{
color: #C717DF;
}
</style>
background-color css
<style>
a { background-color: #C717DF; }
a { background-color: rgb(199,23,223); }
div.DivClassName
{
background-color: #C717DF;
}
.BgClassName
{
background-color: #C717DF;
}
</style>
border-color css
<style>
span { border-color: #C717DF; }
span { border-color: rgb(199,23,223); }
td.TdClassName
{
border-color: #C717DF;
}
.TagClassName
{
border-color: #C717DF;
}
</style>