Shades of Medium Violet Red #C10AA5
Tints of Medium Violet Red #C10AA5
RGB
CMYK
RGB Variations
Color information
#C10AA5 (or 0xC10AA5) is known color: Medium Violet Red. HEX triplet: C1, 0A and A5. RGB value is (193,10,165). Sum of RGB (Red+Green+Blue) = 193+10+165=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 10 (4.30% from 255 or 2.72% from 368); Blue value is 165 (64.84% from 255 or 44.84% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C10AA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10AA5 is #3EF55A. Grayscale: #515151. Windows color (decimal): -4126043 or 10816193. OLE color: 10816193.
HSL color Cylindrical-coordinate representation of color #C10AA5: hue angle of 309.18º 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 #C10AA5 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 165 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.24 |
| HSL | 309.18º | 0.9% | 0.4% | - |
| HSV(B) | 309.18º | 0.95% | 0.76% | - |
| XYZ | 28.89 | 14.27 | 36.83 | - |
| YUV | 82.39 | 174.63 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 165 | 0 | 0.95 | 0.15 | 0.24 | 309.18 | 0.9 | 0.4 |
| Hex | C1 | A | A5 | 0 | 5F | F | 18 | 135 | 5A | 28 |
| Octal | 301 | 12 | 245 | 0 | 137 | 17 | 30 | 465 | 132 | 50 |
| Binary | 11000001 | 1010 | 10100101 | 0 | 1011111 | 1111 | 11000 | 100110101 | 1011010 | 101000 |
Color Harmonies of #C10AA5
Complementary color
Monochromatic Colors of #C10AA5
Black with #C10AA5
Text Example
Text Example
White with #C10AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10AA5; }
p { color: rgb(193,10,165); }
H1.HeaderClassName
{
color: #C10AA5;
}
.AnyTagClassName
{
color: #C10AA5;
}
</style>
background-color css
<style>
a { background-color: #C10AA5; }
a { background-color: rgb(193,10,165); }
div.DivClassName
{
background-color: #C10AA5;
}
.BgClassName
{
background-color: #C10AA5;
}
</style>
border-color css
<style>
span { border-color: #C10AA5; }
span { border-color: rgb(193,10,165); }
td.TdClassName
{
border-color: #C10AA5;
}
.TagClassName
{
border-color: #C10AA5;
}
</style>