Shades of Medium Violet Red #C11892
Tints of Medium Violet Red #C11892
RGB
CMYK
RGB Variations
Color information
#C11892 (or 0xC11892) is known color: Medium Violet Red. HEX triplet: C1, 18 and 92. RGB value is (193,24,146). Sum of RGB (Red+Green+Blue) = 193+24+146=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C11892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C11892 is #3EE76D. Grayscale: #585858. Windows color (decimal): -4122478 or 9574593. OLE color: 9574593.
HSL color Cylindrical-coordinate representation of color #C11892: hue angle of 316.69º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11892 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 146 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.24 |
| HSL | 316.69º | 0.78% | 0.43% | - |
| HSV(B) | 316.69º | 0.88% | 0.76% | - |
| XYZ | 27.51 | 14.07 | 28.46 | - |
| YUV | 88.44 | 160.49 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 146 | 0 | 0.88 | 0.24 | 0.24 | 316.69 | 0.78 | 0.43 |
| Hex | C1 | 18 | 92 | 0 | 58 | 18 | 18 | 13D | 4E | 2B |
| Octal | 301 | 30 | 222 | 0 | 130 | 30 | 30 | 475 | 116 | 53 |
| Binary | 11000001 | 11000 | 10010010 | 0 | 1011000 | 11000 | 11000 | 100111101 | 1001110 | 101011 |
Color Harmonies of #C11892
Complementary color
Monochromatic Colors of #C11892
Black with #C11892
Text Example
Text Example
White with #C11892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11892; }
p { color: rgb(193,24,146); }
H1.HeaderClassName
{
color: #C11892;
}
.AnyTagClassName
{
color: #C11892;
}
</style>
background-color css
<style>
a { background-color: #C11892; }
a { background-color: rgb(193,24,146); }
div.DivClassName
{
background-color: #C11892;
}
.BgClassName
{
background-color: #C11892;
}
</style>
border-color css
<style>
span { border-color: #C11892; }
span { border-color: rgb(193,24,146); }
td.TdClassName
{
border-color: #C11892;
}
.TagClassName
{
border-color: #C11892;
}
</style>