Shades of Medium Violet Red #C10BA1
Tints of Medium Violet Red #C10BA1
RGB
CMYK
RGB Variations
Color information
#C10BA1 (or 0xC10BA1) is known color: Medium Violet Red. HEX triplet: C1, 0B and A1. RGB value is (193,11,161). Sum of RGB (Red+Green+Blue) = 193+11+161=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 161 (63.28% from 255 or 44.11% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C10BA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10BA1 is #3EF45E. Grayscale: #525252. Windows color (decimal): -4125791 or 10554305. OLE color: 10554305.
HSL color Cylindrical-coordinate representation of color #C10BA1: hue angle of 310.55º 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 #C10BA1 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 11 | 161 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.24 |
| HSL | 310.55º | 0.89% | 0.4% | - |
| HSV(B) | 310.55º | 0.94% | 0.76% | - |
| XYZ | 28.55 | 14.15 | 34.94 | - |
| YUV | 82.52 | 172.3 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 11 | 161 | 0 | 0.94 | 0.17 | 0.24 | 310.55 | 0.89 | 0.4 |
| Hex | C1 | B | A1 | 0 | 5E | 11 | 18 | 137 | 59 | 28 |
| Octal | 301 | 13 | 241 | 0 | 136 | 21 | 30 | 467 | 131 | 50 |
| Binary | 11000001 | 1011 | 10100001 | 0 | 1011110 | 10001 | 11000 | 100110111 | 1011001 | 101000 |
Color Harmonies of #C10BA1
Complementary color
Monochromatic Colors of #C10BA1
Black with #C10BA1
Text Example
Text Example
White with #C10BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10BA1; }
p { color: rgb(193,11,161); }
H1.HeaderClassName
{
color: #C10BA1;
}
.AnyTagClassName
{
color: #C10BA1;
}
</style>
background-color css
<style>
a { background-color: #C10BA1; }
a { background-color: rgb(193,11,161); }
div.DivClassName
{
background-color: #C10BA1;
}
.BgClassName
{
background-color: #C10BA1;
}
</style>
border-color css
<style>
span { border-color: #C10BA1; }
span { border-color: rgb(193,11,161); }
td.TdClassName
{
border-color: #C10BA1;
}
.TagClassName
{
border-color: #C10BA1;
}
</style>