Shades of Medium Red Violet #C03A77
Tints of Medium Red Violet #C03A77
RGB
CMYK
RGB Variations
Color information
#C03A77 (or 0xC03A77) is known color: Medium Red Violet. HEX triplet: C0, 3A and 77. RGB value is (192,58,119). Sum of RGB (Red+Green+Blue) = 192+58+119=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03A77 is #3FC588. Grayscale: #686868. Windows color (decimal): -4179337 or 7813824. OLE color: 7813824.
HSL color Cylindrical-coordinate representation of color #C03A77: hue angle of 332.69º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03A77 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 119 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.25 |
| HSL | 332.69º | 0.54% | 0.49% | - |
| HSV(B) | 332.69º | 0.7% | 0.75% | - |
| XYZ | 26.58 | 15.56 | 19.06 | - |
| YUV | 105.02 | 135.89 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 119 | 0 | 0.70 | 0.38 | 0.25 | 332.69 | 0.54 | 0.49 |
| Hex | C0 | 3A | 77 | 0 | 46 | 26 | 19 | 14D | 36 | 31 |
| Octal | 300 | 72 | 167 | 0 | 106 | 46 | 31 | 515 | 66 | 61 |
| Binary | 11000000 | 111010 | 1110111 | 0 | 1000110 | 100110 | 11001 | 101001101 | 110110 | 110001 |
Color Harmonies of #C03A77
Complementary color
Monochromatic Colors of #C03A77
Black with #C03A77
Text Example
Text Example
White with #C03A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A77; }
p { color: rgb(192,58,119); }
H1.HeaderClassName
{
color: #C03A77;
}
.AnyTagClassName
{
color: #C03A77;
}
</style>
background-color css
<style>
a { background-color: #C03A77; }
a { background-color: rgb(192,58,119); }
div.DivClassName
{
background-color: #C03A77;
}
.BgClassName
{
background-color: #C03A77;
}
</style>
border-color css
<style>
span { border-color: #C03A77; }
span { border-color: rgb(192,58,119); }
td.TdClassName
{
border-color: #C03A77;
}
.TagClassName
{
border-color: #C03A77;
}
</style>