Shades of Medium Violet Red #C1158B
Tints of Medium Violet Red #C1158B
RGB
CMYK
RGB Variations
Color information
#C1158B (or 0xC1158B) is known color: Medium Violet Red. HEX triplet: C1, 15 and 8B. RGB value is (193,21,139). Sum of RGB (Red+Green+Blue) = 193+21+139=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1158B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1158B is #3EEA74. Grayscale: #555555. Windows color (decimal): -4123253 or 9115073. OLE color: 9115073.
HSL color Cylindrical-coordinate representation of color #C1158B: hue angle of 318.84º 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 #C1158B is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 139 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.24 |
| HSL | 318.84º | 0.8% | 0.42% | - |
| HSV(B) | 318.84º | 0.89% | 0.76% | - |
| XYZ | 26.92 | 13.74 | 25.66 | - |
| YUV | 85.88 | 157.98 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 139 | 0 | 0.89 | 0.28 | 0.24 | 318.84 | 0.8 | 0.42 |
| Hex | C1 | 15 | 8B | 0 | 59 | 1C | 18 | 13F | 50 | 2A |
| Octal | 301 | 25 | 213 | 0 | 131 | 34 | 30 | 477 | 120 | 52 |
| Binary | 11000001 | 10101 | 10001011 | 0 | 1011001 | 11100 | 11000 | 100111111 | 1010000 | 101010 |
Color Harmonies of #C1158B
Complementary color
Monochromatic Colors of #C1158B
Black with #C1158B
Text Example
Text Example
White with #C1158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1158B; }
p { color: rgb(193,21,139); }
H1.HeaderClassName
{
color: #C1158B;
}
.AnyTagClassName
{
color: #C1158B;
}
</style>
background-color css
<style>
a { background-color: #C1158B; }
a { background-color: rgb(193,21,139); }
div.DivClassName
{
background-color: #C1158B;
}
.BgClassName
{
background-color: #C1158B;
}
</style>
border-color css
<style>
span { border-color: #C1158B; }
span { border-color: rgb(193,21,139); }
td.TdClassName
{
border-color: #C1158B;
}
.TagClassName
{
border-color: #C1158B;
}
</style>