Shades of Medium Violet Red #C5058E
Tints of Medium Violet Red #C5058E
RGB
CMYK
RGB Variations
Color information
#C5058E (or 0xC5058E) is known color: Medium Violet Red. HEX triplet: C5, 05 and 8E. RGB value is (197,5,142). Sum of RGB (Red+Green+Blue) = 197+5+142=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C5058E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5058E is #3AFA71. Grayscale: #4D4D4D. Windows color (decimal): -3865202 or 9307589. OLE color: 9307589.
HSL color Cylindrical-coordinate representation of color #C5058E: hue angle of 317.19º degrees, saturation: 0.95, 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 #C5058E is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 142 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.23 |
| HSL | 317.19º | 0.95% | 0.4% | - |
| HSV(B) | 317.19º | 0.97% | 0.77% | - |
| XYZ | 27.96 | 13.93 | 26.81 | - |
| YUV | 78.03 | 164.11 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 142 | 0 | 0.97 | 0.28 | 0.23 | 317.19 | 0.95 | 0.4 |
| Hex | C5 | 5 | 8E | 0 | 61 | 1C | 17 | 13D | 5F | 28 |
| Octal | 305 | 5 | 216 | 0 | 141 | 34 | 27 | 475 | 137 | 50 |
| Binary | 11000101 | 101 | 10001110 | 0 | 1100001 | 11100 | 10111 | 100111101 | 1011111 | 101000 |
Color Harmonies of #C5058E
Complementary color
Monochromatic Colors of #C5058E
Black with #C5058E
Text Example
Text Example
White with #C5058E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5058E; }
p { color: rgb(197,5,142); }
H1.HeaderClassName
{
color: #C5058E;
}
.AnyTagClassName
{
color: #C5058E;
}
</style>
background-color css
<style>
a { background-color: #C5058E; }
a { background-color: rgb(197,5,142); }
div.DivClassName
{
background-color: #C5058E;
}
.BgClassName
{
background-color: #C5058E;
}
</style>
border-color css
<style>
span { border-color: #C5058E; }
span { border-color: rgb(197,5,142); }
td.TdClassName
{
border-color: #C5058E;
}
.TagClassName
{
border-color: #C5058E;
}
</style>