Shades of Medium Violet Red #C11274
Tints of Medium Violet Red #C11274
RGB
CMYK
RGB Variations
Color information
#C11274 (or 0xC11274) is known color: Medium Violet Red. HEX triplet: C1, 12 and 74. RGB value is (193,18,116). Sum of RGB (Red+Green+Blue) = 193+18+116=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C11274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11274 is #3EED8B. Grayscale: #515151. Windows color (decimal): -4124044 or 7606977. OLE color: 7606977.
HSL color Cylindrical-coordinate representation of color #C11274: hue angle of 326.4º 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 #C11274 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 116 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.24 |
| HSL | 326.4º | 0.83% | 0.41% | - |
| HSV(B) | 326.4º | 0.91% | 0.76% | - |
| XYZ | 25.36 | 13.03 | 17.7 | - |
| YUV | 81.5 | 147.48 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 116 | 0 | 0.91 | 0.40 | 0.24 | 326.4 | 0.83 | 0.41 |
| Hex | C1 | 12 | 74 | 0 | 5B | 28 | 18 | 146 | 53 | 29 |
| Octal | 301 | 22 | 164 | 0 | 133 | 50 | 30 | 506 | 123 | 51 |
| Binary | 11000001 | 10010 | 1110100 | 0 | 1011011 | 101000 | 11000 | 101000110 | 1010011 | 101001 |
Color Harmonies of #C11274
Complementary color
Monochromatic Colors of #C11274
Black with #C11274
Text Example
Text Example
White with #C11274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11274; }
p { color: rgb(193,18,116); }
H1.HeaderClassName
{
color: #C11274;
}
.AnyTagClassName
{
color: #C11274;
}
</style>
background-color css
<style>
a { background-color: #C11274; }
a { background-color: rgb(193,18,116); }
div.DivClassName
{
background-color: #C11274;
}
.BgClassName
{
background-color: #C11274;
}
</style>
border-color css
<style>
span { border-color: #C11274; }
span { border-color: rgb(193,18,116); }
td.TdClassName
{
border-color: #C11274;
}
.TagClassName
{
border-color: #C11274;
}
</style>