Shades of Medium Violet Red #C11769
Tints of Medium Violet Red #C11769
RGB
CMYK
RGB Variations
Color information
#C11769 (or 0xC11769) is known color: Medium Violet Red. HEX triplet: C1, 17 and 69. RGB value is (193,23,105). Sum of RGB (Red+Green+Blue) = 193+23+105=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C11769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11769 is #3EE896. Grayscale: #535353. Windows color (decimal): -4122775 or 6887361. OLE color: 6887361.
HSL color Cylindrical-coordinate representation of color #C11769: hue angle of 331.06º 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 #C11769 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 105 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.24 |
| HSL | 331.06º | 0.79% | 0.42% | - |
| HSV(B) | 331.06º | 0.88% | 0.76% | - |
| XYZ | 24.85 | 12.97 | 14.56 | - |
| YUV | 83.18 | 140.32 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 105 | 0 | 0.88 | 0.46 | 0.24 | 331.06 | 0.79 | 0.42 |
| Hex | C1 | 17 | 69 | 0 | 58 | 2E | 18 | 14B | 4F | 2A |
| Octal | 301 | 27 | 151 | 0 | 130 | 56 | 30 | 513 | 117 | 52 |
| Binary | 11000001 | 10111 | 1101001 | 0 | 1011000 | 101110 | 11000 | 101001011 | 1001111 | 101010 |
Color Harmonies of #C11769
Complementary color
Monochromatic Colors of #C11769
Black with #C11769
Text Example
Text Example
White with #C11769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11769; }
p { color: rgb(193,23,105); }
H1.HeaderClassName
{
color: #C11769;
}
.AnyTagClassName
{
color: #C11769;
}
</style>
background-color css
<style>
a { background-color: #C11769; }
a { background-color: rgb(193,23,105); }
div.DivClassName
{
background-color: #C11769;
}
.BgClassName
{
background-color: #C11769;
}
</style>
border-color css
<style>
span { border-color: #C11769; }
span { border-color: rgb(193,23,105); }
td.TdClassName
{
border-color: #C11769;
}
.TagClassName
{
border-color: #C11769;
}
</style>