Shades of Medium Violet Red #C519A7
Tints of Medium Violet Red #C519A7
RGB
CMYK
RGB Variations
Color information
#C519A7 (or 0xC519A7) is known color: Medium Violet Red. HEX triplet: C5, 19 and A7. RGB value is (197,25,167). Sum of RGB (Red+Green+Blue) = 197+25+167=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 167 (65.62% from 255 or 42.93% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C519A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C519A7 is #3AE658. Grayscale: #5C5C5C. Windows color (decimal): -3860057 or 10951109. OLE color: 10951109.
HSL color Cylindrical-coordinate representation of color #C519A7: hue angle of 310.47º 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 #C519A7 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 167 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.23 |
| HSL | 310.47º | 0.77% | 0.44% | - |
| HSV(B) | 310.47º | 0.87% | 0.77% | - |
| XYZ | 30.35 | 15.36 | 37.92 | - |
| YUV | 92.62 | 169.98 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 167 | 0 | 0.87 | 0.15 | 0.23 | 310.47 | 0.77 | 0.44 |
| Hex | C5 | 19 | A7 | 0 | 57 | F | 17 | 136 | 4D | 2C |
| Octal | 305 | 31 | 247 | 0 | 127 | 17 | 27 | 466 | 115 | 54 |
| Binary | 11000101 | 11001 | 10100111 | 0 | 1010111 | 1111 | 10111 | 100110110 | 1001101 | 101100 |
Color Harmonies of #C519A7
Complementary color
Monochromatic Colors of #C519A7
Black with #C519A7
Text Example
Text Example
White with #C519A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C519A7; }
p { color: rgb(197,25,167); }
H1.HeaderClassName
{
color: #C519A7;
}
.AnyTagClassName
{
color: #C519A7;
}
</style>
background-color css
<style>
a { background-color: #C519A7; }
a { background-color: rgb(197,25,167); }
div.DivClassName
{
background-color: #C519A7;
}
.BgClassName
{
background-color: #C519A7;
}
</style>
border-color css
<style>
span { border-color: #C519A7; }
span { border-color: rgb(197,25,167); }
td.TdClassName
{
border-color: #C519A7;
}
.TagClassName
{
border-color: #C519A7;
}
</style>