Shades of Deep Magenta #C717AE
Tints of Deep Magenta #C717AE
RGB
CMYK
RGB Variations
Color information
#C717AE (or 0xC717AE) is known color: Deep Magenta. HEX triplet: C7, 17 and AE. RGB value is (199,23,174). Sum of RGB (Red+Green+Blue) = 199+23+174=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C717AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C717AE is #38E851. Grayscale: #5C5C5C. Windows color (decimal): -3729490 or 11409351. OLE color: 11409351.
HSL color Cylindrical-coordinate representation of color #C717AE: hue angle of 308.52º 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 #C717AE is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 174 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.22 |
| HSL | 308.52º | 0.79% | 0.44% | - |
| HSV(B) | 308.52º | 0.88% | 0.78% | - |
| XYZ | 31.5 | 15.81 | 41.44 | - |
| YUV | 92.84 | 173.81 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 174 | 0 | 0.88 | 0.13 | 0.22 | 308.52 | 0.79 | 0.44 |
| Hex | C7 | 17 | AE | 0 | 58 | D | 16 | 135 | 4F | 2C |
| Octal | 307 | 27 | 256 | 0 | 130 | 15 | 26 | 465 | 117 | 54 |
| Binary | 11000111 | 10111 | 10101110 | 0 | 1011000 | 1101 | 10110 | 100110101 | 1001111 | 101100 |
Color Harmonies of #C717AE
Complementary color
Monochromatic Colors of #C717AE
Black with #C717AE
Text Example
Text Example
White with #C717AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C717AE; }
p { color: rgb(199,23,174); }
H1.HeaderClassName
{
color: #C717AE;
}
.AnyTagClassName
{
color: #C717AE;
}
</style>
background-color css
<style>
a { background-color: #C717AE; }
a { background-color: rgb(199,23,174); }
div.DivClassName
{
background-color: #C717AE;
}
.BgClassName
{
background-color: #C717AE;
}
</style>
border-color css
<style>
span { border-color: #C717AE; }
span { border-color: rgb(199,23,174); }
td.TdClassName
{
border-color: #C717AE;
}
.TagClassName
{
border-color: #C717AE;
}
</style>