Shades of Medium Violet Red #C5178E
Tints of Medium Violet Red #C5178E
RGB
CMYK
RGB Variations
Color information
#C5178E (or 0xC5178E) is known color: Medium Violet Red. HEX triplet: C5, 17 and 8E. RGB value is (197,23,142). Sum of RGB (Red+Green+Blue) = 197+23+142=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C5178E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5178E is #3AE871. Grayscale: #585858. Windows color (decimal): -3860594 or 9312197. OLE color: 9312197.
HSL color Cylindrical-coordinate representation of color #C5178E: hue angle of 318.97º 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 #C5178E is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 142 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.23 |
| HSL | 318.97º | 0.79% | 0.43% | - |
| HSV(B) | 318.97º | 0.88% | 0.77% | - |
| XYZ | 28.21 | 14.44 | 26.89 | - |
| YUV | 88.59 | 158.15 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 142 | 0 | 0.88 | 0.28 | 0.23 | 318.97 | 0.79 | 0.43 |
| Hex | C5 | 17 | 8E | 0 | 58 | 1C | 17 | 13F | 4F | 2B |
| Octal | 305 | 27 | 216 | 0 | 130 | 34 | 27 | 477 | 117 | 53 |
| Binary | 11000101 | 10111 | 10001110 | 0 | 1011000 | 11100 | 10111 | 100111111 | 1001111 | 101011 |
Color Harmonies of #C5178E
Complementary color
Monochromatic Colors of #C5178E
Black with #C5178E
Text Example
Text Example
White with #C5178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5178E; }
p { color: rgb(197,23,142); }
H1.HeaderClassName
{
color: #C5178E;
}
.AnyTagClassName
{
color: #C5178E;
}
</style>
background-color css
<style>
a { background-color: #C5178E; }
a { background-color: rgb(197,23,142); }
div.DivClassName
{
background-color: #C5178E;
}
.BgClassName
{
background-color: #C5178E;
}
</style>
border-color css
<style>
span { border-color: #C5178E; }
span { border-color: rgb(197,23,142); }
td.TdClassName
{
border-color: #C5178E;
}
.TagClassName
{
border-color: #C5178E;
}
</style>