Shades of Medium Violet Red #C5177C
Tints of Medium Violet Red #C5177C
RGB
CMYK
RGB Variations
Color information
#C5177C (or 0xC5177C) is known color: Medium Violet Red. HEX triplet: C5, 17 and 7C. RGB value is (197,23,124). Sum of RGB (Red+Green+Blue) = 197+23+124=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C5177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5177C is #3AE883. Grayscale: #565656. Windows color (decimal): -3860612 or 8132549. OLE color: 8132549.
HSL color Cylindrical-coordinate representation of color #C5177C: hue angle of 325.17º 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 #C5177C is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 124 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.23 |
| HSL | 325.17º | 0.79% | 0.43% | - |
| HSV(B) | 325.17º | 0.88% | 0.77% | - |
| XYZ | 26.97 | 13.94 | 20.34 | - |
| YUV | 86.54 | 149.15 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 124 | 0 | 0.88 | 0.37 | 0.23 | 325.17 | 0.79 | 0.43 |
| Hex | C5 | 17 | 7C | 0 | 58 | 25 | 17 | 145 | 4F | 2B |
| Octal | 305 | 27 | 174 | 0 | 130 | 45 | 27 | 505 | 117 | 53 |
| Binary | 11000101 | 10111 | 1111100 | 0 | 1011000 | 100101 | 10111 | 101000101 | 1001111 | 101011 |
Color Harmonies of #C5177C
Complementary color
Monochromatic Colors of #C5177C
Black with #C5177C
Text Example
Text Example
White with #C5177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5177C; }
p { color: rgb(197,23,124); }
H1.HeaderClassName
{
color: #C5177C;
}
.AnyTagClassName
{
color: #C5177C;
}
</style>
background-color css
<style>
a { background-color: #C5177C; }
a { background-color: rgb(197,23,124); }
div.DivClassName
{
background-color: #C5177C;
}
.BgClassName
{
background-color: #C5177C;
}
</style>
border-color css
<style>
span { border-color: #C5177C; }
span { border-color: rgb(197,23,124); }
td.TdClassName
{
border-color: #C5177C;
}
.TagClassName
{
border-color: #C5177C;
}
</style>