Shades of Medium Violet Red #C51991
Tints of Medium Violet Red #C51991
RGB
CMYK
RGB Variations
Color information
#C51991 (or 0xC51991) is known color: Medium Violet Red. HEX triplet: C5, 19 and 91. RGB value is (197,25,145). Sum of RGB (Red+Green+Blue) = 197+25+145=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 25 (10.16% from 255 or 6.81% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C51991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51991 is #3AE66E. Grayscale: #595959. Windows color (decimal): -3860079 or 9509317. OLE color: 9509317.
HSL color Cylindrical-coordinate representation of color #C51991: hue angle of 318.14º 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 #C51991 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 145 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.23 |
| HSL | 318.14º | 0.77% | 0.44% | - |
| HSV(B) | 318.14º | 0.87% | 0.77% | - |
| XYZ | 28.48 | 14.61 | 28.11 | - |
| YUV | 90.11 | 158.98 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 145 | 0 | 0.87 | 0.26 | 0.23 | 318.14 | 0.77 | 0.44 |
| Hex | C5 | 19 | 91 | 0 | 57 | 1A | 17 | 13E | 4D | 2C |
| Octal | 305 | 31 | 221 | 0 | 127 | 32 | 27 | 476 | 115 | 54 |
| Binary | 11000101 | 11001 | 10010001 | 0 | 1010111 | 11010 | 10111 | 100111110 | 1001101 | 101100 |
Color Harmonies of #C51991
Complementary color
Monochromatic Colors of #C51991
Black with #C51991
Text Example
Text Example
White with #C51991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51991; }
p { color: rgb(197,25,145); }
H1.HeaderClassName
{
color: #C51991;
}
.AnyTagClassName
{
color: #C51991;
}
</style>
background-color css
<style>
a { background-color: #C51991; }
a { background-color: rgb(197,25,145); }
div.DivClassName
{
background-color: #C51991;
}
.BgClassName
{
background-color: #C51991;
}
</style>
border-color css
<style>
span { border-color: #C51991; }
span { border-color: rgb(197,25,145); }
td.TdClassName
{
border-color: #C51991;
}
.TagClassName
{
border-color: #C51991;
}
</style>