Shades of Medium Violet Red #C1166F
Tints of Medium Violet Red #C1166F
RGB
CMYK
RGB Variations
Color information
#C1166F (or 0xC1166F) is known color: Medium Violet Red. HEX triplet: C1, 16 and 6F. RGB value is (193,22,111). Sum of RGB (Red+Green+Blue) = 193+22+111=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C1166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1166F is #3EE990. Grayscale: #535353. Windows color (decimal): -4123025 or 7280321. OLE color: 7280321.
HSL color Cylindrical-coordinate representation of color #C1166F: hue angle of 328.77º 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 #C1166F is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 22 | 111 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.24 |
| HSL | 328.77º | 0.8% | 0.42% | - |
| HSV(B) | 328.77º | 0.89% | 0.76% | - |
| XYZ | 25.15 | 13.06 | 16.23 | - |
| YUV | 83.28 | 143.65 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 111 | 0 | 0.89 | 0.42 | 0.24 | 328.77 | 0.8 | 0.42 |
| Hex | C1 | 16 | 6F | 0 | 59 | 2A | 18 | 149 | 50 | 2A |
| Octal | 301 | 26 | 157 | 0 | 131 | 52 | 30 | 511 | 120 | 52 |
| Binary | 11000001 | 10110 | 1101111 | 0 | 1011001 | 101010 | 11000 | 101001001 | 1010000 | 101010 |
Color Harmonies of #C1166F
Complementary color
Monochromatic Colors of #C1166F
Black with #C1166F
Text Example
Text Example
White with #C1166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1166F; }
p { color: rgb(193,22,111); }
H1.HeaderClassName
{
color: #C1166F;
}
.AnyTagClassName
{
color: #C1166F;
}
</style>
background-color css
<style>
a { background-color: #C1166F; }
a { background-color: rgb(193,22,111); }
div.DivClassName
{
background-color: #C1166F;
}
.BgClassName
{
background-color: #C1166F;
}
</style>
border-color css
<style>
span { border-color: #C1166F; }
span { border-color: rgb(193,22,111); }
td.TdClassName
{
border-color: #C1166F;
}
.TagClassName
{
border-color: #C1166F;
}
</style>