Shades of Medium Violet Red #C50996
Tints of Medium Violet Red #C50996
RGB
CMYK
RGB Variations
Color information
#C50996 (or 0xC50996) is known color: Medium Violet Red. HEX triplet: C5, 09 and 96. RGB value is (197,9,150). Sum of RGB (Red+Green+Blue) = 197+9+150=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C50996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50996 is #3AF669. Grayscale: #505050. Windows color (decimal): -3864170 or 9832901. OLE color: 9832901.
HSL color Cylindrical-coordinate representation of color #C50996: hue angle of 315º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50996 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 9 | 150 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.23 |
| HSL | 315º | 0.91% | 0.4% | - |
| HSV(B) | 315º | 0.95% | 0.77% | - |
| XYZ | 28.63 | 14.27 | 30.1 | - |
| YUV | 81.29 | 166.78 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 150 | 0 | 0.95 | 0.24 | 0.23 | 315 | 0.91 | 0.4 |
| Hex | C5 | 9 | 96 | 0 | 5F | 18 | 17 | 13B | 5B | 28 |
| Octal | 305 | 11 | 226 | 0 | 137 | 30 | 27 | 473 | 133 | 50 |
| Binary | 11000101 | 1001 | 10010110 | 0 | 1011111 | 11000 | 10111 | 100111011 | 1011011 | 101000 |
Color Harmonies of #C50996
Complementary color
Monochromatic Colors of #C50996
Black with #C50996
Text Example
Text Example
White with #C50996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50996; }
p { color: rgb(197,9,150); }
H1.HeaderClassName
{
color: #C50996;
}
.AnyTagClassName
{
color: #C50996;
}
</style>
background-color css
<style>
a { background-color: #C50996; }
a { background-color: rgb(197,9,150); }
div.DivClassName
{
background-color: #C50996;
}
.BgClassName
{
background-color: #C50996;
}
</style>
border-color css
<style>
span { border-color: #C50996; }
span { border-color: rgb(197,9,150); }
td.TdClassName
{
border-color: #C50996;
}
.TagClassName
{
border-color: #C50996;
}
</style>