Shades of Medium Violet Red #C118AA
Tints of Medium Violet Red #C118AA
RGB
CMYK
RGB Variations
Color information
#C118AA (or 0xC118AA) is known color: Medium Violet Red. HEX triplet: C1, 18 and AA. RGB value is (193,24,170). Sum of RGB (Red+Green+Blue) = 193+24+170=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C118AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C118AA is #3EE755. Grayscale: #5A5A5A. Windows color (decimal): -4122454 or 11147457. OLE color: 11147457.
HSL color Cylindrical-coordinate representation of color #C118AA: hue angle of 308.17º 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 #C118AA is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 170 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.24 |
| HSL | 308.17º | 0.78% | 0.43% | - |
| HSV(B) | 308.17º | 0.88% | 0.76% | - |
| XYZ | 29.57 | 14.89 | 39.35 | - |
| YUV | 91.18 | 172.49 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 170 | 0 | 0.88 | 0.12 | 0.24 | 308.17 | 0.78 | 0.43 |
| Hex | C1 | 18 | AA | 0 | 58 | C | 18 | 134 | 4E | 2B |
| Octal | 301 | 30 | 252 | 0 | 130 | 14 | 30 | 464 | 116 | 53 |
| Binary | 11000001 | 11000 | 10101010 | 0 | 1011000 | 1100 | 11000 | 100110100 | 1001110 | 101011 |
Color Harmonies of #C118AA
Complementary color
Monochromatic Colors of #C118AA
Black with #C118AA
Text Example
Text Example
White with #C118AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C118AA; }
p { color: rgb(193,24,170); }
H1.HeaderClassName
{
color: #C118AA;
}
.AnyTagClassName
{
color: #C118AA;
}
</style>
background-color css
<style>
a { background-color: #C118AA; }
a { background-color: rgb(193,24,170); }
div.DivClassName
{
background-color: #C118AA;
}
.BgClassName
{
background-color: #C118AA;
}
</style>
border-color css
<style>
span { border-color: #C118AA; }
span { border-color: rgb(193,24,170); }
td.TdClassName
{
border-color: #C118AA;
}
.TagClassName
{
border-color: #C118AA;
}
</style>