Shades of Medium Violet Red #C50B72
Tints of Medium Violet Red #C50B72
RGB
CMYK
RGB Variations
Color information
#C50B72 (or 0xC50B72) is known color: Medium Violet Red. HEX triplet: C5, 0B and 72. RGB value is (197,11,114). Sum of RGB (Red+Green+Blue) = 197+11+114=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50B72 is #3AF48D. Grayscale: #4E4E4E. Windows color (decimal): -3863694 or 7474117. OLE color: 7474117.
HSL color Cylindrical-coordinate representation of color #C50B72: hue angle of 326.77º 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 #C50B72 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 11 | 114 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.23 |
| HSL | 326.77º | 0.89% | 0.41% | - |
| HSV(B) | 326.77º | 0.94% | 0.77% | - |
| XYZ | 26.18 | 13.32 | 17.11 | - |
| YUV | 78.36 | 148.12 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 114 | 0 | 0.94 | 0.42 | 0.23 | 326.77 | 0.89 | 0.41 |
| Hex | C5 | B | 72 | 0 | 5E | 2A | 17 | 147 | 59 | 29 |
| Octal | 305 | 13 | 162 | 0 | 136 | 52 | 27 | 507 | 131 | 51 |
| Binary | 11000101 | 1011 | 1110010 | 0 | 1011110 | 101010 | 10111 | 101000111 | 1011001 | 101001 |
Color Harmonies of #C50B72
Complementary color
Monochromatic Colors of #C50B72
Black with #C50B72
Text Example
Text Example
White with #C50B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50B72; }
p { color: rgb(197,11,114); }
H1.HeaderClassName
{
color: #C50B72;
}
.AnyTagClassName
{
color: #C50B72;
}
</style>
background-color css
<style>
a { background-color: #C50B72; }
a { background-color: rgb(197,11,114); }
div.DivClassName
{
background-color: #C50B72;
}
.BgClassName
{
background-color: #C50B72;
}
</style>
border-color css
<style>
span { border-color: #C50B72; }
span { border-color: rgb(197,11,114); }
td.TdClassName
{
border-color: #C50B72;
}
.TagClassName
{
border-color: #C50B72;
}
</style>