Shades of Medium Violet Red #C117A0
Tints of Medium Violet Red #C117A0
RGB
CMYK
RGB Variations
Color information
#C117A0 (or 0xC117A0) is known color: Medium Violet Red. HEX triplet: C1, 17 and A0. RGB value is (193,23,160). Sum of RGB (Red+Green+Blue) = 193+23+160=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C117A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C117A0 is #3EE85F. Grayscale: #595959. Windows color (decimal): -4122720 or 10491841. OLE color: 10491841.
HSL color Cylindrical-coordinate representation of color #C117A0: hue angle of 311.65º 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 #C117A0 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 160 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.24 |
| HSL | 311.65º | 0.79% | 0.42% | - |
| HSV(B) | 311.65º | 0.88% | 0.76% | - |
| XYZ | 28.64 | 14.49 | 34.54 | - |
| YUV | 89.45 | 167.82 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 160 | 0 | 0.88 | 0.17 | 0.24 | 311.65 | 0.79 | 0.42 |
| Hex | C1 | 17 | A0 | 0 | 58 | 11 | 18 | 138 | 4F | 2A |
| Octal | 301 | 27 | 240 | 0 | 130 | 21 | 30 | 470 | 117 | 52 |
| Binary | 11000001 | 10111 | 10100000 | 0 | 1011000 | 10001 | 11000 | 100111000 | 1001111 | 101010 |
Color Harmonies of #C117A0
Complementary color
Monochromatic Colors of #C117A0
Black with #C117A0
Text Example
Text Example
White with #C117A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C117A0; }
p { color: rgb(193,23,160); }
H1.HeaderClassName
{
color: #C117A0;
}
.AnyTagClassName
{
color: #C117A0;
}
</style>
background-color css
<style>
a { background-color: #C117A0; }
a { background-color: rgb(193,23,160); }
div.DivClassName
{
background-color: #C117A0;
}
.BgClassName
{
background-color: #C117A0;
}
</style>
border-color css
<style>
span { border-color: #C117A0; }
span { border-color: rgb(193,23,160); }
td.TdClassName
{
border-color: #C117A0;
}
.TagClassName
{
border-color: #C117A0;
}
</style>