Shades of Deep Magenta #C519AF
Tints of Deep Magenta #C519AF
RGB
CMYK
RGB Variations
Color information
#C519AF (or 0xC519AF) is known color: Deep Magenta. HEX triplet: C5, 19 and AF. RGB value is (197,25,175). Sum of RGB (Red+Green+Blue) = 197+25+175=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C519AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C519AF is #3AE650. Grayscale: #5D5D5D. Windows color (decimal): -3860049 or 11475397. OLE color: 11475397.
HSL color Cylindrical-coordinate representation of color #C519AF: hue angle of 307.67º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C519AF is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 175 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.23 |
| HSL | 307.67º | 0.77% | 0.44% | - |
| HSV(B) | 307.67º | 0.87% | 0.77% | - |
| XYZ | 31.11 | 15.66 | 41.94 | - |
| YUV | 93.53 | 173.98 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 175 | 0 | 0.87 | 0.11 | 0.23 | 307.67 | 0.77 | 0.44 |
| Hex | C5 | 19 | AF | 0 | 57 | B | 17 | 134 | 4D | 2C |
| Octal | 305 | 31 | 257 | 0 | 127 | 13 | 27 | 464 | 115 | 54 |
| Binary | 11000101 | 11001 | 10101111 | 0 | 1010111 | 1011 | 10111 | 100110100 | 1001101 | 101100 |
Color Harmonies of #C519AF
Complementary color
Monochromatic Colors of #C519AF
Black with #C519AF
Text Example
Text Example
White with #C519AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C519AF; }
p { color: rgb(197,25,175); }
H1.HeaderClassName
{
color: #C519AF;
}
.AnyTagClassName
{
color: #C519AF;
}
</style>
background-color css
<style>
a { background-color: #C519AF; }
a { background-color: rgb(197,25,175); }
div.DivClassName
{
background-color: #C519AF;
}
.BgClassName
{
background-color: #C519AF;
}
</style>
border-color css
<style>
span { border-color: #C519AF; }
span { border-color: rgb(197,25,175); }
td.TdClassName
{
border-color: #C519AF;
}
.TagClassName
{
border-color: #C519AF;
}
</style>