Shades of Medium Violet Red #C116AA
Tints of Medium Violet Red #C116AA
RGB
CMYK
RGB Variations
Color information
#C116AA (or 0xC116AA) is known color: Medium Violet Red. HEX triplet: C1, 16 and AA. RGB value is (193,22,170). Sum of RGB (Red+Green+Blue) = 193+22+170=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C116AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C116AA is #3EE955. Grayscale: #595959. Windows color (decimal): -4122966 or 11146945. OLE color: 11146945.
HSL color Cylindrical-coordinate representation of color #C116AA: hue angle of 308.07º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C116AA is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 170 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.24 |
| HSL | 308.07º | 0.8% | 0.42% | - |
| HSV(B) | 308.07º | 0.89% | 0.76% | - |
| XYZ | 29.53 | 14.81 | 39.33 | - |
| YUV | 90 | 173.15 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 170 | 0 | 0.89 | 0.12 | 0.24 | 308.07 | 0.8 | 0.42 |
| Hex | C1 | 16 | AA | 0 | 59 | C | 18 | 134 | 50 | 2A |
| Octal | 301 | 26 | 252 | 0 | 131 | 14 | 30 | 464 | 120 | 52 |
| Binary | 11000001 | 10110 | 10101010 | 0 | 1011001 | 1100 | 11000 | 100110100 | 1010000 | 101010 |
Color Harmonies of #C116AA
Complementary color
Monochromatic Colors of #C116AA
Black with #C116AA
Text Example
Text Example
White with #C116AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C116AA; }
p { color: rgb(193,22,170); }
H1.HeaderClassName
{
color: #C116AA;
}
.AnyTagClassName
{
color: #C116AA;
}
</style>
background-color css
<style>
a { background-color: #C116AA; }
a { background-color: rgb(193,22,170); }
div.DivClassName
{
background-color: #C116AA;
}
.BgClassName
{
background-color: #C116AA;
}
</style>
border-color css
<style>
span { border-color: #C116AA; }
span { border-color: rgb(193,22,170); }
td.TdClassName
{
border-color: #C116AA;
}
.TagClassName
{
border-color: #C116AA;
}
</style>