Shades of Medium Violet Red #C118A8
Tints of Medium Violet Red #C118A8
RGB
CMYK
RGB Variations
Color information
#C118A8 (or 0xC118A8) is known color: Medium Violet Red. HEX triplet: C1, 18 and A8. RGB value is (193,24,168). Sum of RGB (Red+Green+Blue) = 193+24+168=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 168 (66.02% from 255 or 43.64% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C118A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C118A8 is #3EE757. Grayscale: #5A5A5A. Windows color (decimal): -4122456 or 11016385. OLE color: 11016385.
HSL color Cylindrical-coordinate representation of color #C118A8: hue angle of 308.88º 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 #C118A8 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 168 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.24 |
| HSL | 308.88º | 0.78% | 0.43% | - |
| HSV(B) | 308.88º | 0.88% | 0.76% | - |
| XYZ | 29.39 | 14.82 | 38.36 | - |
| YUV | 90.95 | 171.49 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 168 | 0 | 0.88 | 0.13 | 0.24 | 308.88 | 0.78 | 0.43 |
| Hex | C1 | 18 | A8 | 0 | 58 | D | 18 | 135 | 4E | 2B |
| Octal | 301 | 30 | 250 | 0 | 130 | 15 | 30 | 465 | 116 | 53 |
| Binary | 11000001 | 11000 | 10101000 | 0 | 1011000 | 1101 | 11000 | 100110101 | 1001110 | 101011 |
Color Harmonies of #C118A8
Complementary color
Monochromatic Colors of #C118A8
Black with #C118A8
Text Example
Text Example
White with #C118A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C118A8; }
p { color: rgb(193,24,168); }
H1.HeaderClassName
{
color: #C118A8;
}
.AnyTagClassName
{
color: #C118A8;
}
</style>
background-color css
<style>
a { background-color: #C118A8; }
a { background-color: rgb(193,24,168); }
div.DivClassName
{
background-color: #C118A8;
}
.BgClassName
{
background-color: #C118A8;
}
</style>
border-color css
<style>
span { border-color: #C118A8; }
span { border-color: rgb(193,24,168); }
td.TdClassName
{
border-color: #C118A8;
}
.TagClassName
{
border-color: #C118A8;
}
</style>