Shades of Medium Violet Red #C50F85
Tints of Medium Violet Red #C50F85
RGB
CMYK
RGB Variations
Color information
#C50F85 (or 0xC50F85) is known color: Medium Violet Red. HEX triplet: C5, 0F and 85. RGB value is (197,15,133). Sum of RGB (Red+Green+Blue) = 197+15+133=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C50F85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50F85 is #3AF07A. Grayscale: #525252. Windows color (decimal): -3862651 or 8720325. OLE color: 8720325.
HSL color Cylindrical-coordinate representation of color #C50F85: hue angle of 321.1º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C50F85 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 15 | 133 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.23 |
| HSL | 321.1º | 0.86% | 0.42% | - |
| HSV(B) | 321.1º | 0.92% | 0.77% | - |
| XYZ | 27.43 | 13.91 | 23.43 | - |
| YUV | 82.87 | 156.3 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 15 | 133 | 0 | 0.92 | 0.32 | 0.23 | 321.1 | 0.86 | 0.42 |
| Hex | C5 | F | 85 | 0 | 5C | 20 | 17 | 141 | 56 | 2A |
| Octal | 305 | 17 | 205 | 0 | 134 | 40 | 27 | 501 | 126 | 52 |
| Binary | 11000101 | 1111 | 10000101 | 0 | 1011100 | 100000 | 10111 | 101000001 | 1010110 | 101010 |
Color Harmonies of #C50F85
Complementary color
Monochromatic Colors of #C50F85
Black with #C50F85
Text Example
Text Example
White with #C50F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50F85; }
p { color: rgb(197,15,133); }
H1.HeaderClassName
{
color: #C50F85;
}
.AnyTagClassName
{
color: #C50F85;
}
</style>
background-color css
<style>
a { background-color: #C50F85; }
a { background-color: rgb(197,15,133); }
div.DivClassName
{
background-color: #C50F85;
}
.BgClassName
{
background-color: #C50F85;
}
</style>
border-color css
<style>
span { border-color: #C50F85; }
span { border-color: rgb(197,15,133); }
td.TdClassName
{
border-color: #C50F85;
}
.TagClassName
{
border-color: #C50F85;
}
</style>