Shades of Medium Violet Red #C10C78
Tints of Medium Violet Red #C10C78
RGB
CMYK
RGB Variations
Color information
#C10C78 (or 0xC10C78) is known color: Medium Violet Red. HEX triplet: C1, 0C and 78. RGB value is (193,12,120). Sum of RGB (Red+Green+Blue) = 193+12+120=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10C78 is #3EF387. Grayscale: #4E4E4E. Windows color (decimal): -4125576 or 7867585. OLE color: 7867585.
HSL color Cylindrical-coordinate representation of color #C10C78: hue angle of 324.2º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10C78 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 12 | 120 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.24 |
| HSL | 324.2º | 0.88% | 0.4% | - |
| HSV(B) | 324.2º | 0.94% | 0.76% | - |
| XYZ | 25.51 | 12.96 | 18.93 | - |
| YUV | 78.43 | 151.47 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 120 | 0 | 0.94 | 0.38 | 0.24 | 324.2 | 0.88 | 0.4 |
| Hex | C1 | C | 78 | 0 | 5E | 26 | 18 | 144 | 58 | 28 |
| Octal | 301 | 14 | 170 | 0 | 136 | 46 | 30 | 504 | 130 | 50 |
| Binary | 11000001 | 1100 | 1111000 | 0 | 1011110 | 100110 | 11000 | 101000100 | 1011000 | 101000 |
Color Harmonies of #C10C78
Complementary color
Monochromatic Colors of #C10C78
Black with #C10C78
Text Example
Text Example
White with #C10C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10C78; }
p { color: rgb(193,12,120); }
H1.HeaderClassName
{
color: #C10C78;
}
.AnyTagClassName
{
color: #C10C78;
}
</style>
background-color css
<style>
a { background-color: #C10C78; }
a { background-color: rgb(193,12,120); }
div.DivClassName
{
background-color: #C10C78;
}
.BgClassName
{
background-color: #C10C78;
}
</style>
border-color css
<style>
span { border-color: #C10C78; }
span { border-color: rgb(193,12,120); }
td.TdClassName
{
border-color: #C10C78;
}
.TagClassName
{
border-color: #C10C78;
}
</style>