Shades of Medium Violet Red #C519AB
Tints of Medium Violet Red #C519AB
RGB
CMYK
RGB Variations
Color information
#C519AB (or 0xC519AB) is known color: Medium Violet Red. HEX triplet: C5, 19 and AB. RGB value is (197,25,171). Sum of RGB (Red+Green+Blue) = 197+25+171=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C519AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C519AB is #3AE654. Grayscale: #5C5C5C. Windows color (decimal): -3860053 or 11213253. OLE color: 11213253.
HSL color Cylindrical-coordinate representation of color #C519AB: hue angle of 309.07º 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 #C519AB is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 171 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.23 |
| HSL | 309.07º | 0.77% | 0.44% | - |
| HSV(B) | 309.07º | 0.87% | 0.77% | - |
| XYZ | 30.72 | 15.51 | 39.9 | - |
| YUV | 93.07 | 171.98 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 171 | 0 | 0.87 | 0.13 | 0.23 | 309.07 | 0.77 | 0.44 |
| Hex | C5 | 19 | AB | 0 | 57 | D | 17 | 135 | 4D | 2C |
| Octal | 305 | 31 | 253 | 0 | 127 | 15 | 27 | 465 | 115 | 54 |
| Binary | 11000101 | 11001 | 10101011 | 0 | 1010111 | 1101 | 10111 | 100110101 | 1001101 | 101100 |
Color Harmonies of #C519AB
Complementary color
Monochromatic Colors of #C519AB
Black with #C519AB
Text Example
Text Example
White with #C519AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C519AB; }
p { color: rgb(197,25,171); }
H1.HeaderClassName
{
color: #C519AB;
}
.AnyTagClassName
{
color: #C519AB;
}
</style>
background-color css
<style>
a { background-color: #C519AB; }
a { background-color: rgb(197,25,171); }
div.DivClassName
{
background-color: #C519AB;
}
.BgClassName
{
background-color: #C519AB;
}
</style>
border-color css
<style>
span { border-color: #C519AB; }
span { border-color: rgb(197,25,171); }
td.TdClassName
{
border-color: #C519AB;
}
.TagClassName
{
border-color: #C519AB;
}
</style>