Shades of Medium Violet Red #C1166D
Tints of Medium Violet Red #C1166D
RGB
CMYK
RGB Variations
Color information
#C1166D (or 0xC1166D) is known color: Medium Violet Red. HEX triplet: C1, 16 and 6D. RGB value is (193,22,109). Sum of RGB (Red+Green+Blue) = 193+22+109=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C1166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1166D is #3EE992. Grayscale: #525252. Windows color (decimal): -4123027 or 7149249. OLE color: 7149249.
HSL color Cylindrical-coordinate representation of color #C1166D: hue angle of 329.47º 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 #C1166D is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 109 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.24 |
| HSL | 329.47º | 0.8% | 0.42% | - |
| HSV(B) | 329.47º | 0.89% | 0.76% | - |
| XYZ | 25.04 | 13.02 | 15.66 | - |
| YUV | 83.05 | 142.65 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 109 | 0 | 0.89 | 0.44 | 0.24 | 329.47 | 0.8 | 0.42 |
| Hex | C1 | 16 | 6D | 0 | 59 | 2C | 18 | 149 | 50 | 2A |
| Octal | 301 | 26 | 155 | 0 | 131 | 54 | 30 | 511 | 120 | 52 |
| Binary | 11000001 | 10110 | 1101101 | 0 | 1011001 | 101100 | 11000 | 101001001 | 1010000 | 101010 |
Color Harmonies of #C1166D
Complementary color
Monochromatic Colors of #C1166D
Black with #C1166D
Text Example
Text Example
White with #C1166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1166D; }
p { color: rgb(193,22,109); }
H1.HeaderClassName
{
color: #C1166D;
}
.AnyTagClassName
{
color: #C1166D;
}
</style>
background-color css
<style>
a { background-color: #C1166D; }
a { background-color: rgb(193,22,109); }
div.DivClassName
{
background-color: #C1166D;
}
.BgClassName
{
background-color: #C1166D;
}
</style>
border-color css
<style>
span { border-color: #C1166D; }
span { border-color: rgb(193,22,109); }
td.TdClassName
{
border-color: #C1166D;
}
.TagClassName
{
border-color: #C1166D;
}
</style>