Shades of Medium Violet Red #C10A6E
Tints of Medium Violet Red #C10A6E
RGB
CMYK
RGB Variations
Color information
#C10A6E (or 0xC10A6E) is known color: Medium Violet Red. HEX triplet: C1, 0A and 6E. RGB value is (193,10,110). Sum of RGB (Red+Green+Blue) = 193+10+110=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10A6E is #3EF591. Grayscale: #4B4B4B. Windows color (decimal): -4126098 or 7211713. OLE color: 7211713.
HSL color Cylindrical-coordinate representation of color #C10A6E: hue angle of 327.21º 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 #C10A6E is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 110 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.24 |
| HSL | 327.21º | 0.9% | 0.4% | - |
| HSV(B) | 327.21º | 0.95% | 0.76% | - |
| XYZ | 24.92 | 12.68 | 15.89 | - |
| YUV | 76.12 | 147.13 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 110 | 0 | 0.95 | 0.43 | 0.24 | 327.21 | 0.9 | 0.4 |
| Hex | C1 | A | 6E | 0 | 5F | 2B | 18 | 147 | 5A | 28 |
| Octal | 301 | 12 | 156 | 0 | 137 | 53 | 30 | 507 | 132 | 50 |
| Binary | 11000001 | 1010 | 1101110 | 0 | 1011111 | 101011 | 11000 | 101000111 | 1011010 | 101000 |
Color Harmonies of #C10A6E
Complementary color
Monochromatic Colors of #C10A6E
Black with #C10A6E
Text Example
Text Example
White with #C10A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A6E; }
p { color: rgb(193,10,110); }
H1.HeaderClassName
{
color: #C10A6E;
}
.AnyTagClassName
{
color: #C10A6E;
}
</style>
background-color css
<style>
a { background-color: #C10A6E; }
a { background-color: rgb(193,10,110); }
div.DivClassName
{
background-color: #C10A6E;
}
.BgClassName
{
background-color: #C10A6E;
}
</style>
border-color css
<style>
span { border-color: #C10A6E; }
span { border-color: rgb(193,10,110); }
td.TdClassName
{
border-color: #C10A6E;
}
.TagClassName
{
border-color: #C10A6E;
}
</style>