Shades of Medium Violet Red #C1137A
Tints of Medium Violet Red #C1137A
RGB
CMYK
RGB Variations
Color information
#C1137A (or 0xC1137A) is known color: Medium Violet Red. HEX triplet: C1, 13 and 7A. RGB value is (193,19,122). Sum of RGB (Red+Green+Blue) = 193+19+122=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C1137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1137A is #3EEC85. Grayscale: #525252. Windows color (decimal): -4123782 or 8000449. OLE color: 8000449.
HSL color Cylindrical-coordinate representation of color #C1137A: hue angle of 324.48º 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 #C1137A is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 122 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.24 |
| HSL | 324.48º | 0.82% | 0.42% | - |
| HSV(B) | 324.48º | 0.9% | 0.76% | - |
| XYZ | 25.74 | 13.21 | 19.61 | - |
| YUV | 82.77 | 150.15 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 122 | 0 | 0.90 | 0.37 | 0.24 | 324.48 | 0.82 | 0.42 |
| Hex | C1 | 13 | 7A | 0 | 5A | 25 | 18 | 144 | 52 | 2A |
| Octal | 301 | 23 | 172 | 0 | 132 | 45 | 30 | 504 | 122 | 52 |
| Binary | 11000001 | 10011 | 1111010 | 0 | 1011010 | 100101 | 11000 | 101000100 | 1010010 | 101010 |
Color Harmonies of #C1137A
Complementary color
Monochromatic Colors of #C1137A
Black with #C1137A
Text Example
Text Example
White with #C1137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1137A; }
p { color: rgb(193,19,122); }
H1.HeaderClassName
{
color: #C1137A;
}
.AnyTagClassName
{
color: #C1137A;
}
</style>
background-color css
<style>
a { background-color: #C1137A; }
a { background-color: rgb(193,19,122); }
div.DivClassName
{
background-color: #C1137A;
}
.BgClassName
{
background-color: #C1137A;
}
</style>
border-color css
<style>
span { border-color: #C1137A; }
span { border-color: rgb(193,19,122); }
td.TdClassName
{
border-color: #C1137A;
}
.TagClassName
{
border-color: #C1137A;
}
</style>