Shades of Medium Violet Red #C51097
Tints of Medium Violet Red #C51097
RGB
CMYK
RGB Variations
Color information
#C51097 (or 0xC51097) is known color: Medium Violet Red. HEX triplet: C5, 10 and 97. RGB value is (197,16,151). Sum of RGB (Red+Green+Blue) = 197+16+151=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C51097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51097 is #3AEF68. Grayscale: #555555. Windows color (decimal): -3862377 or 9900229. OLE color: 9900229.
HSL color Cylindrical-coordinate representation of color #C51097: hue angle of 315.25º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C51097 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 16 | 151 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.23 |
| HSL | 315.25º | 0.85% | 0.42% | - |
| HSV(B) | 315.25º | 0.92% | 0.77% | - |
| XYZ | 28.8 | 14.48 | 30.55 | - |
| YUV | 85.51 | 164.97 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 151 | 0 | 0.92 | 0.23 | 0.23 | 315.25 | 0.85 | 0.42 |
| Hex | C5 | 10 | 97 | 0 | 5C | 17 | 17 | 13B | 55 | 2A |
| Octal | 305 | 20 | 227 | 0 | 134 | 27 | 27 | 473 | 125 | 52 |
| Binary | 11000101 | 10000 | 10010111 | 0 | 1011100 | 10111 | 10111 | 100111011 | 1010101 | 101010 |
Color Harmonies of #C51097
Complementary color
Monochromatic Colors of #C51097
Black with #C51097
Text Example
Text Example
White with #C51097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51097; }
p { color: rgb(197,16,151); }
H1.HeaderClassName
{
color: #C51097;
}
.AnyTagClassName
{
color: #C51097;
}
</style>
background-color css
<style>
a { background-color: #C51097; }
a { background-color: rgb(197,16,151); }
div.DivClassName
{
background-color: #C51097;
}
.BgClassName
{
background-color: #C51097;
}
</style>
border-color css
<style>
span { border-color: #C51097; }
span { border-color: rgb(197,16,151); }
td.TdClassName
{
border-color: #C51097;
}
.TagClassName
{
border-color: #C51097;
}
</style>