Shades of Deep Magenta #C717AF
Tints of Deep Magenta #C717AF
RGB
CMYK
RGB Variations
Color information
#C717AF (or 0xC717AF) is known color: Deep Magenta. HEX triplet: C7, 17 and AF. RGB value is (199,23,175). Sum of RGB (Red+Green+Blue) = 199+23+175=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C717AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C717AF is #38E850. Grayscale: #5C5C5C. Windows color (decimal): -3729489 or 11474887. OLE color: 11474887.
HSL color Cylindrical-coordinate representation of color #C717AF: hue angle of 308.18º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C717AF is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 175 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.22 |
| HSL | 308.18º | 0.79% | 0.44% | - |
| HSV(B) | 308.18º | 0.88% | 0.78% | - |
| XYZ | 31.6 | 15.85 | 41.95 | - |
| YUV | 92.95 | 174.31 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 175 | 0 | 0.88 | 0.12 | 0.22 | 308.18 | 0.79 | 0.44 |
| Hex | C7 | 17 | AF | 0 | 58 | C | 16 | 134 | 4F | 2C |
| Octal | 307 | 27 | 257 | 0 | 130 | 14 | 26 | 464 | 117 | 54 |
| Binary | 11000111 | 10111 | 10101111 | 0 | 1011000 | 1100 | 10110 | 100110100 | 1001111 | 101100 |
Color Harmonies of #C717AF
Complementary color
Monochromatic Colors of #C717AF
Black with #C717AF
Text Example
Text Example
White with #C717AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C717AF; }
p { color: rgb(199,23,175); }
H1.HeaderClassName
{
color: #C717AF;
}
.AnyTagClassName
{
color: #C717AF;
}
</style>
background-color css
<style>
a { background-color: #C717AF; }
a { background-color: rgb(199,23,175); }
div.DivClassName
{
background-color: #C717AF;
}
.BgClassName
{
background-color: #C717AF;
}
</style>
border-color css
<style>
span { border-color: #C717AF; }
span { border-color: rgb(199,23,175); }
td.TdClassName
{
border-color: #C717AF;
}
.TagClassName
{
border-color: #C717AF;
}
</style>