Shades of Medium Violet Red #C50696
Tints of Medium Violet Red #C50696
RGB
CMYK
RGB Variations
Color information
#C50696 (or 0xC50696) is known color: Medium Violet Red. HEX triplet: C5, 06 and 96. RGB value is (197,6,150). Sum of RGB (Red+Green+Blue) = 197+6+150=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C50696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50696 is #3AF969. Grayscale: #4F4F4F. Windows color (decimal): -3864938 or 9832133. OLE color: 9832133.
HSL color Cylindrical-coordinate representation of color #C50696: hue angle of 314.76º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50696 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 150 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.23 |
| HSL | 314.76º | 0.94% | 0.4% | - |
| HSV(B) | 314.76º | 0.97% | 0.77% | - |
| XYZ | 28.6 | 14.2 | 30.09 | - |
| YUV | 79.53 | 167.78 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 150 | 0 | 0.97 | 0.24 | 0.23 | 314.76 | 0.94 | 0.4 |
| Hex | C5 | 6 | 96 | 0 | 61 | 18 | 17 | 13B | 5E | 28 |
| Octal | 305 | 6 | 226 | 0 | 141 | 30 | 27 | 473 | 136 | 50 |
| Binary | 11000101 | 110 | 10010110 | 0 | 1100001 | 11000 | 10111 | 100111011 | 1011110 | 101000 |
Color Harmonies of #C50696
Complementary color
Monochromatic Colors of #C50696
Black with #C50696
Text Example
Text Example
White with #C50696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50696; }
p { color: rgb(197,6,150); }
H1.HeaderClassName
{
color: #C50696;
}
.AnyTagClassName
{
color: #C50696;
}
</style>
background-color css
<style>
a { background-color: #C50696; }
a { background-color: rgb(197,6,150); }
div.DivClassName
{
background-color: #C50696;
}
.BgClassName
{
background-color: #C50696;
}
</style>
border-color css
<style>
span { border-color: #C50696; }
span { border-color: rgb(197,6,150); }
td.TdClassName
{
border-color: #C50696;
}
.TagClassName
{
border-color: #C50696;
}
</style>