Shades of Medium Violet Red #C117AA
Tints of Medium Violet Red #C117AA
RGB
CMYK
RGB Variations
Color information
#C117AA (or 0xC117AA) is known color: Medium Violet Red. HEX triplet: C1, 17 and AA. RGB value is (193,23,170). Sum of RGB (Red+Green+Blue) = 193+23+170=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C117AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C117AA is #3EE855. Grayscale: #5A5A5A. Windows color (decimal): -4122710 or 11147201. OLE color: 11147201.
HSL color Cylindrical-coordinate representation of color #C117AA: hue angle of 308.12º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C117AA is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 170 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.24 |
| HSL | 308.12º | 0.79% | 0.42% | - |
| HSV(B) | 308.12º | 0.88% | 0.76% | - |
| XYZ | 29.55 | 14.85 | 39.34 | - |
| YUV | 90.59 | 172.82 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 170 | 0 | 0.88 | 0.12 | 0.24 | 308.12 | 0.79 | 0.42 |
| Hex | C1 | 17 | AA | 0 | 58 | C | 18 | 134 | 4F | 2A |
| Octal | 301 | 27 | 252 | 0 | 130 | 14 | 30 | 464 | 117 | 52 |
| Binary | 11000001 | 10111 | 10101010 | 0 | 1011000 | 1100 | 11000 | 100110100 | 1001111 | 101010 |
Color Harmonies of #C117AA
Complementary color
Monochromatic Colors of #C117AA
Black with #C117AA
Text Example
Text Example
White with #C117AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C117AA; }
p { color: rgb(193,23,170); }
H1.HeaderClassName
{
color: #C117AA;
}
.AnyTagClassName
{
color: #C117AA;
}
</style>
background-color css
<style>
a { background-color: #C117AA; }
a { background-color: rgb(193,23,170); }
div.DivClassName
{
background-color: #C117AA;
}
.BgClassName
{
background-color: #C117AA;
}
</style>
border-color css
<style>
span { border-color: #C117AA; }
span { border-color: rgb(193,23,170); }
td.TdClassName
{
border-color: #C117AA;
}
.TagClassName
{
border-color: #C117AA;
}
</style>