Shades of Medium Violet Red #C1166B
Tints of Medium Violet Red #C1166B
RGB
CMYK
RGB Variations
Color information
#C1166B (or 0xC1166B) is known color: Medium Violet Red. HEX triplet: C1, 16 and 6B. RGB value is (193,22,107). Sum of RGB (Red+Green+Blue) = 193+22+107=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C1166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1166B is #3EE994. Grayscale: #525252. Windows color (decimal): -4123029 or 7018177. OLE color: 7018177.
HSL color Cylindrical-coordinate representation of color #C1166B: hue angle of 330.18º 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 #C1166B is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 107 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.24 |
| HSL | 330.18º | 0.8% | 0.42% | - |
| HSV(B) | 330.18º | 0.89% | 0.76% | - |
| XYZ | 24.93 | 12.97 | 15.1 | - |
| YUV | 82.82 | 141.65 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 107 | 0 | 0.89 | 0.45 | 0.24 | 330.18 | 0.8 | 0.42 |
| Hex | C1 | 16 | 6B | 0 | 59 | 2D | 18 | 14A | 50 | 2A |
| Octal | 301 | 26 | 153 | 0 | 131 | 55 | 30 | 512 | 120 | 52 |
| Binary | 11000001 | 10110 | 1101011 | 0 | 1011001 | 101101 | 11000 | 101001010 | 1010000 | 101010 |
Color Harmonies of #C1166B
Complementary color
Monochromatic Colors of #C1166B
Black with #C1166B
Text Example
Text Example
White with #C1166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1166B; }
p { color: rgb(193,22,107); }
H1.HeaderClassName
{
color: #C1166B;
}
.AnyTagClassName
{
color: #C1166B;
}
</style>
background-color css
<style>
a { background-color: #C1166B; }
a { background-color: rgb(193,22,107); }
div.DivClassName
{
background-color: #C1166B;
}
.BgClassName
{
background-color: #C1166B;
}
</style>
border-color css
<style>
span { border-color: #C1166B; }
span { border-color: rgb(193,22,107); }
td.TdClassName
{
border-color: #C1166B;
}
.TagClassName
{
border-color: #C1166B;
}
</style>