Shades of Medium Violet Red #C1139E
Tints of Medium Violet Red #C1139E
RGB
CMYK
RGB Variations
Color information
#C1139E (or 0xC1139E) is known color: Medium Violet Red. HEX triplet: C1, 13 and 9E. RGB value is (193,19,158). Sum of RGB (Red+Green+Blue) = 193+19+158=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1139E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1139E is #3EEC61. Grayscale: #565656. Windows color (decimal): -4123746 or 10359745. OLE color: 10359745.
HSL color Cylindrical-coordinate representation of color #C1139E: hue angle of 312.07º 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 #C1139E is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 158 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.24 |
| HSL | 312.07º | 0.82% | 0.42% | - |
| HSV(B) | 312.07º | 0.9% | 0.76% | - |
| XYZ | 28.4 | 14.27 | 33.61 | - |
| YUV | 86.87 | 168.15 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 158 | 0 | 0.90 | 0.18 | 0.24 | 312.07 | 0.82 | 0.42 |
| Hex | C1 | 13 | 9E | 0 | 5A | 12 | 18 | 138 | 52 | 2A |
| Octal | 301 | 23 | 236 | 0 | 132 | 22 | 30 | 470 | 122 | 52 |
| Binary | 11000001 | 10011 | 10011110 | 0 | 1011010 | 10010 | 11000 | 100111000 | 1010010 | 101010 |
Color Harmonies of #C1139E
Complementary color
Monochromatic Colors of #C1139E
Black with #C1139E
Text Example
Text Example
White with #C1139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1139E; }
p { color: rgb(193,19,158); }
H1.HeaderClassName
{
color: #C1139E;
}
.AnyTagClassName
{
color: #C1139E;
}
</style>
background-color css
<style>
a { background-color: #C1139E; }
a { background-color: rgb(193,19,158); }
div.DivClassName
{
background-color: #C1139E;
}
.BgClassName
{
background-color: #C1139E;
}
</style>
border-color css
<style>
span { border-color: #C1139E; }
span { border-color: rgb(193,19,158); }
td.TdClassName
{
border-color: #C1139E;
}
.TagClassName
{
border-color: #C1139E;
}
</style>