Shades of Medium Violet Red #C10A7C
Tints of Medium Violet Red #C10A7C
RGB
CMYK
RGB Variations
Color information
#C10A7C (or 0xC10A7C) is known color: Medium Violet Red. HEX triplet: C1, 0A and 7C. RGB value is (193,10,124). Sum of RGB (Red+Green+Blue) = 193+10+124=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10A7C is #3EF583. Grayscale: #4D4D4D. Windows color (decimal): -4126084 or 8129217. OLE color: 8129217.
HSL color Cylindrical-coordinate representation of color #C10A7C: hue angle of 322.62º 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 #C10A7C is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 124 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.24 |
| HSL | 322.62º | 0.9% | 0.4% | - |
| HSV(B) | 322.62º | 0.95% | 0.76% | - |
| XYZ | 25.74 | 13.01 | 20.22 | - |
| YUV | 77.71 | 154.13 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 124 | 0 | 0.95 | 0.36 | 0.24 | 322.62 | 0.9 | 0.4 |
| Hex | C1 | A | 7C | 0 | 5F | 24 | 18 | 143 | 5A | 28 |
| Octal | 301 | 12 | 174 | 0 | 137 | 44 | 30 | 503 | 132 | 50 |
| Binary | 11000001 | 1010 | 1111100 | 0 | 1011111 | 100100 | 11000 | 101000011 | 1011010 | 101000 |
Color Harmonies of #C10A7C
Complementary color
Monochromatic Colors of #C10A7C
Black with #C10A7C
Text Example
Text Example
White with #C10A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A7C; }
p { color: rgb(193,10,124); }
H1.HeaderClassName
{
color: #C10A7C;
}
.AnyTagClassName
{
color: #C10A7C;
}
</style>
background-color css
<style>
a { background-color: #C10A7C; }
a { background-color: rgb(193,10,124); }
div.DivClassName
{
background-color: #C10A7C;
}
.BgClassName
{
background-color: #C10A7C;
}
</style>
border-color css
<style>
span { border-color: #C10A7C; }
span { border-color: rgb(193,10,124); }
td.TdClassName
{
border-color: #C10A7C;
}
.TagClassName
{
border-color: #C10A7C;
}
</style>