Shades of Medium Violet Red #C519A0
Tints of Medium Violet Red #C519A0
RGB
CMYK
RGB Variations
Color information
#C519A0 (or 0xC519A0) is known color: Medium Violet Red. HEX triplet: C5, 19 and A0. RGB value is (197,25,160). Sum of RGB (Red+Green+Blue) = 197+25+160=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C519A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C519A0 is #3AE65F. Grayscale: #5B5B5B. Windows color (decimal): -3860064 or 10492357. OLE color: 10492357.
HSL color Cylindrical-coordinate representation of color #C519A0: hue angle of 312.91º 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 #C519A0 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 160 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.23 |
| HSL | 312.91º | 0.77% | 0.44% | - |
| HSV(B) | 312.91º | 0.87% | 0.77% | - |
| XYZ | 29.72 | 15.1 | 34.61 | - |
| YUV | 91.82 | 166.48 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 160 | 0 | 0.87 | 0.19 | 0.23 | 312.91 | 0.77 | 0.44 |
| Hex | C5 | 19 | A0 | 0 | 57 | 13 | 17 | 139 | 4D | 2C |
| Octal | 305 | 31 | 240 | 0 | 127 | 23 | 27 | 471 | 115 | 54 |
| Binary | 11000101 | 11001 | 10100000 | 0 | 1010111 | 10011 | 10111 | 100111001 | 1001101 | 101100 |
Color Harmonies of #C519A0
Complementary color
Monochromatic Colors of #C519A0
Black with #C519A0
Text Example
Text Example
White with #C519A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C519A0; }
p { color: rgb(197,25,160); }
H1.HeaderClassName
{
color: #C519A0;
}
.AnyTagClassName
{
color: #C519A0;
}
</style>
background-color css
<style>
a { background-color: #C519A0; }
a { background-color: rgb(197,25,160); }
div.DivClassName
{
background-color: #C519A0;
}
.BgClassName
{
background-color: #C519A0;
}
</style>
border-color css
<style>
span { border-color: #C519A0; }
span { border-color: rgb(197,25,160); }
td.TdClassName
{
border-color: #C519A0;
}
.TagClassName
{
border-color: #C519A0;
}
</style>