Shades of Deep Magenta #C717DA
Tints of Deep Magenta #C717DA
RGB
CMYK
RGB Variations
Color information
#C717DA (or 0xC717DA) is known color: Deep Magenta. HEX triplet: C7, 17 and DA. RGB value is (199,23,218). Sum of RGB (Red+Green+Blue) = 199+23+218=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 23 (9.38% from 255 or 5.23% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #C717DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C717DA is #38E825. Grayscale: #616161. Windows color (decimal): -3729446 or 14292935. OLE color: 14292935.
HSL color Cylindrical-coordinate representation of color #C717DA: hue angle of 294.15º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C717DA is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 23 | 218 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.15 |
| HSL | 294.15º | 0.81% | 0.47% | - |
| HSV(B) | 294.15º | 0.89% | 0.85% | - |
| XYZ | 36.51 | 17.82 | 67.84 | - |
| YUV | 97.85 | 195.81 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 218 | 0.09 | 0.89 | 0 | 0.15 | 294.15 | 0.81 | 0.47 |
| Hex | C7 | 17 | DA | 9 | 59 | 0 | F | 126 | 51 | 2F |
| Octal | 307 | 27 | 332 | 11 | 131 | 0 | 17 | 446 | 121 | 57 |
| Binary | 11000111 | 10111 | 11011010 | 1001 | 1011001 | 0 | 1111 | 100100110 | 1010001 | 101111 |
Color Harmonies of #C717DA
Complementary color
Monochromatic Colors of #C717DA
Black with #C717DA
Text Example
Text Example
White with #C717DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C717DA; }
p { color: rgb(199,23,218); }
H1.HeaderClassName
{
color: #C717DA;
}
.AnyTagClassName
{
color: #C717DA;
}
</style>
background-color css
<style>
a { background-color: #C717DA; }
a { background-color: rgb(199,23,218); }
div.DivClassName
{
background-color: #C717DA;
}
.BgClassName
{
background-color: #C717DA;
}
</style>
border-color css
<style>
span { border-color: #C717DA; }
span { border-color: rgb(199,23,218); }
td.TdClassName
{
border-color: #C717DA;
}
.TagClassName
{
border-color: #C717DA;
}
</style>