Shades of Medium Violet Red #C50795
Tints of Medium Violet Red #C50795
RGB
CMYK
RGB Variations
Color information
#C50795 (or 0xC50795) is known color: Medium Violet Red. HEX triplet: C5, 07 and 95. RGB value is (197,7,149). Sum of RGB (Red+Green+Blue) = 197+7+149=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C50795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50795 is #3AF86A. Grayscale: #4F4F4F. Windows color (decimal): -3864683 or 9766853. OLE color: 9766853.
HSL color Cylindrical-coordinate representation of color #C50795: hue angle of 315.16º degrees, saturation: 0.93, 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 #C50795 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 149 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.23 |
| HSL | 315.16º | 0.93% | 0.4% | - |
| HSV(B) | 315.16º | 0.96% | 0.77% | - |
| XYZ | 28.53 | 14.19 | 29.67 | - |
| YUV | 80 | 166.95 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 149 | 0 | 0.96 | 0.24 | 0.23 | 315.16 | 0.93 | 0.4 |
| Hex | C5 | 7 | 95 | 0 | 60 | 18 | 17 | 13B | 5D | 28 |
| Octal | 305 | 7 | 225 | 0 | 140 | 30 | 27 | 473 | 135 | 50 |
| Binary | 11000101 | 111 | 10010101 | 0 | 1100000 | 11000 | 10111 | 100111011 | 1011101 | 101000 |
Color Harmonies of #C50795
Complementary color
Monochromatic Colors of #C50795
Black with #C50795
Text Example
Text Example
White with #C50795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50795; }
p { color: rgb(197,7,149); }
H1.HeaderClassName
{
color: #C50795;
}
.AnyTagClassName
{
color: #C50795;
}
</style>
background-color css
<style>
a { background-color: #C50795; }
a { background-color: rgb(197,7,149); }
div.DivClassName
{
background-color: #C50795;
}
.BgClassName
{
background-color: #C50795;
}
</style>
border-color css
<style>
span { border-color: #C50795; }
span { border-color: rgb(197,7,149); }
td.TdClassName
{
border-color: #C50795;
}
.TagClassName
{
border-color: #C50795;
}
</style>