Shades of Medium Violet Red #C1179B
Tints of Medium Violet Red #C1179B
RGB
CMYK
RGB Variations
Color information
#C1179B (or 0xC1179B) is known color: Medium Violet Red. HEX triplet: C1, 17 and 9B. RGB value is (193,23,155). Sum of RGB (Red+Green+Blue) = 193+23+155=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1179B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1179B is #3EE864. Grayscale: #585858. Windows color (decimal): -4122725 or 10164161. OLE color: 10164161.
HSL color Cylindrical-coordinate representation of color #C1179B: hue angle of 313.41º 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 #C1179B is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 155 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.24 |
| HSL | 313.41º | 0.79% | 0.42% | - |
| HSV(B) | 313.41º | 0.88% | 0.76% | - |
| XYZ | 28.22 | 14.32 | 32.29 | - |
| YUV | 88.88 | 165.32 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 155 | 0 | 0.88 | 0.20 | 0.24 | 313.41 | 0.79 | 0.42 |
| Hex | C1 | 17 | 9B | 0 | 58 | 14 | 18 | 139 | 4F | 2A |
| Octal | 301 | 27 | 233 | 0 | 130 | 24 | 30 | 471 | 117 | 52 |
| Binary | 11000001 | 10111 | 10011011 | 0 | 1011000 | 10100 | 11000 | 100111001 | 1001111 | 101010 |
Color Harmonies of #C1179B
Complementary color
Monochromatic Colors of #C1179B
Black with #C1179B
Text Example
Text Example
White with #C1179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1179B; }
p { color: rgb(193,23,155); }
H1.HeaderClassName
{
color: #C1179B;
}
.AnyTagClassName
{
color: #C1179B;
}
</style>
background-color css
<style>
a { background-color: #C1179B; }
a { background-color: rgb(193,23,155); }
div.DivClassName
{
background-color: #C1179B;
}
.BgClassName
{
background-color: #C1179B;
}
</style>
border-color css
<style>
span { border-color: #C1179B; }
span { border-color: rgb(193,23,155); }
td.TdClassName
{
border-color: #C1179B;
}
.TagClassName
{
border-color: #C1179B;
}
</style>