Shades of Medium Violet Red #C010A6
Tints of Medium Violet Red #C010A6
RGB
CMYK
RGB Variations
Color information
#C010A6 (or 0xC010A6) is known color: Medium Violet Red. HEX triplet: C0, 10 and A6. RGB value is (192,16,166). Sum of RGB (Red+Green+Blue) = 192+16+166=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 166 (65.23% from 255 or 44.39% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C010A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C010A6 is #3FEF59. Grayscale: #555555. Windows color (decimal): -4190042 or 10883264. OLE color: 10883264.
HSL color Cylindrical-coordinate representation of color #C010A6: hue angle of 308.86º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C010A6 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 166 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.25 |
| HSL | 308.86º | 0.85% | 0.41% | - |
| HSV(B) | 308.86º | 0.92% | 0.75% | - |
| XYZ | 28.81 | 14.33 | 37.32 | - |
| YUV | 85.72 | 173.31 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 166 | 0 | 0.92 | 0.14 | 0.25 | 308.86 | 0.85 | 0.41 |
| Hex | C0 | 10 | A6 | 0 | 5C | E | 19 | 135 | 55 | 29 |
| Octal | 300 | 20 | 246 | 0 | 134 | 16 | 31 | 465 | 125 | 51 |
| Binary | 11000000 | 10000 | 10100110 | 0 | 1011100 | 1110 | 11001 | 100110101 | 1010101 | 101001 |
Color Harmonies of #C010A6
Complementary color
Monochromatic Colors of #C010A6
Black with #C010A6
Text Example
Text Example
White with #C010A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010A6; }
p { color: rgb(192,16,166); }
H1.HeaderClassName
{
color: #C010A6;
}
.AnyTagClassName
{
color: #C010A6;
}
</style>
background-color css
<style>
a { background-color: #C010A6; }
a { background-color: rgb(192,16,166); }
div.DivClassName
{
background-color: #C010A6;
}
.BgClassName
{
background-color: #C010A6;
}
</style>
border-color css
<style>
span { border-color: #C010A6; }
span { border-color: rgb(192,16,166); }
td.TdClassName
{
border-color: #C010A6;
}
.TagClassName
{
border-color: #C010A6;
}
</style>