Shades of Medium Violet Red #C118A0
Tints of Medium Violet Red #C118A0
RGB
CMYK
RGB Variations
Color information
#C118A0 (or 0xC118A0) is known color: Medium Violet Red. HEX triplet: C1, 18 and A0. RGB value is (193,24,160). Sum of RGB (Red+Green+Blue) = 193+24+160=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C118A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C118A0 is #3EE75F. Grayscale: #595959. Windows color (decimal): -4122464 or 10492097. OLE color: 10492097.
HSL color Cylindrical-coordinate representation of color #C118A0: hue angle of 311.72º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C118A0 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 160 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.24 |
| HSL | 311.72º | 0.78% | 0.43% | - |
| HSV(B) | 311.72º | 0.88% | 0.76% | - |
| XYZ | 28.66 | 14.53 | 34.55 | - |
| YUV | 90.04 | 167.49 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 160 | 0 | 0.88 | 0.17 | 0.24 | 311.72 | 0.78 | 0.43 |
| Hex | C1 | 18 | A0 | 0 | 58 | 11 | 18 | 138 | 4E | 2B |
| Octal | 301 | 30 | 240 | 0 | 130 | 21 | 30 | 470 | 116 | 53 |
| Binary | 11000001 | 11000 | 10100000 | 0 | 1011000 | 10001 | 11000 | 100111000 | 1001110 | 101011 |
Color Harmonies of #C118A0
Complementary color
Monochromatic Colors of #C118A0
Black with #C118A0
Text Example
Text Example
White with #C118A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C118A0; }
p { color: rgb(193,24,160); }
H1.HeaderClassName
{
color: #C118A0;
}
.AnyTagClassName
{
color: #C118A0;
}
</style>
background-color css
<style>
a { background-color: #C118A0; }
a { background-color: rgb(193,24,160); }
div.DivClassName
{
background-color: #C118A0;
}
.BgClassName
{
background-color: #C118A0;
}
</style>
border-color css
<style>
span { border-color: #C118A0; }
span { border-color: rgb(193,24,160); }
td.TdClassName
{
border-color: #C118A0;
}
.TagClassName
{
border-color: #C118A0;
}
</style>