Shades of Medium Violet Red #C1166C
Tints of Medium Violet Red #C1166C
RGB
CMYK
RGB Variations
Color information
#C1166C (or 0xC1166C) is known color: Medium Violet Red. HEX triplet: C1, 16 and 6C. RGB value is (193,22,108). Sum of RGB (Red+Green+Blue) = 193+22+108=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C1166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1166C is #3EE993. Grayscale: #525252. Windows color (decimal): -4123028 or 7083713. OLE color: 7083713.
HSL color Cylindrical-coordinate representation of color #C1166C: hue angle of 329.82º 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 #C1166C is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 108 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.24 |
| HSL | 329.82º | 0.8% | 0.42% | - |
| HSV(B) | 329.82º | 0.89% | 0.76% | - |
| XYZ | 24.99 | 12.99 | 15.38 | - |
| YUV | 82.93 | 142.15 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 108 | 0 | 0.89 | 0.44 | 0.24 | 329.82 | 0.8 | 0.42 |
| Hex | C1 | 16 | 6C | 0 | 59 | 2C | 18 | 14A | 50 | 2A |
| Octal | 301 | 26 | 154 | 0 | 131 | 54 | 30 | 512 | 120 | 52 |
| Binary | 11000001 | 10110 | 1101100 | 0 | 1011001 | 101100 | 11000 | 101001010 | 1010000 | 101010 |
Color Harmonies of #C1166C
Complementary color
Monochromatic Colors of #C1166C
Black with #C1166C
Text Example
Text Example
White with #C1166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1166C; }
p { color: rgb(193,22,108); }
H1.HeaderClassName
{
color: #C1166C;
}
.AnyTagClassName
{
color: #C1166C;
}
</style>
background-color css
<style>
a { background-color: #C1166C; }
a { background-color: rgb(193,22,108); }
div.DivClassName
{
background-color: #C1166C;
}
.BgClassName
{
background-color: #C1166C;
}
</style>
border-color css
<style>
span { border-color: #C1166C; }
span { border-color: rgb(193,22,108); }
td.TdClassName
{
border-color: #C1166C;
}
.TagClassName
{
border-color: #C1166C;
}
</style>