Shades of Medium Violet Red #C11768
Tints of Medium Violet Red #C11768
RGB
CMYK
RGB Variations
Color information
#C11768 (or 0xC11768) is known color: Medium Violet Red. HEX triplet: C1, 17 and 68. RGB value is (193,23,104). Sum of RGB (Red+Green+Blue) = 193+23+104=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C11768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11768 is #3EE897. Grayscale: #525252. Windows color (decimal): -4122776 or 6821825. OLE color: 6821825.
HSL color Cylindrical-coordinate representation of color #C11768: hue angle of 331.41º 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 #C11768 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 104 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.24 |
| HSL | 331.41º | 0.79% | 0.42% | - |
| HSV(B) | 331.41º | 0.88% | 0.76% | - |
| XYZ | 24.8 | 12.95 | 14.29 | - |
| YUV | 83.06 | 139.82 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 104 | 0 | 0.88 | 0.46 | 0.24 | 331.41 | 0.79 | 0.42 |
| Hex | C1 | 17 | 68 | 0 | 58 | 2E | 18 | 14B | 4F | 2A |
| Octal | 301 | 27 | 150 | 0 | 130 | 56 | 30 | 513 | 117 | 52 |
| Binary | 11000001 | 10111 | 1101000 | 0 | 1011000 | 101110 | 11000 | 101001011 | 1001111 | 101010 |
Color Harmonies of #C11768
Complementary color
Monochromatic Colors of #C11768
Black with #C11768
Text Example
Text Example
White with #C11768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11768; }
p { color: rgb(193,23,104); }
H1.HeaderClassName
{
color: #C11768;
}
.AnyTagClassName
{
color: #C11768;
}
</style>
background-color css
<style>
a { background-color: #C11768; }
a { background-color: rgb(193,23,104); }
div.DivClassName
{
background-color: #C11768;
}
.BgClassName
{
background-color: #C11768;
}
</style>
border-color css
<style>
span { border-color: #C11768; }
span { border-color: rgb(193,23,104); }
td.TdClassName
{
border-color: #C11768;
}
.TagClassName
{
border-color: #C11768;
}
</style>