Shades of Deep Magenta #C717D0
Tints of Deep Magenta #C717D0
RGB
CMYK
RGB Variations
Color information
#C717D0 (or 0xC717D0) is known color: Deep Magenta. HEX triplet: C7, 17 and D0. RGB value is (199,23,208). Sum of RGB (Red+Green+Blue) = 199+23+208=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 208 (81.64% from 255 or 48.37% from 430); Max value from RGB is 208 - color contains mainly: blue. Hex color #C717D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C717D0 is #38E82F. Grayscale: #606060. Windows color (decimal): -3729456 or 13637575. OLE color: 13637575.
HSL color Cylindrical-coordinate representation of color #C717D0: hue angle of 297.08º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C717D0 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 23 | 208 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.18 |
| HSL | 297.08º | 0.8% | 0.45% | - |
| HSV(B) | 297.08º | 0.89% | 0.82% | - |
| XYZ | 35.24 | 17.31 | 61.16 | - |
| YUV | 96.71 | 190.81 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 208 | 0.04 | 0.89 | 0 | 0.18 | 297.08 | 0.8 | 0.45 |
| Hex | C7 | 17 | D0 | 4 | 59 | 0 | 12 | 129 | 50 | 2D |
| Octal | 307 | 27 | 320 | 4 | 131 | 0 | 22 | 451 | 120 | 55 |
| Binary | 11000111 | 10111 | 11010000 | 100 | 1011001 | 0 | 10010 | 100101001 | 1010000 | 101101 |
Color Harmonies of #C717D0
Complementary color
Monochromatic Colors of #C717D0
Black with #C717D0
Text Example
Text Example
White with #C717D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C717D0; }
p { color: rgb(199,23,208); }
H1.HeaderClassName
{
color: #C717D0;
}
.AnyTagClassName
{
color: #C717D0;
}
</style>
background-color css
<style>
a { background-color: #C717D0; }
a { background-color: rgb(199,23,208); }
div.DivClassName
{
background-color: #C717D0;
}
.BgClassName
{
background-color: #C717D0;
}
</style>
border-color css
<style>
span { border-color: #C717D0; }
span { border-color: rgb(199,23,208); }
td.TdClassName
{
border-color: #C717D0;
}
.TagClassName
{
border-color: #C717D0;
}
</style>