Shades of Medium Violet Red #C10AA6
Tints of Medium Violet Red #C10AA6
RGB
CMYK
RGB Variations
Color information
#C10AA6 (or 0xC10AA6) is known color: Medium Violet Red. HEX triplet: C1, 0A and A6. RGB value is (193,10,166). Sum of RGB (Red+Green+Blue) = 193+10+166=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 166 (65.23% from 255 or 44.99% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C10AA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10AA6 is #3EF559. Grayscale: #525252. Windows color (decimal): -4126042 or 10881729. OLE color: 10881729.
HSL color Cylindrical-coordinate representation of color #C10AA6: hue angle of 308.85º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10AA6 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 166 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.24 |
| HSL | 308.85º | 0.9% | 0.4% | - |
| HSV(B) | 308.85º | 0.95% | 0.76% | - |
| XYZ | 28.98 | 14.31 | 37.31 | - |
| YUV | 82.5 | 175.13 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 166 | 0 | 0.95 | 0.14 | 0.24 | 308.85 | 0.9 | 0.4 |
| Hex | C1 | A | A6 | 0 | 5F | E | 18 | 135 | 5A | 28 |
| Octal | 301 | 12 | 246 | 0 | 137 | 16 | 30 | 465 | 132 | 50 |
| Binary | 11000001 | 1010 | 10100110 | 0 | 1011111 | 1110 | 11000 | 100110101 | 1011010 | 101000 |
Color Harmonies of #C10AA6
Complementary color
Monochromatic Colors of #C10AA6
Black with #C10AA6
Text Example
Text Example
White with #C10AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10AA6; }
p { color: rgb(193,10,166); }
H1.HeaderClassName
{
color: #C10AA6;
}
.AnyTagClassName
{
color: #C10AA6;
}
</style>
background-color css
<style>
a { background-color: #C10AA6; }
a { background-color: rgb(193,10,166); }
div.DivClassName
{
background-color: #C10AA6;
}
.BgClassName
{
background-color: #C10AA6;
}
</style>
border-color css
<style>
span { border-color: #C10AA6; }
span { border-color: rgb(193,10,166); }
td.TdClassName
{
border-color: #C10AA6;
}
.TagClassName
{
border-color: #C10AA6;
}
</style>