Shades of Medium Violet Red #C51998
Tints of Medium Violet Red #C51998
RGB
CMYK
RGB Variations
Color information
#C51998 (or 0xC51998) is known color: Medium Violet Red. HEX triplet: C5, 19 and 98. RGB value is (197,25,152). Sum of RGB (Red+Green+Blue) = 197+25+152=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C51998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51998 is #3AE667. Grayscale: #5A5A5A. Windows color (decimal): -3860072 or 9968069. OLE color: 9968069.
HSL color Cylindrical-coordinate representation of color #C51998: hue angle of 315.7º 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 #C51998 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 152 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.23 |
| HSL | 315.7º | 0.77% | 0.44% | - |
| HSV(B) | 315.7º | 0.87% | 0.77% | - |
| XYZ | 29.04 | 14.83 | 31.04 | - |
| YUV | 90.91 | 162.48 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 152 | 0 | 0.87 | 0.23 | 0.23 | 315.7 | 0.77 | 0.44 |
| Hex | C5 | 19 | 98 | 0 | 57 | 17 | 17 | 13C | 4D | 2C |
| Octal | 305 | 31 | 230 | 0 | 127 | 27 | 27 | 474 | 115 | 54 |
| Binary | 11000101 | 11001 | 10011000 | 0 | 1010111 | 10111 | 10111 | 100111100 | 1001101 | 101100 |
Color Harmonies of #C51998
Complementary color
Monochromatic Colors of #C51998
Black with #C51998
Text Example
Text Example
White with #C51998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51998; }
p { color: rgb(197,25,152); }
H1.HeaderClassName
{
color: #C51998;
}
.AnyTagClassName
{
color: #C51998;
}
</style>
background-color css
<style>
a { background-color: #C51998; }
a { background-color: rgb(197,25,152); }
div.DivClassName
{
background-color: #C51998;
}
.BgClassName
{
background-color: #C51998;
}
</style>
border-color css
<style>
span { border-color: #C51998; }
span { border-color: rgb(197,25,152); }
td.TdClassName
{
border-color: #C51998;
}
.TagClassName
{
border-color: #C51998;
}
</style>