Shades of Medium Violet Red #C51697
Tints of Medium Violet Red #C51697
RGB
CMYK
RGB Variations
Color information
#C51697 (or 0xC51697) is known color: Medium Violet Red. HEX triplet: C5, 16 and 97. RGB value is (197,22,151). Sum of RGB (Red+Green+Blue) = 197+22+151=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C51697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51697 is #3AE968. Grayscale: #585858. Windows color (decimal): -3860841 or 9901765. OLE color: 9901765.
HSL color Cylindrical-coordinate representation of color #C51697: hue angle of 315.77º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51697 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 22 | 151 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.23 |
| HSL | 315.77º | 0.8% | 0.43% | - |
| HSV(B) | 315.77º | 0.89% | 0.77% | - |
| XYZ | 28.9 | 14.68 | 30.59 | - |
| YUV | 89.03 | 162.98 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 22 | 151 | 0 | 0.89 | 0.23 | 0.23 | 315.77 | 0.8 | 0.43 |
| Hex | C5 | 16 | 97 | 0 | 59 | 17 | 17 | 13C | 50 | 2B |
| Octal | 305 | 26 | 227 | 0 | 131 | 27 | 27 | 474 | 120 | 53 |
| Binary | 11000101 | 10110 | 10010111 | 0 | 1011001 | 10111 | 10111 | 100111100 | 1010000 | 101011 |
Color Harmonies of #C51697
Complementary color
Monochromatic Colors of #C51697
Black with #C51697
Text Example
Text Example
White with #C51697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51697; }
p { color: rgb(197,22,151); }
H1.HeaderClassName
{
color: #C51697;
}
.AnyTagClassName
{
color: #C51697;
}
</style>
background-color css
<style>
a { background-color: #C51697; }
a { background-color: rgb(197,22,151); }
div.DivClassName
{
background-color: #C51697;
}
.BgClassName
{
background-color: #C51697;
}
</style>
border-color css
<style>
span { border-color: #C51697; }
span { border-color: rgb(197,22,151); }
td.TdClassName
{
border-color: #C51697;
}
.TagClassName
{
border-color: #C51697;
}
</style>