Shades of Medium Violet Red #C50C95
Tints of Medium Violet Red #C50C95
RGB
CMYK
RGB Variations
Color information
#C50C95 (or 0xC50C95) is known color: Medium Violet Red. HEX triplet: C5, 0C and 95. RGB value is (197,12,149). Sum of RGB (Red+Green+Blue) = 197+12+149=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C50C95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50C95 is #3AF36A. Grayscale: #525252. Windows color (decimal): -3863403 or 9768133. OLE color: 9768133.
HSL color Cylindrical-coordinate representation of color #C50C95: hue angle of 315.57º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50C95 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 12 | 149 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.23 |
| HSL | 315.57º | 0.89% | 0.41% | - |
| HSV(B) | 315.57º | 0.94% | 0.77% | - |
| XYZ | 28.58 | 14.3 | 29.69 | - |
| YUV | 82.93 | 165.29 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 12 | 149 | 0 | 0.94 | 0.24 | 0.23 | 315.57 | 0.89 | 0.41 |
| Hex | C5 | C | 95 | 0 | 5E | 18 | 17 | 13C | 59 | 29 |
| Octal | 305 | 14 | 225 | 0 | 136 | 30 | 27 | 474 | 131 | 51 |
| Binary | 11000101 | 1100 | 10010101 | 0 | 1011110 | 11000 | 10111 | 100111100 | 1011001 | 101001 |
Color Harmonies of #C50C95
Complementary color
Monochromatic Colors of #C50C95
Black with #C50C95
Text Example
Text Example
White with #C50C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50C95; }
p { color: rgb(197,12,149); }
H1.HeaderClassName
{
color: #C50C95;
}
.AnyTagClassName
{
color: #C50C95;
}
</style>
background-color css
<style>
a { background-color: #C50C95; }
a { background-color: rgb(197,12,149); }
div.DivClassName
{
background-color: #C50C95;
}
.BgClassName
{
background-color: #C50C95;
}
</style>
border-color css
<style>
span { border-color: #C50C95; }
span { border-color: rgb(197,12,149); }
td.TdClassName
{
border-color: #C50C95;
}
.TagClassName
{
border-color: #C50C95;
}
</style>