Shades of Medium Violet Red #C10EA5
Tints of Medium Violet Red #C10EA5
RGB
CMYK
RGB Variations
Color information
#C10EA5 (or 0xC10EA5) is known color: Medium Violet Red. HEX triplet: C1, 0E and A5. RGB value is (193,14,165). Sum of RGB (Red+Green+Blue) = 193+14+165=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C10EA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10EA5 is #3EF15A. Grayscale: #545454. Windows color (decimal): -4125019 or 10817217. OLE color: 10817217.
HSL color Cylindrical-coordinate representation of color #C10EA5: hue angle of 309.39º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10EA5 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 165 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.24 |
| HSL | 309.39º | 0.86% | 0.41% | - |
| HSV(B) | 309.39º | 0.93% | 0.76% | - |
| XYZ | 28.94 | 14.37 | 36.85 | - |
| YUV | 84.74 | 173.3 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 165 | 0 | 0.93 | 0.15 | 0.24 | 309.39 | 0.86 | 0.41 |
| Hex | C1 | E | A5 | 0 | 5D | F | 18 | 135 | 56 | 29 |
| Octal | 301 | 16 | 245 | 0 | 135 | 17 | 30 | 465 | 126 | 51 |
| Binary | 11000001 | 1110 | 10100101 | 0 | 1011101 | 1111 | 11000 | 100110101 | 1010110 | 101001 |
Color Harmonies of #C10EA5
Complementary color
Monochromatic Colors of #C10EA5
Black with #C10EA5
Text Example
Text Example
White with #C10EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10EA5; }
p { color: rgb(193,14,165); }
H1.HeaderClassName
{
color: #C10EA5;
}
.AnyTagClassName
{
color: #C10EA5;
}
</style>
background-color css
<style>
a { background-color: #C10EA5; }
a { background-color: rgb(193,14,165); }
div.DivClassName
{
background-color: #C10EA5;
}
.BgClassName
{
background-color: #C10EA5;
}
</style>
border-color css
<style>
span { border-color: #C10EA5; }
span { border-color: rgb(193,14,165); }
td.TdClassName
{
border-color: #C10EA5;
}
.TagClassName
{
border-color: #C10EA5;
}
</style>