Shades of Medium Violet Red #C5197E
Tints of Medium Violet Red #C5197E
RGB
CMYK
RGB Variations
Color information
#C5197E (or 0xC5197E) is known color: Medium Violet Red. HEX triplet: C5, 19 and 7E. RGB value is (197,25,126). Sum of RGB (Red+Green+Blue) = 197+25+126=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C5197E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5197E is #3AE681. Grayscale: #575757. Windows color (decimal): -3860098 or 8264133. OLE color: 8264133.
HSL color Cylindrical-coordinate representation of color #C5197E: hue angle of 324.77º 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 #C5197E is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 126 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.23 |
| HSL | 324.77º | 0.77% | 0.44% | - |
| HSV(B) | 324.77º | 0.87% | 0.77% | - |
| XYZ | 27.14 | 14.07 | 21.02 | - |
| YUV | 87.94 | 149.48 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 126 | 0 | 0.87 | 0.36 | 0.23 | 324.77 | 0.77 | 0.44 |
| Hex | C5 | 19 | 7E | 0 | 57 | 24 | 17 | 145 | 4D | 2C |
| Octal | 305 | 31 | 176 | 0 | 127 | 44 | 27 | 505 | 115 | 54 |
| Binary | 11000101 | 11001 | 1111110 | 0 | 1010111 | 100100 | 10111 | 101000101 | 1001101 | 101100 |
Color Harmonies of #C5197E
Complementary color
Monochromatic Colors of #C5197E
Black with #C5197E
Text Example
Text Example
White with #C5197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5197E; }
p { color: rgb(197,25,126); }
H1.HeaderClassName
{
color: #C5197E;
}
.AnyTagClassName
{
color: #C5197E;
}
</style>
background-color css
<style>
a { background-color: #C5197E; }
a { background-color: rgb(197,25,126); }
div.DivClassName
{
background-color: #C5197E;
}
.BgClassName
{
background-color: #C5197E;
}
</style>
border-color css
<style>
span { border-color: #C5197E; }
span { border-color: rgb(197,25,126); }
td.TdClassName
{
border-color: #C5197E;
}
.TagClassName
{
border-color: #C5197E;
}
</style>