Shades of Medium Violet Red #C50B87
Tints of Medium Violet Red #C50B87
RGB
CMYK
RGB Variations
Color information
#C50B87 (or 0xC50B87) is known color: Medium Violet Red. HEX triplet: C5, 0B and 87. RGB value is (197,11,135). Sum of RGB (Red+Green+Blue) = 197+11+135=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50B87 is #3AF478. Grayscale: #505050. Windows color (decimal): -3863673 or 8850373. OLE color: 8850373.
HSL color Cylindrical-coordinate representation of color #C50B87: hue angle of 320º 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 #C50B87 is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 11 | 135 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.23 |
| HSL | 320º | 0.89% | 0.41% | - |
| HSV(B) | 320º | 0.94% | 0.77% | - |
| XYZ | 27.52 | 13.86 | 24.15 | - |
| YUV | 80.75 | 158.62 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 135 | 0 | 0.94 | 0.31 | 0.23 | 320 | 0.89 | 0.41 |
| Hex | C5 | B | 87 | 0 | 5E | 1F | 17 | 140 | 59 | 29 |
| Octal | 305 | 13 | 207 | 0 | 136 | 37 | 27 | 500 | 131 | 51 |
| Binary | 11000101 | 1011 | 10000111 | 0 | 1011110 | 11111 | 10111 | 101000000 | 1011001 | 101001 |
Color Harmonies of #C50B87
Complementary color
Monochromatic Colors of #C50B87
Black with #C50B87
Text Example
Text Example
White with #C50B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50B87; }
p { color: rgb(197,11,135); }
H1.HeaderClassName
{
color: #C50B87;
}
.AnyTagClassName
{
color: #C50B87;
}
</style>
background-color css
<style>
a { background-color: #C50B87; }
a { background-color: rgb(197,11,135); }
div.DivClassName
{
background-color: #C50B87;
}
.BgClassName
{
background-color: #C50B87;
}
</style>
border-color css
<style>
span { border-color: #C50B87; }
span { border-color: rgb(197,11,135); }
td.TdClassName
{
border-color: #C50B87;
}
.TagClassName
{
border-color: #C50B87;
}
</style>