Shades of Medium Violet Red #C5198E
Tints of Medium Violet Red #C5198E
RGB
CMYK
RGB Variations
Color information
#C5198E (or 0xC5198E) is known color: Medium Violet Red. HEX triplet: C5, 19 and 8E. RGB value is (197,25,142). Sum of RGB (Red+Green+Blue) = 197+25+142=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C5198E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5198E is #3AE671. Grayscale: #595959. Windows color (decimal): -3860082 or 9312709. OLE color: 9312709.
HSL color Cylindrical-coordinate representation of color #C5198E: hue angle of 319.19º 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 #C5198E is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 142 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.23 |
| HSL | 319.19º | 0.77% | 0.44% | - |
| HSV(B) | 319.19º | 0.87% | 0.77% | - |
| XYZ | 28.26 | 14.52 | 26.9 | - |
| YUV | 89.77 | 157.48 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 142 | 0 | 0.87 | 0.28 | 0.23 | 319.19 | 0.77 | 0.44 |
| Hex | C5 | 19 | 8E | 0 | 57 | 1C | 17 | 13F | 4D | 2C |
| Octal | 305 | 31 | 216 | 0 | 127 | 34 | 27 | 477 | 115 | 54 |
| Binary | 11000101 | 11001 | 10001110 | 0 | 1010111 | 11100 | 10111 | 100111111 | 1001101 | 101100 |
Color Harmonies of #C5198E
Complementary color
Monochromatic Colors of #C5198E
Black with #C5198E
Text Example
Text Example
White with #C5198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5198E; }
p { color: rgb(197,25,142); }
H1.HeaderClassName
{
color: #C5198E;
}
.AnyTagClassName
{
color: #C5198E;
}
</style>
background-color css
<style>
a { background-color: #C5198E; }
a { background-color: rgb(197,25,142); }
div.DivClassName
{
background-color: #C5198E;
}
.BgClassName
{
background-color: #C5198E;
}
</style>
border-color css
<style>
span { border-color: #C5198E; }
span { border-color: rgb(197,25,142); }
td.TdClassName
{
border-color: #C5198E;
}
.TagClassName
{
border-color: #C5198E;
}
</style>