Shades of Medium Violet Red #C50B80
Tints of Medium Violet Red #C50B80
RGB
CMYK
RGB Variations
Color information
#C50B80 (or 0xC50B80) is known color: Medium Violet Red. HEX triplet: C5, 0B and 80. RGB value is (197,11,128). Sum of RGB (Red+Green+Blue) = 197+11+128=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50B80 is #3AF47F. Grayscale: #4F4F4F. Windows color (decimal): -3863680 or 8391621. OLE color: 8391621.
HSL color Cylindrical-coordinate representation of color #C50B80: hue angle of 322.26º 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 #C50B80 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 11 | 128 | - |
| CMYK | 0 | 0.94 | 0.35 | 0.23 |
| HSL | 322.26º | 0.89% | 0.41% | - |
| HSV(B) | 322.26º | 0.94% | 0.77% | - |
| XYZ | 27.04 | 13.67 | 21.64 | - |
| YUV | 79.95 | 155.12 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 128 | 0 | 0.94 | 0.35 | 0.23 | 322.26 | 0.89 | 0.41 |
| Hex | C5 | B | 80 | 0 | 5E | 23 | 17 | 142 | 59 | 29 |
| Octal | 305 | 13 | 200 | 0 | 136 | 43 | 27 | 502 | 131 | 51 |
| Binary | 11000101 | 1011 | 10000000 | 0 | 1011110 | 100011 | 10111 | 101000010 | 1011001 | 101001 |
Color Harmonies of #C50B80
Complementary color
Monochromatic Colors of #C50B80
Black with #C50B80
Text Example
Text Example
White with #C50B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50B80; }
p { color: rgb(197,11,128); }
H1.HeaderClassName
{
color: #C50B80;
}
.AnyTagClassName
{
color: #C50B80;
}
</style>
background-color css
<style>
a { background-color: #C50B80; }
a { background-color: rgb(197,11,128); }
div.DivClassName
{
background-color: #C50B80;
}
.BgClassName
{
background-color: #C50B80;
}
</style>
border-color css
<style>
span { border-color: #C50B80; }
span { border-color: rgb(197,11,128); }
td.TdClassName
{
border-color: #C50B80;
}
.TagClassName
{
border-color: #C50B80;
}
</style>