Shades of Medium Violet Red #C10A80
Tints of Medium Violet Red #C10A80
RGB
CMYK
RGB Variations
Color information
#C10A80 (or 0xC10A80) is known color: Medium Violet Red. HEX triplet: C1, 0A and 80. RGB value is (193,10,128). Sum of RGB (Red+Green+Blue) = 193+10+128=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10A80 is #3EF57F. Grayscale: #4D4D4D. Windows color (decimal): -4126080 or 8391361. OLE color: 8391361.
HSL color Cylindrical-coordinate representation of color #C10A80: hue angle of 321.31º 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 #C10A80 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 128 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.24 |
| HSL | 321.31º | 0.9% | 0.4% | - |
| HSV(B) | 321.31º | 0.95% | 0.76% | - |
| XYZ | 26 | 13.11 | 21.58 | - |
| YUV | 78.17 | 156.13 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 128 | 0 | 0.95 | 0.34 | 0.24 | 321.31 | 0.9 | 0.4 |
| Hex | C1 | A | 80 | 0 | 5F | 22 | 18 | 141 | 5A | 28 |
| Octal | 301 | 12 | 200 | 0 | 137 | 42 | 30 | 501 | 132 | 50 |
| Binary | 11000001 | 1010 | 10000000 | 0 | 1011111 | 100010 | 11000 | 101000001 | 1011010 | 101000 |
Color Harmonies of #C10A80
Complementary color
Monochromatic Colors of #C10A80
Black with #C10A80
Text Example
Text Example
White with #C10A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A80; }
p { color: rgb(193,10,128); }
H1.HeaderClassName
{
color: #C10A80;
}
.AnyTagClassName
{
color: #C10A80;
}
</style>
background-color css
<style>
a { background-color: #C10A80; }
a { background-color: rgb(193,10,128); }
div.DivClassName
{
background-color: #C10A80;
}
.BgClassName
{
background-color: #C10A80;
}
</style>
border-color css
<style>
span { border-color: #C10A80; }
span { border-color: rgb(193,10,128); }
td.TdClassName
{
border-color: #C10A80;
}
.TagClassName
{
border-color: #C10A80;
}
</style>