Shades of Medium Violet Red #C11395
Tints of Medium Violet Red #C11395
RGB
CMYK
RGB Variations
Color information
#C11395 (or 0xC11395) is known color: Medium Violet Red. HEX triplet: C1, 13 and 95. RGB value is (193,19,149). Sum of RGB (Red+Green+Blue) = 193+19+149=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C11395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11395 is #3EEC6A. Grayscale: #555555. Windows color (decimal): -4123755 or 9769921. OLE color: 9769921.
HSL color Cylindrical-coordinate representation of color #C11395: hue angle of 315.17º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11395 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 149 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.24 |
| HSL | 315.17º | 0.82% | 0.42% | - |
| HSV(B) | 315.17º | 0.9% | 0.76% | - |
| XYZ | 27.65 | 13.97 | 29.67 | - |
| YUV | 85.85 | 163.65 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 149 | 0 | 0.90 | 0.23 | 0.24 | 315.17 | 0.82 | 0.42 |
| Hex | C1 | 13 | 95 | 0 | 5A | 17 | 18 | 13B | 52 | 2A |
| Octal | 301 | 23 | 225 | 0 | 132 | 27 | 30 | 473 | 122 | 52 |
| Binary | 11000001 | 10011 | 10010101 | 0 | 1011010 | 10111 | 11000 | 100111011 | 1010010 | 101010 |
Color Harmonies of #C11395
Complementary color
Monochromatic Colors of #C11395
Black with #C11395
Text Example
Text Example
White with #C11395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11395; }
p { color: rgb(193,19,149); }
H1.HeaderClassName
{
color: #C11395;
}
.AnyTagClassName
{
color: #C11395;
}
</style>
background-color css
<style>
a { background-color: #C11395; }
a { background-color: rgb(193,19,149); }
div.DivClassName
{
background-color: #C11395;
}
.BgClassName
{
background-color: #C11395;
}
</style>
border-color css
<style>
span { border-color: #C11395; }
span { border-color: rgb(193,19,149); }
td.TdClassName
{
border-color: #C11395;
}
.TagClassName
{
border-color: #C11395;
}
</style>