Shades of Medium Violet Red #C1156D
Tints of Medium Violet Red #C1156D
RGB
CMYK
RGB Variations
Color information
#C1156D (or 0xC1156D) is known color: Medium Violet Red. HEX triplet: C1, 15 and 6D. RGB value is (193,21,109). Sum of RGB (Red+Green+Blue) = 193+21+109=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C1156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1156D is #3EEA92. Grayscale: #525252. Windows color (decimal): -4123283 or 7148993. OLE color: 7148993.
HSL color Cylindrical-coordinate representation of color #C1156D: hue angle of 329.3º 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 #C1156D is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 109 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.24 |
| HSL | 329.3º | 0.8% | 0.42% | - |
| HSV(B) | 329.3º | 0.89% | 0.76% | - |
| XYZ | 25.02 | 12.98 | 15.65 | - |
| YUV | 82.46 | 142.98 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 109 | 0 | 0.89 | 0.44 | 0.24 | 329.3 | 0.8 | 0.42 |
| Hex | C1 | 15 | 6D | 0 | 59 | 2C | 18 | 149 | 50 | 2A |
| Octal | 301 | 25 | 155 | 0 | 131 | 54 | 30 | 511 | 120 | 52 |
| Binary | 11000001 | 10101 | 1101101 | 0 | 1011001 | 101100 | 11000 | 101001001 | 1010000 | 101010 |
Color Harmonies of #C1156D
Complementary color
Monochromatic Colors of #C1156D
Black with #C1156D
Text Example
Text Example
White with #C1156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1156D; }
p { color: rgb(193,21,109); }
H1.HeaderClassName
{
color: #C1156D;
}
.AnyTagClassName
{
color: #C1156D;
}
</style>
background-color css
<style>
a { background-color: #C1156D; }
a { background-color: rgb(193,21,109); }
div.DivClassName
{
background-color: #C1156D;
}
.BgClassName
{
background-color: #C1156D;
}
</style>
border-color css
<style>
span { border-color: #C1156D; }
span { border-color: rgb(193,21,109); }
td.TdClassName
{
border-color: #C1156D;
}
.TagClassName
{
border-color: #C1156D;
}
</style>