Shades of Medium Violet Red #C11774
Tints of Medium Violet Red #C11774
RGB
CMYK
RGB Variations
Color information
#C11774 (or 0xC11774) is known color: Medium Violet Red. HEX triplet: C1, 17 and 74. RGB value is (193,23,116). Sum of RGB (Red+Green+Blue) = 193+23+116=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C11774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11774 is #3EE88B. Grayscale: #545454. Windows color (decimal): -4122764 or 7608257. OLE color: 7608257.
HSL color Cylindrical-coordinate representation of color #C11774: hue angle of 327.18º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11774 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 116 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.24 |
| HSL | 327.18º | 0.79% | 0.42% | - |
| HSV(B) | 327.18º | 0.88% | 0.76% | - |
| XYZ | 25.45 | 13.21 | 17.73 | - |
| YUV | 84.43 | 145.82 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 116 | 0 | 0.88 | 0.40 | 0.24 | 327.18 | 0.79 | 0.42 |
| Hex | C1 | 17 | 74 | 0 | 58 | 28 | 18 | 147 | 4F | 2A |
| Octal | 301 | 27 | 164 | 0 | 130 | 50 | 30 | 507 | 117 | 52 |
| Binary | 11000001 | 10111 | 1110100 | 0 | 1011000 | 101000 | 11000 | 101000111 | 1001111 | 101010 |
Color Harmonies of #C11774
Complementary color
Monochromatic Colors of #C11774
Black with #C11774
Text Example
Text Example
White with #C11774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11774; }
p { color: rgb(193,23,116); }
H1.HeaderClassName
{
color: #C11774;
}
.AnyTagClassName
{
color: #C11774;
}
</style>
background-color css
<style>
a { background-color: #C11774; }
a { background-color: rgb(193,23,116); }
div.DivClassName
{
background-color: #C11774;
}
.BgClassName
{
background-color: #C11774;
}
</style>
border-color css
<style>
span { border-color: #C11774; }
span { border-color: rgb(193,23,116); }
td.TdClassName
{
border-color: #C11774;
}
.TagClassName
{
border-color: #C11774;
}
</style>