Shades of Medium Violet Red #C11295
Tints of Medium Violet Red #C11295
RGB
CMYK
RGB Variations
Color information
#C11295 (or 0xC11295) is known color: Medium Violet Red. HEX triplet: C1, 12 and 95. RGB value is (193,18,149). Sum of RGB (Red+Green+Blue) = 193+18+149=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C11295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11295 is #3EED6A. Grayscale: #545454. Windows color (decimal): -4124011 or 9769665. OLE color: 9769665.
HSL color Cylindrical-coordinate representation of color #C11295: hue angle of 315.09º 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 #C11295 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 149 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.24 |
| HSL | 315.09º | 0.83% | 0.41% | - |
| HSV(B) | 315.09º | 0.91% | 0.76% | - |
| XYZ | 27.63 | 13.94 | 29.67 | - |
| YUV | 85.26 | 163.98 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 149 | 0 | 0.91 | 0.23 | 0.24 | 315.09 | 0.83 | 0.41 |
| Hex | C1 | 12 | 95 | 0 | 5B | 17 | 18 | 13B | 53 | 29 |
| Octal | 301 | 22 | 225 | 0 | 133 | 27 | 30 | 473 | 123 | 51 |
| Binary | 11000001 | 10010 | 10010101 | 0 | 1011011 | 10111 | 11000 | 100111011 | 1010011 | 101001 |
Color Harmonies of #C11295
Complementary color
Monochromatic Colors of #C11295
Black with #C11295
Text Example
Text Example
White with #C11295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11295; }
p { color: rgb(193,18,149); }
H1.HeaderClassName
{
color: #C11295;
}
.AnyTagClassName
{
color: #C11295;
}
</style>
background-color css
<style>
a { background-color: #C11295; }
a { background-color: rgb(193,18,149); }
div.DivClassName
{
background-color: #C11295;
}
.BgClassName
{
background-color: #C11295;
}
</style>
border-color css
<style>
span { border-color: #C11295; }
span { border-color: rgb(193,18,149); }
td.TdClassName
{
border-color: #C11295;
}
.TagClassName
{
border-color: #C11295;
}
</style>