Shades of Medium Violet Red #C1157A
Tints of Medium Violet Red #C1157A
RGB
CMYK
RGB Variations
Color information
#C1157A (or 0xC1157A) is known color: Medium Violet Red. HEX triplet: C1, 15 and 7A. RGB value is (193,21,122). Sum of RGB (Red+Green+Blue) = 193+21+122=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1157A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1157A is #3EEA85. Grayscale: #535353. Windows color (decimal): -4123270 or 8000961. OLE color: 8000961.
HSL color Cylindrical-coordinate representation of color #C1157A: hue angle of 324.77º 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 #C1157A is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 122 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.24 |
| HSL | 324.77º | 0.8% | 0.42% | - |
| HSV(B) | 324.77º | 0.89% | 0.76% | - |
| XYZ | 25.77 | 13.28 | 19.62 | - |
| YUV | 83.94 | 149.48 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 122 | 0 | 0.89 | 0.37 | 0.24 | 324.77 | 0.8 | 0.42 |
| Hex | C1 | 15 | 7A | 0 | 59 | 25 | 18 | 145 | 50 | 2A |
| Octal | 301 | 25 | 172 | 0 | 131 | 45 | 30 | 505 | 120 | 52 |
| Binary | 11000001 | 10101 | 1111010 | 0 | 1011001 | 100101 | 11000 | 101000101 | 1010000 | 101010 |
Color Harmonies of #C1157A
Complementary color
Monochromatic Colors of #C1157A
Black with #C1157A
Text Example
Text Example
White with #C1157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1157A; }
p { color: rgb(193,21,122); }
H1.HeaderClassName
{
color: #C1157A;
}
.AnyTagClassName
{
color: #C1157A;
}
</style>
background-color css
<style>
a { background-color: #C1157A; }
a { background-color: rgb(193,21,122); }
div.DivClassName
{
background-color: #C1157A;
}
.BgClassName
{
background-color: #C1157A;
}
</style>
border-color css
<style>
span { border-color: #C1157A; }
span { border-color: rgb(193,21,122); }
td.TdClassName
{
border-color: #C1157A;
}
.TagClassName
{
border-color: #C1157A;
}
</style>