Shades of Medium Violet Red #C1176F
Tints of Medium Violet Red #C1176F
RGB
CMYK
RGB Variations
Color information
#C1176F (or 0xC1176F) is known color: Medium Violet Red. HEX triplet: C1, 17 and 6F. RGB value is (193,23,111). Sum of RGB (Red+Green+Blue) = 193+23+111=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C1176F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1176F is #3EE890. Grayscale: #535353. Windows color (decimal): -4122769 or 7280577. OLE color: 7280577.
HSL color Cylindrical-coordinate representation of color #C1176F: hue angle of 328.94º 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 #C1176F is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 111 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.24 |
| HSL | 328.94º | 0.79% | 0.42% | - |
| HSV(B) | 328.94º | 0.88% | 0.76% | - |
| XYZ | 25.17 | 13.1 | 16.24 | - |
| YUV | 83.86 | 143.32 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 111 | 0 | 0.88 | 0.42 | 0.24 | 328.94 | 0.79 | 0.42 |
| Hex | C1 | 17 | 6F | 0 | 58 | 2A | 18 | 149 | 4F | 2A |
| Octal | 301 | 27 | 157 | 0 | 130 | 52 | 30 | 511 | 117 | 52 |
| Binary | 11000001 | 10111 | 1101111 | 0 | 1011000 | 101010 | 11000 | 101001001 | 1001111 | 101010 |
Color Harmonies of #C1176F
Complementary color
Monochromatic Colors of #C1176F
Black with #C1176F
Text Example
Text Example
White with #C1176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1176F; }
p { color: rgb(193,23,111); }
H1.HeaderClassName
{
color: #C1176F;
}
.AnyTagClassName
{
color: #C1176F;
}
</style>
background-color css
<style>
a { background-color: #C1176F; }
a { background-color: rgb(193,23,111); }
div.DivClassName
{
background-color: #C1176F;
}
.BgClassName
{
background-color: #C1176F;
}
</style>
border-color css
<style>
span { border-color: #C1176F; }
span { border-color: rgb(193,23,111); }
td.TdClassName
{
border-color: #C1176F;
}
.TagClassName
{
border-color: #C1176F;
}
</style>