Shades of Medium Violet Red #C11875
Tints of Medium Violet Red #C11875
RGB
CMYK
RGB Variations
Color information
#C11875 (or 0xC11875) is known color: Medium Violet Red. HEX triplet: C1, 18 and 75. RGB value is (193,24,117). Sum of RGB (Red+Green+Blue) = 193+24+117=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C11875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11875 is #3EE78A. Grayscale: #545454. Windows color (decimal): -4122507 or 7674049. OLE color: 7674049.
HSL color Cylindrical-coordinate representation of color #C11875: hue angle of 326.98º 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 #C11875 is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 24 | 117 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.24 |
| HSL | 326.98º | 0.78% | 0.43% | - |
| HSV(B) | 326.98º | 0.88% | 0.76% | - |
| XYZ | 25.53 | 13.28 | 18.05 | - |
| YUV | 85.13 | 145.99 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 24 | 117 | 0 | 0.88 | 0.39 | 0.24 | 326.98 | 0.78 | 0.43 |
| Hex | C1 | 18 | 75 | 0 | 58 | 27 | 18 | 147 | 4E | 2B |
| Octal | 301 | 30 | 165 | 0 | 130 | 47 | 30 | 507 | 116 | 53 |
| Binary | 11000001 | 11000 | 1110101 | 0 | 1011000 | 100111 | 11000 | 101000111 | 1001110 | 101011 |
Color Harmonies of #C11875
Complementary color
Monochromatic Colors of #C11875
Black with #C11875
Text Example
Text Example
White with #C11875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11875; }
p { color: rgb(193,24,117); }
H1.HeaderClassName
{
color: #C11875;
}
.AnyTagClassName
{
color: #C11875;
}
</style>
background-color css
<style>
a { background-color: #C11875; }
a { background-color: rgb(193,24,117); }
div.DivClassName
{
background-color: #C11875;
}
.BgClassName
{
background-color: #C11875;
}
</style>
border-color css
<style>
span { border-color: #C11875; }
span { border-color: rgb(193,24,117); }
td.TdClassName
{
border-color: #C11875;
}
.TagClassName
{
border-color: #C11875;
}
</style>