Shades of Medium Violet Red #C5179D
Tints of Medium Violet Red #C5179D
RGB
CMYK
RGB Variations
Color information
#C5179D (or 0xC5179D) is known color: Medium Violet Red. HEX triplet: C5, 17 and 9D. RGB value is (197,23,157). Sum of RGB (Red+Green+Blue) = 197+23+157=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5179D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5179D is #3AE862. Grayscale: #595959. Windows color (decimal): -3860579 or 10295237. OLE color: 10295237.
HSL color Cylindrical-coordinate representation of color #C5179D: hue angle of 313.79º 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 #C5179D is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 157 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.23 |
| HSL | 313.79º | 0.79% | 0.43% | - |
| HSV(B) | 313.79º | 0.88% | 0.77% | - |
| XYZ | 29.42 | 14.92 | 33.23 | - |
| YUV | 90.3 | 165.65 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 157 | 0 | 0.88 | 0.20 | 0.23 | 313.79 | 0.79 | 0.43 |
| Hex | C5 | 17 | 9D | 0 | 58 | 14 | 17 | 13A | 4F | 2B |
| Octal | 305 | 27 | 235 | 0 | 130 | 24 | 27 | 472 | 117 | 53 |
| Binary | 11000101 | 10111 | 10011101 | 0 | 1011000 | 10100 | 10111 | 100111010 | 1001111 | 101011 |
Color Harmonies of #C5179D
Complementary color
Monochromatic Colors of #C5179D
Black with #C5179D
Text Example
Text Example
White with #C5179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5179D; }
p { color: rgb(197,23,157); }
H1.HeaderClassName
{
color: #C5179D;
}
.AnyTagClassName
{
color: #C5179D;
}
</style>
background-color css
<style>
a { background-color: #C5179D; }
a { background-color: rgb(197,23,157); }
div.DivClassName
{
background-color: #C5179D;
}
.BgClassName
{
background-color: #C5179D;
}
</style>
border-color css
<style>
span { border-color: #C5179D; }
span { border-color: rgb(197,23,157); }
td.TdClassName
{
border-color: #C5179D;
}
.TagClassName
{
border-color: #C5179D;
}
</style>