Shades of Medium Violet Red #C5058F
Tints of Medium Violet Red #C5058F
RGB
CMYK
RGB Variations
Color information
#C5058F (or 0xC5058F) is known color: Medium Violet Red. HEX triplet: C5, 05 and 8F. RGB value is (197,5,143). Sum of RGB (Red+Green+Blue) = 197+5+143=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C5058F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5058F is #3AFA70. Grayscale: #4D4D4D. Windows color (decimal): -3865201 or 9373125. OLE color: 9373125.
HSL color Cylindrical-coordinate representation of color #C5058F: hue angle of 316.88º 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 #C5058F is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 143 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.23 |
| HSL | 316.88º | 0.95% | 0.4% | - |
| HSV(B) | 316.88º | 0.97% | 0.77% | - |
| XYZ | 28.04 | 13.96 | 27.2 | - |
| YUV | 78.14 | 164.61 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 143 | 0 | 0.97 | 0.27 | 0.23 | 316.88 | 0.95 | 0.4 |
| Hex | C5 | 5 | 8F | 0 | 61 | 1B | 17 | 13D | 5F | 28 |
| Octal | 305 | 5 | 217 | 0 | 141 | 33 | 27 | 475 | 137 | 50 |
| Binary | 11000101 | 101 | 10001111 | 0 | 1100001 | 11011 | 10111 | 100111101 | 1011111 | 101000 |
Color Harmonies of #C5058F
Complementary color
Monochromatic Colors of #C5058F
Black with #C5058F
Text Example
Text Example
White with #C5058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5058F; }
p { color: rgb(197,5,143); }
H1.HeaderClassName
{
color: #C5058F;
}
.AnyTagClassName
{
color: #C5058F;
}
</style>
background-color css
<style>
a { background-color: #C5058F; }
a { background-color: rgb(197,5,143); }
div.DivClassName
{
background-color: #C5058F;
}
.BgClassName
{
background-color: #C5058F;
}
</style>
border-color css
<style>
span { border-color: #C5058F; }
span { border-color: rgb(197,5,143); }
td.TdClassName
{
border-color: #C5058F;
}
.TagClassName
{
border-color: #C5058F;
}
</style>