Shades of Medium Violet Red #C11279
Tints of Medium Violet Red #C11279
RGB
CMYK
RGB Variations
Color information
#C11279 (or 0xC11279) is known color: Medium Violet Red. HEX triplet: C1, 12 and 79. RGB value is (193,18,121). Sum of RGB (Red+Green+Blue) = 193+18+121=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C11279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11279 is #3EED86. Grayscale: #515151. Windows color (decimal): -4124039 or 7934657. OLE color: 7934657.
HSL color Cylindrical-coordinate representation of color #C11279: hue angle of 324.69º 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 #C11279 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 121 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.24 |
| HSL | 324.69º | 0.83% | 0.41% | - |
| HSV(B) | 324.69º | 0.91% | 0.76% | - |
| XYZ | 25.66 | 13.15 | 19.28 | - |
| YUV | 82.07 | 149.98 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 121 | 0 | 0.91 | 0.37 | 0.24 | 324.69 | 0.83 | 0.41 |
| Hex | C1 | 12 | 79 | 0 | 5B | 25 | 18 | 145 | 53 | 29 |
| Octal | 301 | 22 | 171 | 0 | 133 | 45 | 30 | 505 | 123 | 51 |
| Binary | 11000001 | 10010 | 1111001 | 0 | 1011011 | 100101 | 11000 | 101000101 | 1010011 | 101001 |
Color Harmonies of #C11279
Complementary color
Monochromatic Colors of #C11279
Black with #C11279
Text Example
Text Example
White with #C11279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11279; }
p { color: rgb(193,18,121); }
H1.HeaderClassName
{
color: #C11279;
}
.AnyTagClassName
{
color: #C11279;
}
</style>
background-color css
<style>
a { background-color: #C11279; }
a { background-color: rgb(193,18,121); }
div.DivClassName
{
background-color: #C11279;
}
.BgClassName
{
background-color: #C11279;
}
</style>
border-color css
<style>
span { border-color: #C11279; }
span { border-color: rgb(193,18,121); }
td.TdClassName
{
border-color: #C11279;
}
.TagClassName
{
border-color: #C11279;
}
</style>