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