Shades of Medium Red Violet #C03979
Tints of Medium Red Violet #C03979
RGB
CMYK
RGB Variations
Color information
#C03979 (or 0xC03979) is known color: Medium Red Violet. HEX triplet: C0, 39 and 79. RGB value is (192,57,121). Sum of RGB (Red+Green+Blue) = 192+57+121=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C03979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03979 is #3FC686. Grayscale: #686868. Windows color (decimal): -4179591 or 7944640. OLE color: 7944640.
HSL color Cylindrical-coordinate representation of color #C03979: hue angle of 331.56º 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 #C03979 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 121 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.25 |
| HSL | 331.56º | 0.54% | 0.49% | - |
| HSV(B) | 331.56º | 0.7% | 0.75% | - |
| XYZ | 26.65 | 15.51 | 19.68 | - |
| YUV | 104.66 | 137.23 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 121 | 0 | 0.70 | 0.37 | 0.25 | 331.56 | 0.54 | 0.49 |
| Hex | C0 | 39 | 79 | 0 | 46 | 25 | 19 | 14C | 36 | 31 |
| Octal | 300 | 71 | 171 | 0 | 106 | 45 | 31 | 514 | 66 | 61 |
| Binary | 11000000 | 111001 | 1111001 | 0 | 1000110 | 100101 | 11001 | 101001100 | 110110 | 110001 |
Color Harmonies of #C03979
Complementary color
Monochromatic Colors of #C03979
Black with #C03979
Text Example
Text Example
White with #C03979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03979; }
p { color: rgb(192,57,121); }
H1.HeaderClassName
{
color: #C03979;
}
.AnyTagClassName
{
color: #C03979;
}
</style>
background-color css
<style>
a { background-color: #C03979; }
a { background-color: rgb(192,57,121); }
div.DivClassName
{
background-color: #C03979;
}
.BgClassName
{
background-color: #C03979;
}
</style>
border-color css
<style>
span { border-color: #C03979; }
span { border-color: rgb(192,57,121); }
td.TdClassName
{
border-color: #C03979;
}
.TagClassName
{
border-color: #C03979;
}
</style>