Shades of Medium Violet Red #C5059E
Tints of Medium Violet Red #C5059E
RGB
CMYK
RGB Variations
Color information
#C5059E (or 0xC5059E) is known color: Medium Violet Red. HEX triplet: C5, 05 and 9E. RGB value is (197,5,158). Sum of RGB (Red+Green+Blue) = 197+5+158=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5059E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5059E is #3AFA61. Grayscale: #4F4F4F. Windows color (decimal): -3865186 or 10356165. OLE color: 10356165.
HSL color Cylindrical-coordinate representation of color #C5059E: hue angle of 312.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 #C5059E is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 158 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.23 |
| HSL | 312.19º | 0.95% | 0.4% | - |
| HSV(B) | 312.19º | 0.97% | 0.77% | - |
| XYZ | 29.25 | 14.45 | 33.59 | - |
| YUV | 79.85 | 172.11 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 158 | 0 | 0.97 | 0.20 | 0.23 | 312.19 | 0.95 | 0.4 |
| Hex | C5 | 5 | 9E | 0 | 61 | 14 | 17 | 138 | 5F | 28 |
| Octal | 305 | 5 | 236 | 0 | 141 | 24 | 27 | 470 | 137 | 50 |
| Binary | 11000101 | 101 | 10011110 | 0 | 1100001 | 10100 | 10111 | 100111000 | 1011111 | 101000 |
Color Harmonies of #C5059E
Complementary color
Monochromatic Colors of #C5059E
Black with #C5059E
Text Example
Text Example
White with #C5059E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5059E; }
p { color: rgb(197,5,158); }
H1.HeaderClassName
{
color: #C5059E;
}
.AnyTagClassName
{
color: #C5059E;
}
</style>
background-color css
<style>
a { background-color: #C5059E; }
a { background-color: rgb(197,5,158); }
div.DivClassName
{
background-color: #C5059E;
}
.BgClassName
{
background-color: #C5059E;
}
</style>
border-color css
<style>
span { border-color: #C5059E; }
span { border-color: rgb(197,5,158); }
td.TdClassName
{
border-color: #C5059E;
}
.TagClassName
{
border-color: #C5059E;
}
</style>