Shades of Medium Violet Red #C5118D
Tints of Medium Violet Red #C5118D
RGB
CMYK
RGB Variations
Color information
#C5118D (or 0xC5118D) is known color: Medium Violet Red. HEX triplet: C5, 11 and 8D. RGB value is (197,17,141). Sum of RGB (Red+Green+Blue) = 197+17+141=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5118D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5118D is #3AEE72. Grayscale: #545454. Windows color (decimal): -3862131 or 9245125. OLE color: 9245125.
HSL color Cylindrical-coordinate representation of color #C5118D: hue angle of 318.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5118D is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 141 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.23 |
| HSL | 318.67º | 0.84% | 0.42% | - |
| HSV(B) | 318.67º | 0.91% | 0.77% | - |
| XYZ | 28.03 | 14.19 | 26.46 | - |
| YUV | 84.96 | 159.63 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 141 | 0 | 0.91 | 0.28 | 0.23 | 318.67 | 0.84 | 0.42 |
| Hex | C5 | 11 | 8D | 0 | 5B | 1C | 17 | 13F | 54 | 2A |
| Octal | 305 | 21 | 215 | 0 | 133 | 34 | 27 | 477 | 124 | 52 |
| Binary | 11000101 | 10001 | 10001101 | 0 | 1011011 | 11100 | 10111 | 100111111 | 1010100 | 101010 |
Color Harmonies of #C5118D
Complementary color
Monochromatic Colors of #C5118D
Black with #C5118D
Text Example
Text Example
White with #C5118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5118D; }
p { color: rgb(197,17,141); }
H1.HeaderClassName
{
color: #C5118D;
}
.AnyTagClassName
{
color: #C5118D;
}
</style>
background-color css
<style>
a { background-color: #C5118D; }
a { background-color: rgb(197,17,141); }
div.DivClassName
{
background-color: #C5118D;
}
.BgClassName
{
background-color: #C5118D;
}
</style>
border-color css
<style>
span { border-color: #C5118D; }
span { border-color: rgb(197,17,141); }
td.TdClassName
{
border-color: #C5118D;
}
.TagClassName
{
border-color: #C5118D;
}
</style>