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