Shades of Medium Violet Red #C11287
Tints of Medium Violet Red #C11287
RGB
CMYK
RGB Variations
Color information
#C11287 (or 0xC11287) is known color: Medium Violet Red. HEX triplet: C1, 12 and 87. RGB value is (193,18,135). Sum of RGB (Red+Green+Blue) = 193+18+135=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C11287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11287 is #3EED78. Grayscale: #535353. Windows color (decimal): -4124025 or 8852161. OLE color: 8852161.
HSL color Cylindrical-coordinate representation of color #C11287: hue angle of 319.89º 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 #C11287 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 135 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.24 |
| HSL | 319.89º | 0.83% | 0.41% | - |
| HSV(B) | 319.89º | 0.91% | 0.76% | - |
| XYZ | 26.58 | 13.52 | 24.13 | - |
| YUV | 83.66 | 156.98 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 135 | 0 | 0.91 | 0.30 | 0.24 | 319.89 | 0.83 | 0.41 |
| Hex | C1 | 12 | 87 | 0 | 5B | 1E | 18 | 140 | 53 | 29 |
| Octal | 301 | 22 | 207 | 0 | 133 | 36 | 30 | 500 | 123 | 51 |
| Binary | 11000001 | 10010 | 10000111 | 0 | 1011011 | 11110 | 11000 | 101000000 | 1010011 | 101001 |
Color Harmonies of #C11287
Complementary color
Monochromatic Colors of #C11287
Black with #C11287
Text Example
Text Example
White with #C11287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11287; }
p { color: rgb(193,18,135); }
H1.HeaderClassName
{
color: #C11287;
}
.AnyTagClassName
{
color: #C11287;
}
</style>
background-color css
<style>
a { background-color: #C11287; }
a { background-color: rgb(193,18,135); }
div.DivClassName
{
background-color: #C11287;
}
.BgClassName
{
background-color: #C11287;
}
</style>
border-color css
<style>
span { border-color: #C11287; }
span { border-color: rgb(193,18,135); }
td.TdClassName
{
border-color: #C11287;
}
.TagClassName
{
border-color: #C11287;
}
</style>