Shades of Medium Violet Red #C50BA1
Tints of Medium Violet Red #C50BA1
RGB
CMYK
RGB Variations
Color information
#C50BA1 (or 0xC50BA1) is known color: Medium Violet Red. HEX triplet: C5, 0B and A1. RGB value is (197,11,161). Sum of RGB (Red+Green+Blue) = 197+11+161=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 161 (63.28% from 255 or 43.63% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C50BA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50BA1 is #3AF45E. Grayscale: #535353. Windows color (decimal): -3863647 or 10554309. OLE color: 10554309.
HSL color Cylindrical-coordinate representation of color #C50BA1: hue angle of 311.61º 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 #C50BA1 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 11 | 161 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.23 |
| HSL | 311.61º | 0.89% | 0.41% | - |
| HSV(B) | 311.61º | 0.94% | 0.77% | - |
| XYZ | 29.58 | 14.68 | 34.99 | - |
| YUV | 83.71 | 171.62 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 161 | 0 | 0.94 | 0.18 | 0.23 | 311.61 | 0.89 | 0.41 |
| Hex | C5 | B | A1 | 0 | 5E | 12 | 17 | 138 | 59 | 29 |
| Octal | 305 | 13 | 241 | 0 | 136 | 22 | 27 | 470 | 131 | 51 |
| Binary | 11000101 | 1011 | 10100001 | 0 | 1011110 | 10010 | 10111 | 100111000 | 1011001 | 101001 |
Color Harmonies of #C50BA1
Complementary color
Monochromatic Colors of #C50BA1
Black with #C50BA1
Text Example
Text Example
White with #C50BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50BA1; }
p { color: rgb(197,11,161); }
H1.HeaderClassName
{
color: #C50BA1;
}
.AnyTagClassName
{
color: #C50BA1;
}
</style>
background-color css
<style>
a { background-color: #C50BA1; }
a { background-color: rgb(197,11,161); }
div.DivClassName
{
background-color: #C50BA1;
}
.BgClassName
{
background-color: #C50BA1;
}
</style>
border-color css
<style>
span { border-color: #C50BA1; }
span { border-color: rgb(197,11,161); }
td.TdClassName
{
border-color: #C50BA1;
}
.TagClassName
{
border-color: #C50BA1;
}
</style>