Shades of Medium Violet Red #C117A1
Tints of Medium Violet Red #C117A1
RGB
CMYK
RGB Variations
Color information
#C117A1 (or 0xC117A1) is known color: Medium Violet Red. HEX triplet: C1, 17 and A1. RGB value is (193,23,161). Sum of RGB (Red+Green+Blue) = 193+23+161=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C117A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C117A1 is #3EE85E. Grayscale: #595959. Windows color (decimal): -4122719 or 10557377. OLE color: 10557377.
HSL color Cylindrical-coordinate representation of color #C117A1: hue angle of 311.29º 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 #C117A1 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 161 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.24 |
| HSL | 311.29º | 0.79% | 0.42% | - |
| HSV(B) | 311.29º | 0.88% | 0.76% | - |
| XYZ | 28.73 | 14.52 | 35.01 | - |
| YUV | 89.56 | 168.32 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 161 | 0 | 0.88 | 0.17 | 0.24 | 311.29 | 0.79 | 0.42 |
| Hex | C1 | 17 | A1 | 0 | 58 | 11 | 18 | 137 | 4F | 2A |
| Octal | 301 | 27 | 241 | 0 | 130 | 21 | 30 | 467 | 117 | 52 |
| Binary | 11000001 | 10111 | 10100001 | 0 | 1011000 | 10001 | 11000 | 100110111 | 1001111 | 101010 |
Color Harmonies of #C117A1
Complementary color
Monochromatic Colors of #C117A1
Black with #C117A1
Text Example
Text Example
White with #C117A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C117A1; }
p { color: rgb(193,23,161); }
H1.HeaderClassName
{
color: #C117A1;
}
.AnyTagClassName
{
color: #C117A1;
}
</style>
background-color css
<style>
a { background-color: #C117A1; }
a { background-color: rgb(193,23,161); }
div.DivClassName
{
background-color: #C117A1;
}
.BgClassName
{
background-color: #C117A1;
}
</style>
border-color css
<style>
span { border-color: #C117A1; }
span { border-color: rgb(193,23,161); }
td.TdClassName
{
border-color: #C117A1;
}
.TagClassName
{
border-color: #C117A1;
}
</style>