Shades of Medium Violet Red #C50A87
Tints of Medium Violet Red #C50A87
RGB
CMYK
RGB Variations
Color information
#C50A87 (or 0xC50A87) is known color: Medium Violet Red. HEX triplet: C5, 0A and 87. RGB value is (197,10,135). Sum of RGB (Red+Green+Blue) = 197+10+135=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C50A87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50A87 is #3AF578. Grayscale: #4F4F4F. Windows color (decimal): -3863929 or 8850117. OLE color: 8850117.
HSL color Cylindrical-coordinate representation of color #C50A87: hue angle of 319.89º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50A87 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 10 | 135 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.23 |
| HSL | 319.89º | 0.9% | 0.41% | - |
| HSV(B) | 319.89º | 0.95% | 0.77% | - |
| XYZ | 27.51 | 13.84 | 24.14 | - |
| YUV | 80.16 | 158.95 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 135 | 0 | 0.95 | 0.31 | 0.23 | 319.89 | 0.9 | 0.41 |
| Hex | C5 | A | 87 | 0 | 5F | 1F | 17 | 140 | 5A | 29 |
| Octal | 305 | 12 | 207 | 0 | 137 | 37 | 27 | 500 | 132 | 51 |
| Binary | 11000101 | 1010 | 10000111 | 0 | 1011111 | 11111 | 10111 | 101000000 | 1011010 | 101001 |
Color Harmonies of #C50A87
Complementary color
Monochromatic Colors of #C50A87
Black with #C50A87
Text Example
Text Example
White with #C50A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50A87; }
p { color: rgb(197,10,135); }
H1.HeaderClassName
{
color: #C50A87;
}
.AnyTagClassName
{
color: #C50A87;
}
</style>
background-color css
<style>
a { background-color: #C50A87; }
a { background-color: rgb(197,10,135); }
div.DivClassName
{
background-color: #C50A87;
}
.BgClassName
{
background-color: #C50A87;
}
</style>
border-color css
<style>
span { border-color: #C50A87; }
span { border-color: rgb(197,10,135); }
td.TdClassName
{
border-color: #C50A87;
}
.TagClassName
{
border-color: #C50A87;
}
</style>