Shades of Medium Violet Red #C5118A
Tints of Medium Violet Red #C5118A
RGB
CMYK
RGB Variations
Color information
#C5118A (or 0xC5118A) is known color: Medium Violet Red. HEX triplet: C5, 11 and 8A. RGB value is (197,17,138). Sum of RGB (Red+Green+Blue) = 197+17+138=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C5118A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5118A is #3AEE75. Grayscale: #545454. Windows color (decimal): -3862134 or 9048517. OLE color: 9048517.
HSL color Cylindrical-coordinate representation of color #C5118A: hue angle of 319.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 #C5118A is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 138 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.23 |
| HSL | 319.67º | 0.84% | 0.42% | - |
| HSV(B) | 319.67º | 0.91% | 0.77% | - |
| XYZ | 27.81 | 14.11 | 25.3 | - |
| YUV | 84.61 | 158.13 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 138 | 0 | 0.91 | 0.30 | 0.23 | 319.67 | 0.84 | 0.42 |
| Hex | C5 | 11 | 8A | 0 | 5B | 1E | 17 | 140 | 54 | 2A |
| Octal | 305 | 21 | 212 | 0 | 133 | 36 | 27 | 500 | 124 | 52 |
| Binary | 11000101 | 10001 | 10001010 | 0 | 1011011 | 11110 | 10111 | 101000000 | 1010100 | 101010 |
Color Harmonies of #C5118A
Complementary color
Monochromatic Colors of #C5118A
Black with #C5118A
Text Example
Text Example
White with #C5118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5118A; }
p { color: rgb(197,17,138); }
H1.HeaderClassName
{
color: #C5118A;
}
.AnyTagClassName
{
color: #C5118A;
}
</style>
background-color css
<style>
a { background-color: #C5118A; }
a { background-color: rgb(197,17,138); }
div.DivClassName
{
background-color: #C5118A;
}
.BgClassName
{
background-color: #C5118A;
}
</style>
border-color css
<style>
span { border-color: #C5118A; }
span { border-color: rgb(197,17,138); }
td.TdClassName
{
border-color: #C5118A;
}
.TagClassName
{
border-color: #C5118A;
}
</style>