Shades of Medium Violet Red #C1159C
Tints of Medium Violet Red #C1159C
RGB
CMYK
RGB Variations
Color information
#C1159C (or 0xC1159C) is known color: Medium Violet Red. HEX triplet: C1, 15 and 9C. RGB value is (193,21,156). Sum of RGB (Red+Green+Blue) = 193+21+156=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1159C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1159C is #3EEA63. Grayscale: #575757. Windows color (decimal): -4123236 or 10229185. OLE color: 10229185.
HSL color Cylindrical-coordinate representation of color #C1159C: hue angle of 312.91º 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 #C1159C is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 156 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.24 |
| HSL | 312.91º | 0.8% | 0.42% | - |
| HSV(B) | 312.91º | 0.89% | 0.76% | - |
| XYZ | 28.26 | 14.27 | 32.72 | - |
| YUV | 87.82 | 166.48 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 156 | 0 | 0.89 | 0.19 | 0.24 | 312.91 | 0.8 | 0.42 |
| Hex | C1 | 15 | 9C | 0 | 59 | 13 | 18 | 139 | 50 | 2A |
| Octal | 301 | 25 | 234 | 0 | 131 | 23 | 30 | 471 | 120 | 52 |
| Binary | 11000001 | 10101 | 10011100 | 0 | 1011001 | 10011 | 11000 | 100111001 | 1010000 | 101010 |
Color Harmonies of #C1159C
Complementary color
Monochromatic Colors of #C1159C
Black with #C1159C
Text Example
Text Example
White with #C1159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1159C; }
p { color: rgb(193,21,156); }
H1.HeaderClassName
{
color: #C1159C;
}
.AnyTagClassName
{
color: #C1159C;
}
</style>
background-color css
<style>
a { background-color: #C1159C; }
a { background-color: rgb(193,21,156); }
div.DivClassName
{
background-color: #C1159C;
}
.BgClassName
{
background-color: #C1159C;
}
</style>
border-color css
<style>
span { border-color: #C1159C; }
span { border-color: rgb(193,21,156); }
td.TdClassName
{
border-color: #C1159C;
}
.TagClassName
{
border-color: #C1159C;
}
</style>