Shades of Medium Violet Red #C5178D
Tints of Medium Violet Red #C5178D
RGB
CMYK
RGB Variations
Color information
#C5178D (or 0xC5178D) is known color: Medium Violet Red. HEX triplet: C5, 17 and 8D. RGB value is (197,23,141). Sum of RGB (Red+Green+Blue) = 197+23+141=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 23 (9.38% from 255 or 6.37% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C5178D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5178D is #3AE872. Grayscale: #585858. Windows color (decimal): -3860595 or 9246661. OLE color: 9246661.
HSL color Cylindrical-coordinate representation of color #C5178D: hue angle of 319.31º 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 #C5178D is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 23 | 141 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.23 |
| HSL | 319.31º | 0.79% | 0.43% | - |
| HSV(B) | 319.31º | 0.88% | 0.77% | - |
| XYZ | 28.14 | 14.41 | 26.5 | - |
| YUV | 88.48 | 157.65 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 141 | 0 | 0.88 | 0.28 | 0.23 | 319.31 | 0.79 | 0.43 |
| Hex | C5 | 17 | 8D | 0 | 58 | 1C | 17 | 13F | 4F | 2B |
| Octal | 305 | 27 | 215 | 0 | 130 | 34 | 27 | 477 | 117 | 53 |
| Binary | 11000101 | 10111 | 10001101 | 0 | 1011000 | 11100 | 10111 | 100111111 | 1001111 | 101011 |
Color Harmonies of #C5178D
Complementary color
Monochromatic Colors of #C5178D
Black with #C5178D
Text Example
Text Example
White with #C5178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5178D; }
p { color: rgb(197,23,141); }
H1.HeaderClassName
{
color: #C5178D;
}
.AnyTagClassName
{
color: #C5178D;
}
</style>
background-color css
<style>
a { background-color: #C5178D; }
a { background-color: rgb(197,23,141); }
div.DivClassName
{
background-color: #C5178D;
}
.BgClassName
{
background-color: #C5178D;
}
</style>
border-color css
<style>
span { border-color: #C5178D; }
span { border-color: rgb(197,23,141); }
td.TdClassName
{
border-color: #C5178D;
}
.TagClassName
{
border-color: #C5178D;
}
</style>