Shades of Medium Violet Red #C10A78
Tints of Medium Violet Red #C10A78
RGB
CMYK
RGB Variations
Color information
#C10A78 (or 0xC10A78) is known color: Medium Violet Red. HEX triplet: C1, 0A and 78. RGB value is (193,10,120). Sum of RGB (Red+Green+Blue) = 193+10+120=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C10A78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10A78 is #3EF587. Grayscale: #4D4D4D. Windows color (decimal): -4126088 or 7867073. OLE color: 7867073.
HSL color Cylindrical-coordinate representation of color #C10A78: hue angle of 323.93º 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 #C10A78 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 10 | 120 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.24 |
| HSL | 323.93º | 0.9% | 0.4% | - |
| HSV(B) | 323.93º | 0.95% | 0.76% | - |
| XYZ | 25.49 | 12.91 | 18.92 | - |
| YUV | 77.26 | 152.13 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 10 | 120 | 0 | 0.95 | 0.38 | 0.24 | 323.93 | 0.9 | 0.4 |
| Hex | C1 | A | 78 | 0 | 5F | 26 | 18 | 144 | 5A | 28 |
| Octal | 301 | 12 | 170 | 0 | 137 | 46 | 30 | 504 | 132 | 50 |
| Binary | 11000001 | 1010 | 1111000 | 0 | 1011111 | 100110 | 11000 | 101000100 | 1011010 | 101000 |
Color Harmonies of #C10A78
Complementary color
Monochromatic Colors of #C10A78
Black with #C10A78
Text Example
Text Example
White with #C10A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10A78; }
p { color: rgb(193,10,120); }
H1.HeaderClassName
{
color: #C10A78;
}
.AnyTagClassName
{
color: #C10A78;
}
</style>
background-color css
<style>
a { background-color: #C10A78; }
a { background-color: rgb(193,10,120); }
div.DivClassName
{
background-color: #C10A78;
}
.BgClassName
{
background-color: #C10A78;
}
</style>
border-color css
<style>
span { border-color: #C10A78; }
span { border-color: rgb(193,10,120); }
td.TdClassName
{
border-color: #C10A78;
}
.TagClassName
{
border-color: #C10A78;
}
</style>