Shades of Medium Violet Red #C51992
Tints of Medium Violet Red #C51992
RGB
CMYK
RGB Variations
Color information
#C51992 (or 0xC51992) is known color: Medium Violet Red. HEX triplet: C5, 19 and 92. RGB value is (197,25,146). Sum of RGB (Red+Green+Blue) = 197+25+146=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C51992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51992 is #3AE66D. Grayscale: #595959. Windows color (decimal): -3860078 or 9574853. OLE color: 9574853.
HSL color Cylindrical-coordinate representation of color #C51992: hue angle of 317.79º 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 #C51992 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 25 | 146 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.23 |
| HSL | 317.79º | 0.77% | 0.44% | - |
| HSV(B) | 317.79º | 0.87% | 0.77% | - |
| XYZ | 28.56 | 14.64 | 28.51 | - |
| YUV | 90.22 | 159.48 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 25 | 146 | 0 | 0.87 | 0.26 | 0.23 | 317.79 | 0.77 | 0.44 |
| Hex | C5 | 19 | 92 | 0 | 57 | 1A | 17 | 13E | 4D | 2C |
| Octal | 305 | 31 | 222 | 0 | 127 | 32 | 27 | 476 | 115 | 54 |
| Binary | 11000101 | 11001 | 10010010 | 0 | 1010111 | 11010 | 10111 | 100111110 | 1001101 | 101100 |
Color Harmonies of #C51992
Complementary color
Monochromatic Colors of #C51992
Black with #C51992
Text Example
Text Example
White with #C51992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51992; }
p { color: rgb(197,25,146); }
H1.HeaderClassName
{
color: #C51992;
}
.AnyTagClassName
{
color: #C51992;
}
</style>
background-color css
<style>
a { background-color: #C51992; }
a { background-color: rgb(197,25,146); }
div.DivClassName
{
background-color: #C51992;
}
.BgClassName
{
background-color: #C51992;
}
</style>
border-color css
<style>
span { border-color: #C51992; }
span { border-color: rgb(197,25,146); }
td.TdClassName
{
border-color: #C51992;
}
.TagClassName
{
border-color: #C51992;
}
</style>