Shades of Medium Violet Red #C50698
Tints of Medium Violet Red #C50698
RGB
CMYK
RGB Variations
Color information
#C50698 (or 0xC50698) is known color: Medium Violet Red. HEX triplet: C5, 06 and 98. RGB value is (197,6,152). Sum of RGB (Red+Green+Blue) = 197+6+152=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C50698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50698 is #3AF967. Grayscale: #4F4F4F. Windows color (decimal): -3864936 or 9963205. OLE color: 9963205.
HSL color Cylindrical-coordinate representation of color #C50698: hue angle of 314.14º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50698 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 152 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.23 |
| HSL | 314.14º | 0.94% | 0.4% | - |
| HSV(B) | 314.14º | 0.97% | 0.77% | - |
| XYZ | 28.76 | 14.27 | 30.94 | - |
| YUV | 79.75 | 168.78 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 152 | 0 | 0.97 | 0.23 | 0.23 | 314.14 | 0.94 | 0.4 |
| Hex | C5 | 6 | 98 | 0 | 61 | 17 | 17 | 13A | 5E | 28 |
| Octal | 305 | 6 | 230 | 0 | 141 | 27 | 27 | 472 | 136 | 50 |
| Binary | 11000101 | 110 | 10011000 | 0 | 1100001 | 10111 | 10111 | 100111010 | 1011110 | 101000 |
Color Harmonies of #C50698
Complementary color
Monochromatic Colors of #C50698
Black with #C50698
Text Example
Text Example
White with #C50698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50698; }
p { color: rgb(197,6,152); }
H1.HeaderClassName
{
color: #C50698;
}
.AnyTagClassName
{
color: #C50698;
}
</style>
background-color css
<style>
a { background-color: #C50698; }
a { background-color: rgb(197,6,152); }
div.DivClassName
{
background-color: #C50698;
}
.BgClassName
{
background-color: #C50698;
}
</style>
border-color css
<style>
span { border-color: #C50698; }
span { border-color: rgb(197,6,152); }
td.TdClassName
{
border-color: #C50698;
}
.TagClassName
{
border-color: #C50698;
}
</style>