Shades of Medium Violet Red #C1128C
Tints of Medium Violet Red #C1128C
RGB
CMYK
RGB Variations
Color information
#C1128C (or 0xC1128C) is known color: Medium Violet Red. HEX triplet: C1, 12 and 8C. RGB value is (193,18,140). Sum of RGB (Red+Green+Blue) = 193+18+140=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C1128C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1128C is #3EED73. Grayscale: #535353. Windows color (decimal): -4124020 or 9179841. OLE color: 9179841.
HSL color Cylindrical-coordinate representation of color #C1128C: hue angle of 318.17º 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 #C1128C is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 140 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.24 |
| HSL | 318.17º | 0.83% | 0.41% | - |
| HSV(B) | 318.17º | 0.91% | 0.76% | - |
| XYZ | 26.94 | 13.66 | 26.03 | - |
| YUV | 84.23 | 159.48 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 140 | 0 | 0.91 | 0.27 | 0.24 | 318.17 | 0.83 | 0.41 |
| Hex | C1 | 12 | 8C | 0 | 5B | 1B | 18 | 13E | 53 | 29 |
| Octal | 301 | 22 | 214 | 0 | 133 | 33 | 30 | 476 | 123 | 51 |
| Binary | 11000001 | 10010 | 10001100 | 0 | 1011011 | 11011 | 11000 | 100111110 | 1010011 | 101001 |
Color Harmonies of #C1128C
Complementary color
Monochromatic Colors of #C1128C
Black with #C1128C
Text Example
Text Example
White with #C1128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1128C; }
p { color: rgb(193,18,140); }
H1.HeaderClassName
{
color: #C1128C;
}
.AnyTagClassName
{
color: #C1128C;
}
</style>
background-color css
<style>
a { background-color: #C1128C; }
a { background-color: rgb(193,18,140); }
div.DivClassName
{
background-color: #C1128C;
}
.BgClassName
{
background-color: #C1128C;
}
</style>
border-color css
<style>
span { border-color: #C1128C; }
span { border-color: rgb(193,18,140); }
td.TdClassName
{
border-color: #C1128C;
}
.TagClassName
{
border-color: #C1128C;
}
</style>