Shades of Medium Red Violet #C03A79
Tints of Medium Red Violet #C03A79
RGB
CMYK
RGB Variations
Color information
#C03A79 (or 0xC03A79) is known color: Medium Red Violet. HEX triplet: C0, 3A and 79. RGB value is (192,58,121). Sum of RGB (Red+Green+Blue) = 192+58+121=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03A79 is #3FC586. Grayscale: #696969. Windows color (decimal): -4179335 or 7944896. OLE color: 7944896.
HSL color Cylindrical-coordinate representation of color #C03A79: hue angle of 331.79º 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 #C03A79 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 121 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.25 |
| HSL | 331.79º | 0.54% | 0.49% | - |
| HSV(B) | 331.79º | 0.7% | 0.75% | - |
| XYZ | 26.7 | 15.61 | 19.7 | - |
| YUV | 105.25 | 136.89 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 121 | 0 | 0.70 | 0.37 | 0.25 | 331.79 | 0.54 | 0.49 |
| Hex | C0 | 3A | 79 | 0 | 46 | 25 | 19 | 14C | 36 | 31 |
| Octal | 300 | 72 | 171 | 0 | 106 | 45 | 31 | 514 | 66 | 61 |
| Binary | 11000000 | 111010 | 1111001 | 0 | 1000110 | 100101 | 11001 | 101001100 | 110110 | 110001 |
Color Harmonies of #C03A79
Complementary color
Monochromatic Colors of #C03A79
Black with #C03A79
Text Example
Text Example
White with #C03A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A79; }
p { color: rgb(192,58,121); }
H1.HeaderClassName
{
color: #C03A79;
}
.AnyTagClassName
{
color: #C03A79;
}
</style>
background-color css
<style>
a { background-color: #C03A79; }
a { background-color: rgb(192,58,121); }
div.DivClassName
{
background-color: #C03A79;
}
.BgClassName
{
background-color: #C03A79;
}
</style>
border-color css
<style>
span { border-color: #C03A79; }
span { border-color: rgb(192,58,121); }
td.TdClassName
{
border-color: #C03A79;
}
.TagClassName
{
border-color: #C03A79;
}
</style>