Shades of Medium Violet Red #C1139B
Tints of Medium Violet Red #C1139B
RGB
CMYK
RGB Variations
Color information
#C1139B (or 0xC1139B) is known color: Medium Violet Red. HEX triplet: C1, 13 and 9B. RGB value is (193,19,155). Sum of RGB (Red+Green+Blue) = 193+19+155=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1139B is #3EEC64. Grayscale: #565656. Windows color (decimal): -4123749 or 10163137. OLE color: 10163137.
HSL color Cylindrical-coordinate representation of color #C1139B: hue angle of 313.1º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1139B is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 155 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.24 |
| HSL | 313.1º | 0.82% | 0.42% | - |
| HSV(B) | 313.1º | 0.9% | 0.76% | - |
| XYZ | 28.14 | 14.17 | 32.26 | - |
| YUV | 86.53 | 166.65 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 155 | 0 | 0.90 | 0.20 | 0.24 | 313.1 | 0.82 | 0.42 |
| Hex | C1 | 13 | 9B | 0 | 5A | 14 | 18 | 139 | 52 | 2A |
| Octal | 301 | 23 | 233 | 0 | 132 | 24 | 30 | 471 | 122 | 52 |
| Binary | 11000001 | 10011 | 10011011 | 0 | 1011010 | 10100 | 11000 | 100111001 | 1010010 | 101010 |
Color Harmonies of #C1139B
Complementary color
Monochromatic Colors of #C1139B
Black with #C1139B
Text Example
Text Example
White with #C1139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1139B; }
p { color: rgb(193,19,155); }
H1.HeaderClassName
{
color: #C1139B;
}
.AnyTagClassName
{
color: #C1139B;
}
</style>
background-color css
<style>
a { background-color: #C1139B; }
a { background-color: rgb(193,19,155); }
div.DivClassName
{
background-color: #C1139B;
}
.BgClassName
{
background-color: #C1139B;
}
</style>
border-color css
<style>
span { border-color: #C1139B; }
span { border-color: rgb(193,19,155); }
td.TdClassName
{
border-color: #C1139B;
}
.TagClassName
{
border-color: #C1139B;
}
</style>