Shades of Medium Violet Red #C1176C
Tints of Medium Violet Red #C1176C
RGB
CMYK
RGB Variations
Color information
#C1176C (or 0xC1176C) is known color: Medium Violet Red. HEX triplet: C1, 17 and 6C. RGB value is (193,23,108). Sum of RGB (Red+Green+Blue) = 193+23+108=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C1176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1176C is #3EE893. Grayscale: #535353. Windows color (decimal): -4122772 or 7083969. OLE color: 7083969.
HSL color Cylindrical-coordinate representation of color #C1176C: hue angle of 330º 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 #C1176C is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 108 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.24 |
| HSL | 330º | 0.79% | 0.42% | - |
| HSV(B) | 330º | 0.88% | 0.76% | - |
| XYZ | 25.01 | 13.03 | 15.39 | - |
| YUV | 83.52 | 141.82 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 108 | 0 | 0.88 | 0.44 | 0.24 | 330 | 0.79 | 0.42 |
| Hex | C1 | 17 | 6C | 0 | 58 | 2C | 18 | 14A | 4F | 2A |
| Octal | 301 | 27 | 154 | 0 | 130 | 54 | 30 | 512 | 117 | 52 |
| Binary | 11000001 | 10111 | 1101100 | 0 | 1011000 | 101100 | 11000 | 101001010 | 1001111 | 101010 |
Color Harmonies of #C1176C
Complementary color
Monochromatic Colors of #C1176C
Black with #C1176C
Text Example
Text Example
White with #C1176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1176C; }
p { color: rgb(193,23,108); }
H1.HeaderClassName
{
color: #C1176C;
}
.AnyTagClassName
{
color: #C1176C;
}
</style>
background-color css
<style>
a { background-color: #C1176C; }
a { background-color: rgb(193,23,108); }
div.DivClassName
{
background-color: #C1176C;
}
.BgClassName
{
background-color: #C1176C;
}
</style>
border-color css
<style>
span { border-color: #C1176C; }
span { border-color: rgb(193,23,108); }
td.TdClassName
{
border-color: #C1176C;
}
.TagClassName
{
border-color: #C1176C;
}
</style>