Shades of Medium Violet Red #C50A98
Tints of Medium Violet Red #C50A98
RGB
CMYK
RGB Variations
Color information
#C50A98 (or 0xC50A98) is known color: Medium Violet Red. HEX triplet: C5, 0A and 98. RGB value is (197,10,152). Sum of RGB (Red+Green+Blue) = 197+10+152=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C50A98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50A98 is #3AF567. Grayscale: #515151. Windows color (decimal): -3863912 or 9964229. OLE color: 9964229.
HSL color Cylindrical-coordinate representation of color #C50A98: hue angle of 314.44º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50A98 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 10 | 152 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.23 |
| HSL | 314.44º | 0.9% | 0.41% | - |
| HSV(B) | 314.44º | 0.95% | 0.77% | - |
| XYZ | 28.8 | 14.35 | 30.96 | - |
| YUV | 82.1 | 167.45 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 10 | 152 | 0 | 0.95 | 0.23 | 0.23 | 314.44 | 0.9 | 0.41 |
| Hex | C5 | A | 98 | 0 | 5F | 17 | 17 | 13A | 5A | 29 |
| Octal | 305 | 12 | 230 | 0 | 137 | 27 | 27 | 472 | 132 | 51 |
| Binary | 11000101 | 1010 | 10011000 | 0 | 1011111 | 10111 | 10111 | 100111010 | 1011010 | 101001 |
Color Harmonies of #C50A98
Complementary color
Monochromatic Colors of #C50A98
Black with #C50A98
Text Example
Text Example
White with #C50A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50A98; }
p { color: rgb(197,10,152); }
H1.HeaderClassName
{
color: #C50A98;
}
.AnyTagClassName
{
color: #C50A98;
}
</style>
background-color css
<style>
a { background-color: #C50A98; }
a { background-color: rgb(197,10,152); }
div.DivClassName
{
background-color: #C50A98;
}
.BgClassName
{
background-color: #C50A98;
}
</style>
border-color css
<style>
span { border-color: #C50A98; }
span { border-color: rgb(197,10,152); }
td.TdClassName
{
border-color: #C50A98;
}
.TagClassName
{
border-color: #C50A98;
}
</style>