Shades of Medium Violet Red #C111A5
Tints of Medium Violet Red #C111A5
RGB
CMYK
RGB Variations
Color information
#C111A5 (or 0xC111A5) is known color: Medium Violet Red. HEX triplet: C1, 11 and A5. RGB value is (193,17,165). Sum of RGB (Red+Green+Blue) = 193+17+165=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C111A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C111A5 is #3EEE5A. Grayscale: #565656. Windows color (decimal): -4124251 or 10817985. OLE color: 10817985.
HSL color Cylindrical-coordinate representation of color #C111A5: hue angle of 309.55º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C111A5 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 17 | 165 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.24 |
| HSL | 309.55º | 0.84% | 0.41% | - |
| HSV(B) | 309.55º | 0.91% | 0.76% | - |
| XYZ | 28.98 | 14.45 | 36.86 | - |
| YUV | 86.5 | 172.31 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 165 | 0 | 0.91 | 0.15 | 0.24 | 309.55 | 0.84 | 0.41 |
| Hex | C1 | 11 | A5 | 0 | 5B | F | 18 | 136 | 54 | 29 |
| Octal | 301 | 21 | 245 | 0 | 133 | 17 | 30 | 466 | 124 | 51 |
| Binary | 11000001 | 10001 | 10100101 | 0 | 1011011 | 1111 | 11000 | 100110110 | 1010100 | 101001 |
Color Harmonies of #C111A5
Complementary color
Monochromatic Colors of #C111A5
Black with #C111A5
Text Example
Text Example
White with #C111A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C111A5; }
p { color: rgb(193,17,165); }
H1.HeaderClassName
{
color: #C111A5;
}
.AnyTagClassName
{
color: #C111A5;
}
</style>
background-color css
<style>
a { background-color: #C111A5; }
a { background-color: rgb(193,17,165); }
div.DivClassName
{
background-color: #C111A5;
}
.BgClassName
{
background-color: #C111A5;
}
</style>
border-color css
<style>
span { border-color: #C111A5; }
span { border-color: rgb(193,17,165); }
td.TdClassName
{
border-color: #C111A5;
}
.TagClassName
{
border-color: #C111A5;
}
</style>