Shades of Medium Violet Red #C1127E
Tints of Medium Violet Red #C1127E
RGB
CMYK
RGB Variations
Color information
#C1127E (or 0xC1127E) is known color: Medium Violet Red. HEX triplet: C1, 12 and 7E. RGB value is (193,18,126). Sum of RGB (Red+Green+Blue) = 193+18+126=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1127E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1127E is #3EED81. Grayscale: #525252. Windows color (decimal): -4124034 or 8262337. OLE color: 8262337.
HSL color Cylindrical-coordinate representation of color #C1127E: hue angle of 322.97º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1127E is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 126 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.24 |
| HSL | 322.97º | 0.83% | 0.41% | - |
| HSV(B) | 322.97º | 0.91% | 0.76% | - |
| XYZ | 25.97 | 13.28 | 20.93 | - |
| YUV | 82.64 | 152.48 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 126 | 0 | 0.91 | 0.35 | 0.24 | 322.97 | 0.83 | 0.41 |
| Hex | C1 | 12 | 7E | 0 | 5B | 23 | 18 | 143 | 53 | 29 |
| Octal | 301 | 22 | 176 | 0 | 133 | 43 | 30 | 503 | 123 | 51 |
| Binary | 11000001 | 10010 | 1111110 | 0 | 1011011 | 100011 | 11000 | 101000011 | 1010011 | 101001 |
Color Harmonies of #C1127E
Complementary color
Monochromatic Colors of #C1127E
Black with #C1127E
Text Example
Text Example
White with #C1127E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1127E; }
p { color: rgb(193,18,126); }
H1.HeaderClassName
{
color: #C1127E;
}
.AnyTagClassName
{
color: #C1127E;
}
</style>
background-color css
<style>
a { background-color: #C1127E; }
a { background-color: rgb(193,18,126); }
div.DivClassName
{
background-color: #C1127E;
}
.BgClassName
{
background-color: #C1127E;
}
</style>
border-color css
<style>
span { border-color: #C1127E; }
span { border-color: rgb(193,18,126); }
td.TdClassName
{
border-color: #C1127E;
}
.TagClassName
{
border-color: #C1127E;
}
</style>