Shades of Medium Violet Red #C50096
Tints of Medium Violet Red #C50096
RGB
CMYK
RGB Variations
Color information
#C50096 (or 0xC50096) is known color: Medium Violet Red. HEX triplet: C5, 00 and 96. RGB value is (197,0,150). Sum of RGB (Red+Green+Blue) = 197+0+150=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C50096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50096 is #3AFF69. Grayscale: #4B4B4B. Windows color (decimal): -3866474 or 9830597. OLE color: 9830597.
HSL color Cylindrical-coordinate representation of color #C50096: hue angle of 314.31º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50096 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 150 | - |
| CMYK | 0 | 1 | 0.24 | 0.23 |
| HSL | 314.31º | 1% | 0.39% | - |
| HSV(B) | 314.31º | 1% | 0.77% | - |
| XYZ | 28.53 | 14.07 | 30.07 | - |
| YUV | 76 | 169.77 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 150 | 0 | 1 | 0.24 | 0.23 | 314.31 | 1 | 0.39 |
| Hex | C5 | 0 | 96 | 0 | 64 | 18 | 17 | 13A | 64 | 27 |
| Octal | 305 | 0 | 226 | 0 | 144 | 30 | 27 | 472 | 144 | 47 |
| Binary | 11000101 | 0 | 10010110 | 0 | 1100100 | 11000 | 10111 | 100111010 | 1100100 | 100111 |
Color Harmonies of #C50096
Complementary color
Monochromatic Colors of #C50096
Black with #C50096
Text Example
Text Example
White with #C50096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50096; }
p { color: rgb(197,0,150); }
H1.HeaderClassName
{
color: #C50096;
}
.AnyTagClassName
{
color: #C50096;
}
</style>
background-color css
<style>
a { background-color: #C50096; }
a { background-color: rgb(197,0,150); }
div.DivClassName
{
background-color: #C50096;
}
.BgClassName
{
background-color: #C50096;
}
</style>
border-color css
<style>
span { border-color: #C50096; }
span { border-color: rgb(197,0,150); }
td.TdClassName
{
border-color: #C50096;
}
.TagClassName
{
border-color: #C50096;
}
</style>