Shades of Medium Violet Red #C1137D
Tints of Medium Violet Red #C1137D
RGB
CMYK
RGB Variations
Color information
#C1137D (or 0xC1137D) is known color: Medium Violet Red. HEX triplet: C1, 13 and 7D. RGB value is (193,19,125). Sum of RGB (Red+Green+Blue) = 193+19+125=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1137D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1137D is #3EEC82. Grayscale: #525252. Windows color (decimal): -4123779 or 8197057. OLE color: 8197057.
HSL color Cylindrical-coordinate representation of color #C1137D: hue angle of 323.45º 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 #C1137D is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 125 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.24 |
| HSL | 323.45º | 0.82% | 0.42% | - |
| HSV(B) | 323.45º | 0.9% | 0.76% | - |
| XYZ | 25.93 | 13.28 | 20.6 | - |
| YUV | 83.11 | 151.65 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 125 | 0 | 0.90 | 0.35 | 0.24 | 323.45 | 0.82 | 0.42 |
| Hex | C1 | 13 | 7D | 0 | 5A | 23 | 18 | 143 | 52 | 2A |
| Octal | 301 | 23 | 175 | 0 | 132 | 43 | 30 | 503 | 122 | 52 |
| Binary | 11000001 | 10011 | 1111101 | 0 | 1011010 | 100011 | 11000 | 101000011 | 1010010 | 101010 |
Color Harmonies of #C1137D
Complementary color
Monochromatic Colors of #C1137D
Black with #C1137D
Text Example
Text Example
White with #C1137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1137D; }
p { color: rgb(193,19,125); }
H1.HeaderClassName
{
color: #C1137D;
}
.AnyTagClassName
{
color: #C1137D;
}
</style>
background-color css
<style>
a { background-color: #C1137D; }
a { background-color: rgb(193,19,125); }
div.DivClassName
{
background-color: #C1137D;
}
.BgClassName
{
background-color: #C1137D;
}
</style>
border-color css
<style>
span { border-color: #C1137D; }
span { border-color: rgb(193,19,125); }
td.TdClassName
{
border-color: #C1137D;
}
.TagClassName
{
border-color: #C1137D;
}
</style>