Shades of Medium Violet Red #C519A2
Tints of Medium Violet Red #C519A2
RGB
CMYK
RGB Variations
Color information
#C519A2 (or 0xC519A2) is known color: Medium Violet Red. HEX triplet: C5, 19 and A2. RGB value is (197,25,162). Sum of RGB (Red+Green+Blue) = 197+25+162=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C519A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C519A2 is #3AE65D. Grayscale: #5B5B5B. Windows color (decimal): -3860062 or 10623429. OLE color: 10623429.
HSL color Cylindrical-coordinate representation of color #C519A2: hue angle of 312.21º 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 #C519A2 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 162 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.23 |
| HSL | 312.21º | 0.77% | 0.44% | - |
| HSV(B) | 312.21º | 0.87% | 0.77% | - |
| XYZ | 29.9 | 15.17 | 35.54 | - |
| YUV | 92.05 | 167.48 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 162 | 0 | 0.87 | 0.18 | 0.23 | 312.21 | 0.77 | 0.44 |
| Hex | C5 | 19 | A2 | 0 | 57 | 12 | 17 | 138 | 4D | 2C |
| Octal | 305 | 31 | 242 | 0 | 127 | 22 | 27 | 470 | 115 | 54 |
| Binary | 11000101 | 11001 | 10100010 | 0 | 1010111 | 10010 | 10111 | 100111000 | 1001101 | 101100 |
Color Harmonies of #C519A2
Complementary color
Monochromatic Colors of #C519A2
Black with #C519A2
Text Example
Text Example
White with #C519A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C519A2; }
p { color: rgb(197,25,162); }
H1.HeaderClassName
{
color: #C519A2;
}
.AnyTagClassName
{
color: #C519A2;
}
</style>
background-color css
<style>
a { background-color: #C519A2; }
a { background-color: rgb(197,25,162); }
div.DivClassName
{
background-color: #C519A2;
}
.BgClassName
{
background-color: #C519A2;
}
</style>
border-color css
<style>
span { border-color: #C519A2; }
span { border-color: rgb(197,25,162); }
td.TdClassName
{
border-color: #C519A2;
}
.TagClassName
{
border-color: #C519A2;
}
</style>