Shades of Medium Violet Red #C11FA8
Tints of Medium Violet Red #C11FA8
RGB
CMYK
RGB Variations
Color information
#C11FA8 (or 0xC11FA8) is known color: Medium Violet Red. HEX triplet: C1, 1F and A8. RGB value is (193,31,168). Sum of RGB (Red+Green+Blue) = 193+31+168=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C11FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C11FA8 is #3EE057. Grayscale: #5E5E5E. Windows color (decimal): -4120664 or 11018177. OLE color: 11018177.
HSL color Cylindrical-coordinate representation of color #C11FA8: hue angle of 309.26º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11FA8 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 31 | 168 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.24 |
| HSL | 309.26º | 0.72% | 0.44% | - |
| HSV(B) | 309.26º | 0.84% | 0.76% | - |
| XYZ | 29.55 | 15.14 | 38.41 | - |
| YUV | 95.06 | 169.17 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 31 | 168 | 0 | 0.84 | 0.13 | 0.24 | 309.26 | 0.72 | 0.44 |
| Hex | C1 | 1F | A8 | 0 | 54 | D | 18 | 135 | 48 | 2C |
| Octal | 301 | 37 | 250 | 0 | 124 | 15 | 30 | 465 | 110 | 54 |
| Binary | 11000001 | 11111 | 10101000 | 0 | 1010100 | 1101 | 11000 | 100110101 | 1001000 | 101100 |
Color Harmonies of #C11FA8
Complementary color
Monochromatic Colors of #C11FA8
Black with #C11FA8
Text Example
Text Example
White with #C11FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11FA8; }
p { color: rgb(193,31,168); }
H1.HeaderClassName
{
color: #C11FA8;
}
.AnyTagClassName
{
color: #C11FA8;
}
</style>
background-color css
<style>
a { background-color: #C11FA8; }
a { background-color: rgb(193,31,168); }
div.DivClassName
{
background-color: #C11FA8;
}
.BgClassName
{
background-color: #C11FA8;
}
</style>
border-color css
<style>
span { border-color: #C11FA8; }
span { border-color: rgb(193,31,168); }
td.TdClassName
{
border-color: #C11FA8;
}
.TagClassName
{
border-color: #C11FA8;
}
</style>