Shades of Medium Violet Red #C10078
Tints of Medium Violet Red #C10078
RGB
CMYK
RGB Variations
Color information
#C10078 (or 0xC10078) is known color: Medium Violet Red. HEX triplet: C1, 00 and 78. RGB value is (193,0,120). Sum of RGB (Red+Green+Blue) = 193+0+120=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C10078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10078 is #3EFF87. Grayscale: #474747. Windows color (decimal): -4128648 or 7864513. OLE color: 7864513.
HSL color Cylindrical-coordinate representation of color #C10078: hue angle of 322.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10078 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.38 | 0.24 |
| HSL | 322.69º | 1% | 0.38% | - |
| HSV(B) | 322.69º | 1% | 0.76% | - |
| XYZ | 25.38 | 12.69 | 18.88 | - |
| YUV | 71.39 | 155.44 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 0 | 120 | 0 | 1 | 0.38 | 0.24 | 322.69 | 1 | 0.38 |
| Hex | C1 | 0 | 78 | 0 | 64 | 26 | 18 | 143 | 64 | 26 |
| Octal | 301 | 0 | 170 | 0 | 144 | 46 | 30 | 503 | 144 | 46 |
| Binary | 11000001 | 0 | 1111000 | 0 | 1100100 | 100110 | 11000 | 101000011 | 1100100 | 100110 |
Color Harmonies of #C10078
Complementary color
Monochromatic Colors of #C10078
Black with #C10078
Text Example
Text Example
White with #C10078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10078; }
p { color: rgb(193,0,120); }
H1.HeaderClassName
{
color: #C10078;
}
.AnyTagClassName
{
color: #C10078;
}
</style>
background-color css
<style>
a { background-color: #C10078; }
a { background-color: rgb(193,0,120); }
div.DivClassName
{
background-color: #C10078;
}
.BgClassName
{
background-color: #C10078;
}
</style>
border-color css
<style>
span { border-color: #C10078; }
span { border-color: rgb(193,0,120); }
td.TdClassName
{
border-color: #C10078;
}
.TagClassName
{
border-color: #C10078;
}
</style>