Shades of Medium Violet Red #C11272
Tints of Medium Violet Red #C11272
RGB
CMYK
RGB Variations
Color information
#C11272 (or 0xC11272) is known color: Medium Violet Red. HEX triplet: C1, 12 and 72. RGB value is (193,18,114). Sum of RGB (Red+Green+Blue) = 193+18+114=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C11272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11272 is #3EED8D. Grayscale: #515151. Windows color (decimal): -4124046 or 7475905. OLE color: 7475905.
HSL color Cylindrical-coordinate representation of color #C11272: hue angle of 327.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 #C11272 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 18 | 114 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.24 |
| HSL | 327.09º | 0.83% | 0.41% | - |
| HSV(B) | 327.09º | 0.91% | 0.76% | - |
| XYZ | 25.25 | 12.98 | 17.1 | - |
| YUV | 81.27 | 146.48 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 18 | 114 | 0 | 0.91 | 0.41 | 0.24 | 327.09 | 0.83 | 0.41 |
| Hex | C1 | 12 | 72 | 0 | 5B | 29 | 18 | 147 | 53 | 29 |
| Octal | 301 | 22 | 162 | 0 | 133 | 51 | 30 | 507 | 123 | 51 |
| Binary | 11000001 | 10010 | 1110010 | 0 | 1011011 | 101001 | 11000 | 101000111 | 1010011 | 101001 |
Color Harmonies of #C11272
Complementary color
Monochromatic Colors of #C11272
Black with #C11272
Text Example
Text Example
White with #C11272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11272; }
p { color: rgb(193,18,114); }
H1.HeaderClassName
{
color: #C11272;
}
.AnyTagClassName
{
color: #C11272;
}
</style>
background-color css
<style>
a { background-color: #C11272; }
a { background-color: rgb(193,18,114); }
div.DivClassName
{
background-color: #C11272;
}
.BgClassName
{
background-color: #C11272;
}
</style>
border-color css
<style>
span { border-color: #C11272; }
span { border-color: rgb(193,18,114); }
td.TdClassName
{
border-color: #C11272;
}
.TagClassName
{
border-color: #C11272;
}
</style>