Shades of Medium Violet Red #C50896
Tints of Medium Violet Red #C50896
RGB
CMYK
RGB Variations
Color information
#C50896 (or 0xC50896) is known color: Medium Violet Red. HEX triplet: C5, 08 and 96. RGB value is (197,8,150). Sum of RGB (Red+Green+Blue) = 197+8+150=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C50896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50896 is #3AF769. Grayscale: #505050. Windows color (decimal): -3864426 or 9832645. OLE color: 9832645.
HSL color Cylindrical-coordinate representation of color #C50896: hue angle of 314.92º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C50896 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 8 | 150 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.23 |
| HSL | 314.92º | 0.92% | 0.4% | - |
| HSV(B) | 314.92º | 0.96% | 0.77% | - |
| XYZ | 28.62 | 14.25 | 30.1 | - |
| YUV | 80.7 | 167.12 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 8 | 150 | 0 | 0.96 | 0.24 | 0.23 | 314.92 | 0.92 | 0.4 |
| Hex | C5 | 8 | 96 | 0 | 60 | 18 | 17 | 13B | 5C | 28 |
| Octal | 305 | 10 | 226 | 0 | 140 | 30 | 27 | 473 | 134 | 50 |
| Binary | 11000101 | 1000 | 10010110 | 0 | 1100000 | 11000 | 10111 | 100111011 | 1011100 | 101000 |
Color Harmonies of #C50896
Complementary color
Monochromatic Colors of #C50896
Black with #C50896
Text Example
Text Example
White with #C50896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50896; }
p { color: rgb(197,8,150); }
H1.HeaderClassName
{
color: #C50896;
}
.AnyTagClassName
{
color: #C50896;
}
</style>
background-color css
<style>
a { background-color: #C50896; }
a { background-color: rgb(197,8,150); }
div.DivClassName
{
background-color: #C50896;
}
.BgClassName
{
background-color: #C50896;
}
</style>
border-color css
<style>
span { border-color: #C50896; }
span { border-color: rgb(197,8,150); }
td.TdClassName
{
border-color: #C50896;
}
.TagClassName
{
border-color: #C50896;
}
</style>