Shades of Medium Violet Red #C1158F
Tints of Medium Violet Red #C1158F
RGB
CMYK
RGB Variations
Color information
#C1158F (or 0xC1158F) is known color: Medium Violet Red. HEX triplet: C1, 15 and 8F. RGB value is (193,21,143). Sum of RGB (Red+Green+Blue) = 193+21+143=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C1158F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1158F is #3EEA70. Grayscale: #565656. Windows color (decimal): -4123249 or 9377217. OLE color: 9377217.
HSL color Cylindrical-coordinate representation of color #C1158F: hue angle of 317.44º 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 #C1158F is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 143 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.24 |
| HSL | 317.44º | 0.8% | 0.42% | - |
| HSV(B) | 317.44º | 0.89% | 0.76% | - |
| XYZ | 27.22 | 13.86 | 27.23 | - |
| YUV | 86.34 | 159.98 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 143 | 0 | 0.89 | 0.26 | 0.24 | 317.44 | 0.8 | 0.42 |
| Hex | C1 | 15 | 8F | 0 | 59 | 1A | 18 | 13D | 50 | 2A |
| Octal | 301 | 25 | 217 | 0 | 131 | 32 | 30 | 475 | 120 | 52 |
| Binary | 11000001 | 10101 | 10001111 | 0 | 1011001 | 11010 | 11000 | 100111101 | 1010000 | 101010 |
Color Harmonies of #C1158F
Complementary color
Monochromatic Colors of #C1158F
Black with #C1158F
Text Example
Text Example
White with #C1158F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1158F; }
p { color: rgb(193,21,143); }
H1.HeaderClassName
{
color: #C1158F;
}
.AnyTagClassName
{
color: #C1158F;
}
</style>
background-color css
<style>
a { background-color: #C1158F; }
a { background-color: rgb(193,21,143); }
div.DivClassName
{
background-color: #C1158F;
}
.BgClassName
{
background-color: #C1158F;
}
</style>
border-color css
<style>
span { border-color: #C1158F; }
span { border-color: rgb(193,21,143); }
td.TdClassName
{
border-color: #C1158F;
}
.TagClassName
{
border-color: #C1158F;
}
</style>