Shades of Medium Violet Red #C11378
Tints of Medium Violet Red #C11378
RGB
CMYK
RGB Variations
Color information
#C11378 (or 0xC11378) is known color: Medium Violet Red. HEX triplet: C1, 13 and 78. RGB value is (193,19,120). Sum of RGB (Red+Green+Blue) = 193+19+120=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C11378 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11378 is #3EEC87. Grayscale: #525252. Windows color (decimal): -4123784 or 7869377. OLE color: 7869377.
HSL color Cylindrical-coordinate representation of color #C11378: hue angle of 325.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 #C11378 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 120 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.24 |
| HSL | 325.17º | 0.82% | 0.42% | - |
| HSV(B) | 325.17º | 0.9% | 0.76% | - |
| XYZ | 25.62 | 13.16 | 18.96 | - |
| YUV | 82.54 | 149.15 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 120 | 0 | 0.90 | 0.38 | 0.24 | 325.17 | 0.82 | 0.42 |
| Hex | C1 | 13 | 78 | 0 | 5A | 26 | 18 | 145 | 52 | 2A |
| Octal | 301 | 23 | 170 | 0 | 132 | 46 | 30 | 505 | 122 | 52 |
| Binary | 11000001 | 10011 | 1111000 | 0 | 1011010 | 100110 | 11000 | 101000101 | 1010010 | 101010 |
Color Harmonies of #C11378
Complementary color
Monochromatic Colors of #C11378
Black with #C11378
Text Example
Text Example
White with #C11378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11378; }
p { color: rgb(193,19,120); }
H1.HeaderClassName
{
color: #C11378;
}
.AnyTagClassName
{
color: #C11378;
}
</style>
background-color css
<style>
a { background-color: #C11378; }
a { background-color: rgb(193,19,120); }
div.DivClassName
{
background-color: #C11378;
}
.BgClassName
{
background-color: #C11378;
}
</style>
border-color css
<style>
span { border-color: #C11378; }
span { border-color: rgb(193,19,120); }
td.TdClassName
{
border-color: #C11378;
}
.TagClassName
{
border-color: #C11378;
}
</style>