Shades of Medium Violet Red #C11469
Tints of Medium Violet Red #C11469
RGB
CMYK
RGB Variations
Color information
#C11469 (or 0xC11469) is known color: Medium Violet Red. HEX triplet: C1, 14 and 69. RGB value is (193,20,105). Sum of RGB (Red+Green+Blue) = 193+20+105=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C11469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11469 is #3EEB96. Grayscale: #515151. Windows color (decimal): -4123543 or 6886593. OLE color: 6886593.
HSL color Cylindrical-coordinate representation of color #C11469: hue angle of 330.52º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11469 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 20 | 105 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.24 |
| HSL | 330.52º | 0.81% | 0.42% | - |
| HSV(B) | 330.52º | 0.9% | 0.76% | - |
| XYZ | 24.79 | 12.86 | 14.54 | - |
| YUV | 81.42 | 141.31 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 20 | 105 | 0 | 0.90 | 0.46 | 0.24 | 330.52 | 0.81 | 0.42 |
| Hex | C1 | 14 | 69 | 0 | 5A | 2E | 18 | 14B | 51 | 2A |
| Octal | 301 | 24 | 151 | 0 | 132 | 56 | 30 | 513 | 121 | 52 |
| Binary | 11000001 | 10100 | 1101001 | 0 | 1011010 | 101110 | 11000 | 101001011 | 1010001 | 101010 |
Color Harmonies of #C11469
Complementary color
Monochromatic Colors of #C11469
Black with #C11469
Text Example
Text Example
White with #C11469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11469; }
p { color: rgb(193,20,105); }
H1.HeaderClassName
{
color: #C11469;
}
.AnyTagClassName
{
color: #C11469;
}
</style>
background-color css
<style>
a { background-color: #C11469; }
a { background-color: rgb(193,20,105); }
div.DivClassName
{
background-color: #C11469;
}
.BgClassName
{
background-color: #C11469;
}
</style>
border-color css
<style>
span { border-color: #C11469; }
span { border-color: rgb(193,20,105); }
td.TdClassName
{
border-color: #C11469;
}
.TagClassName
{
border-color: #C11469;
}
</style>