Shades of Medium Violet Red #C5176F
Tints of Medium Violet Red #C5176F
RGB
CMYK
RGB Variations
Color information
#C5176F (or 0xC5176F) is known color: Medium Violet Red. HEX triplet: C5, 17 and 6F. RGB value is (197,23,111). Sum of RGB (Red+Green+Blue) = 197+23+111=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C5176F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5176F is #3AE890. Grayscale: #545454. Windows color (decimal): -3860625 or 7280581. OLE color: 7280581.
HSL color Cylindrical-coordinate representation of color #C5176F: hue angle of 329.66º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5176F is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 111 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.23 |
| HSL | 329.66º | 0.79% | 0.43% | - |
| HSV(B) | 329.66º | 0.88% | 0.77% | - |
| XYZ | 26.2 | 13.63 | 16.29 | - |
| YUV | 85.06 | 142.65 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 111 | 0 | 0.88 | 0.44 | 0.23 | 329.66 | 0.79 | 0.43 |
| Hex | C5 | 17 | 6F | 0 | 58 | 2C | 17 | 14A | 4F | 2B |
| Octal | 305 | 27 | 157 | 0 | 130 | 54 | 27 | 512 | 117 | 53 |
| Binary | 11000101 | 10111 | 1101111 | 0 | 1011000 | 101100 | 10111 | 101001010 | 1001111 | 101011 |
Color Harmonies of #C5176F
Complementary color
Monochromatic Colors of #C5176F
Black with #C5176F
Text Example
Text Example
White with #C5176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5176F; }
p { color: rgb(197,23,111); }
H1.HeaderClassName
{
color: #C5176F;
}
.AnyTagClassName
{
color: #C5176F;
}
</style>
background-color css
<style>
a { background-color: #C5176F; }
a { background-color: rgb(197,23,111); }
div.DivClassName
{
background-color: #C5176F;
}
.BgClassName
{
background-color: #C5176F;
}
</style>
border-color css
<style>
span { border-color: #C5176F; }
span { border-color: rgb(197,23,111); }
td.TdClassName
{
border-color: #C5176F;
}
.TagClassName
{
border-color: #C5176F;
}
</style>