Shades of Medium Violet Red #C51196
Tints of Medium Violet Red #C51196
RGB
CMYK
RGB Variations
Color information
#C51196 (or 0xC51196) is known color: Medium Violet Red. HEX triplet: C5, 11 and 96. RGB value is (197,17,150). Sum of RGB (Red+Green+Blue) = 197+17+150=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C51196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51196 is #3AEE69. Grayscale: #555555. Windows color (decimal): -3862122 or 9834949. OLE color: 9834949.
HSL color Cylindrical-coordinate representation of color #C51196: hue angle of 315.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51196 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 150 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.23 |
| HSL | 315.67º | 0.84% | 0.42% | - |
| HSV(B) | 315.67º | 0.91% | 0.77% | - |
| XYZ | 28.73 | 14.47 | 30.13 | - |
| YUV | 85.98 | 164.13 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 150 | 0 | 0.91 | 0.24 | 0.23 | 315.67 | 0.84 | 0.42 |
| Hex | C5 | 11 | 96 | 0 | 5B | 18 | 17 | 13C | 54 | 2A |
| Octal | 305 | 21 | 226 | 0 | 133 | 30 | 27 | 474 | 124 | 52 |
| Binary | 11000101 | 10001 | 10010110 | 0 | 1011011 | 11000 | 10111 | 100111100 | 1010100 | 101010 |
Color Harmonies of #C51196
Complementary color
Monochromatic Colors of #C51196
Black with #C51196
Text Example
Text Example
White with #C51196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51196; }
p { color: rgb(197,17,150); }
H1.HeaderClassName
{
color: #C51196;
}
.AnyTagClassName
{
color: #C51196;
}
</style>
background-color css
<style>
a { background-color: #C51196; }
a { background-color: rgb(197,17,150); }
div.DivClassName
{
background-color: #C51196;
}
.BgClassName
{
background-color: #C51196;
}
</style>
border-color css
<style>
span { border-color: #C51196; }
span { border-color: rgb(197,17,150); }
td.TdClassName
{
border-color: #C51196;
}
.TagClassName
{
border-color: #C51196;
}
</style>