Shades of Medium Violet Red #C10BA2
Tints of Medium Violet Red #C10BA2
RGB
CMYK
RGB Variations
Color information
#C10BA2 (or 0xC10BA2) is known color: Medium Violet Red. HEX triplet: C1, 0B and A2. RGB value is (193,11,162). Sum of RGB (Red+Green+Blue) = 193+11+162=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C10BA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10BA2 is #3EF45D. Grayscale: #525252. Windows color (decimal): -4125790 or 10619841. OLE color: 10619841.
HSL color Cylindrical-coordinate representation of color #C10BA2: hue angle of 310.22º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10BA2 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 162 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.24 |
| HSL | 310.22º | 0.89% | 0.4% | - |
| HSV(B) | 310.22º | 0.94% | 0.76% | - |
| XYZ | 28.63 | 14.19 | 35.41 | - |
| YUV | 82.63 | 172.8 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 162 | 0 | 0.94 | 0.16 | 0.24 | 310.22 | 0.89 | 0.4 |
| Hex | C1 | B | A2 | 0 | 5E | 10 | 18 | 136 | 59 | 28 |
| Octal | 301 | 13 | 242 | 0 | 136 | 20 | 30 | 466 | 131 | 50 |
| Binary | 11000001 | 1011 | 10100010 | 0 | 1011110 | 10000 | 11000 | 100110110 | 1011001 | 101000 |
Color Harmonies of #C10BA2
Complementary color
Monochromatic Colors of #C10BA2
Black with #C10BA2
Text Example
Text Example
White with #C10BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10BA2; }
p { color: rgb(193,11,162); }
H1.HeaderClassName
{
color: #C10BA2;
}
.AnyTagClassName
{
color: #C10BA2;
}
</style>
background-color css
<style>
a { background-color: #C10BA2; }
a { background-color: rgb(193,11,162); }
div.DivClassName
{
background-color: #C10BA2;
}
.BgClassName
{
background-color: #C10BA2;
}
</style>
border-color css
<style>
span { border-color: #C10BA2; }
span { border-color: rgb(193,11,162); }
td.TdClassName
{
border-color: #C10BA2;
}
.TagClassName
{
border-color: #C10BA2;
}
</style>