Shades of Medium Violet Red #C011A6
Tints of Medium Violet Red #C011A6
RGB
CMYK
RGB Variations
Color information
#C011A6 (or 0xC011A6) is known color: Medium Violet Red. HEX triplet: C0, 11 and A6. RGB value is (192,17,166). Sum of RGB (Red+Green+Blue) = 192+17+166=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 166 (65.23% from 255 or 44.27% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C011A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C011A6 is #3FEE59. Grayscale: #555555. Windows color (decimal): -4189786 or 10883520. OLE color: 10883520.
HSL color Cylindrical-coordinate representation of color #C011A6: hue angle of 308.91º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C011A6 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 166 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.25 |
| HSL | 308.91º | 0.84% | 0.41% | - |
| HSV(B) | 308.91º | 0.91% | 0.75% | - |
| XYZ | 28.82 | 14.36 | 37.33 | - |
| YUV | 86.31 | 172.98 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 166 | 0 | 0.91 | 0.14 | 0.25 | 308.91 | 0.84 | 0.41 |
| Hex | C0 | 11 | A6 | 0 | 5B | E | 19 | 135 | 54 | 29 |
| Octal | 300 | 21 | 246 | 0 | 133 | 16 | 31 | 465 | 124 | 51 |
| Binary | 11000000 | 10001 | 10100110 | 0 | 1011011 | 1110 | 11001 | 100110101 | 1010100 | 101001 |
Color Harmonies of #C011A6
Complementary color
Monochromatic Colors of #C011A6
Black with #C011A6
Text Example
Text Example
White with #C011A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C011A6; }
p { color: rgb(192,17,166); }
H1.HeaderClassName
{
color: #C011A6;
}
.AnyTagClassName
{
color: #C011A6;
}
</style>
background-color css
<style>
a { background-color: #C011A6; }
a { background-color: rgb(192,17,166); }
div.DivClassName
{
background-color: #C011A6;
}
.BgClassName
{
background-color: #C011A6;
}
</style>
border-color css
<style>
span { border-color: #C011A6; }
span { border-color: rgb(192,17,166); }
td.TdClassName
{
border-color: #C011A6;
}
.TagClassName
{
border-color: #C011A6;
}
</style>