Shades of Medium Violet Red #C50B98
Tints of Medium Violet Red #C50B98
RGB
CMYK
RGB Variations
Color information
#C50B98 (or 0xC50B98) is known color: Medium Violet Red. HEX triplet: C5, 0B and 98. RGB value is (197,11,152). Sum of RGB (Red+Green+Blue) = 197+11+152=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C50B98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50B98 is #3AF467. Grayscale: #525252. Windows color (decimal): -3863656 or 9964485. OLE color: 9964485.
HSL color Cylindrical-coordinate representation of color #C50B98: hue angle of 314.52º 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 #C50B98 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 11 | 152 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.23 |
| HSL | 314.52º | 0.89% | 0.41% | - |
| HSV(B) | 314.52º | 0.94% | 0.77% | - |
| XYZ | 28.81 | 14.38 | 30.96 | - |
| YUV | 82.69 | 167.12 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 11 | 152 | 0 | 0.94 | 0.23 | 0.23 | 314.52 | 0.89 | 0.41 |
| Hex | C5 | B | 98 | 0 | 5E | 17 | 17 | 13B | 59 | 29 |
| Octal | 305 | 13 | 230 | 0 | 136 | 27 | 27 | 473 | 131 | 51 |
| Binary | 11000101 | 1011 | 10011000 | 0 | 1011110 | 10111 | 10111 | 100111011 | 1011001 | 101001 |
Color Harmonies of #C50B98
Complementary color
Monochromatic Colors of #C50B98
Black with #C50B98
Text Example
Text Example
White with #C50B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50B98; }
p { color: rgb(197,11,152); }
H1.HeaderClassName
{
color: #C50B98;
}
.AnyTagClassName
{
color: #C50B98;
}
</style>
background-color css
<style>
a { background-color: #C50B98; }
a { background-color: rgb(197,11,152); }
div.DivClassName
{
background-color: #C50B98;
}
.BgClassName
{
background-color: #C50B98;
}
</style>
border-color css
<style>
span { border-color: #C50B98; }
span { border-color: rgb(197,11,152); }
td.TdClassName
{
border-color: #C50B98;
}
.TagClassName
{
border-color: #C50B98;
}
</style>