Shades of Medium Violet Red #C50BA3
Tints of Medium Violet Red #C50BA3
RGB
CMYK
RGB Variations
Color information
#C50BA3 (or 0xC50BA3) is known color: Medium Violet Red. HEX triplet: C5, 0B and A3. RGB value is (197,11,163). Sum of RGB (Red+Green+Blue) = 197+11+163=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C50BA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50BA3 is #3AF45C. Grayscale: #535353. Windows color (decimal): -3863645 or 10685381. OLE color: 10685381.
HSL color Cylindrical-coordinate representation of color #C50BA3: hue angle of 310.97º 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 #C50BA3 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 11 | 163 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.23 |
| HSL | 310.97º | 0.89% | 0.41% | - |
| HSV(B) | 310.97º | 0.94% | 0.77% | - |
| XYZ | 29.76 | 14.75 | 35.93 | - |
| YUV | 83.94 | 172.62 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 163 | 0 | 0.94 | 0.17 | 0.23 | 310.97 | 0.89 | 0.41 |
| Hex | C5 | B | A3 | 0 | 5E | 11 | 17 | 137 | 59 | 29 |
| Octal | 305 | 13 | 243 | 0 | 136 | 21 | 27 | 467 | 131 | 51 |
| Binary | 11000101 | 1011 | 10100011 | 0 | 1011110 | 10001 | 10111 | 100110111 | 1011001 | 101001 |
Color Harmonies of #C50BA3
Complementary color
Monochromatic Colors of #C50BA3
Black with #C50BA3
Text Example
Text Example
White with #C50BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50BA3; }
p { color: rgb(197,11,163); }
H1.HeaderClassName
{
color: #C50BA3;
}
.AnyTagClassName
{
color: #C50BA3;
}
</style>
background-color css
<style>
a { background-color: #C50BA3; }
a { background-color: rgb(197,11,163); }
div.DivClassName
{
background-color: #C50BA3;
}
.BgClassName
{
background-color: #C50BA3;
}
</style>
border-color css
<style>
span { border-color: #C50BA3; }
span { border-color: rgb(197,11,163); }
td.TdClassName
{
border-color: #C50BA3;
}
.TagClassName
{
border-color: #C50BA3;
}
</style>