Shades of Medium Violet Red #C11280
Tints of Medium Violet Red #C11280
RGB
CMYK
RGB Variations
Color information
#C11280 (or 0xC11280) is known color: Medium Violet Red. HEX triplet: C1, 12 and 80. RGB value is (193,18,128). Sum of RGB (Red+Green+Blue) = 193+18+128=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C11280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11280 is #3EED7F. Grayscale: #525252. Windows color (decimal): -4124032 or 8393409. OLE color: 8393409.
HSL color Cylindrical-coordinate representation of color #C11280: hue angle of 322.29º 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 #C11280 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 128 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.24 |
| HSL | 322.29º | 0.83% | 0.41% | - |
| HSV(B) | 322.29º | 0.91% | 0.76% | - |
| XYZ | 26.1 | 13.33 | 21.62 | - |
| YUV | 82.87 | 153.48 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 128 | 0 | 0.91 | 0.34 | 0.24 | 322.29 | 0.83 | 0.41 |
| Hex | C1 | 12 | 80 | 0 | 5B | 22 | 18 | 142 | 53 | 29 |
| Octal | 301 | 22 | 200 | 0 | 133 | 42 | 30 | 502 | 123 | 51 |
| Binary | 11000001 | 10010 | 10000000 | 0 | 1011011 | 100010 | 11000 | 101000010 | 1010011 | 101001 |
Color Harmonies of #C11280
Complementary color
Monochromatic Colors of #C11280
Black with #C11280
Text Example
Text Example
White with #C11280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11280; }
p { color: rgb(193,18,128); }
H1.HeaderClassName
{
color: #C11280;
}
.AnyTagClassName
{
color: #C11280;
}
</style>
background-color css
<style>
a { background-color: #C11280; }
a { background-color: rgb(193,18,128); }
div.DivClassName
{
background-color: #C11280;
}
.BgClassName
{
background-color: #C11280;
}
</style>
border-color css
<style>
span { border-color: #C11280; }
span { border-color: rgb(193,18,128); }
td.TdClassName
{
border-color: #C11280;
}
.TagClassName
{
border-color: #C11280;
}
</style>