Shades of Medium Red Violet #C03978
Tints of Medium Red Violet #C03978
RGB
CMYK
RGB Variations
Color information
#C03978 (or 0xC03978) is known color: Medium Red Violet. HEX triplet: C0, 39 and 78. RGB value is (192,57,120). Sum of RGB (Red+Green+Blue) = 192+57+120=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C03978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03978 is #3FC687. Grayscale: #686868. Windows color (decimal): -4179592 or 7879104. OLE color: 7879104.
HSL color Cylindrical-coordinate representation of color #C03978: hue angle of 332º 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 #C03978 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 120 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.25 |
| HSL | 332º | 0.54% | 0.49% | - |
| HSV(B) | 332º | 0.7% | 0.75% | - |
| XYZ | 26.59 | 15.49 | 19.36 | - |
| YUV | 104.55 | 136.73 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 120 | 0 | 0.70 | 0.38 | 0.25 | 332 | 0.54 | 0.49 |
| Hex | C0 | 39 | 78 | 0 | 46 | 26 | 19 | 14C | 36 | 31 |
| Octal | 300 | 71 | 170 | 0 | 106 | 46 | 31 | 514 | 66 | 61 |
| Binary | 11000000 | 111001 | 1111000 | 0 | 1000110 | 100110 | 11001 | 101001100 | 110110 | 110001 |
Color Harmonies of #C03978
Complementary color
Monochromatic Colors of #C03978
Black with #C03978
Text Example
Text Example
White with #C03978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03978; }
p { color: rgb(192,57,120); }
H1.HeaderClassName
{
color: #C03978;
}
.AnyTagClassName
{
color: #C03978;
}
</style>
background-color css
<style>
a { background-color: #C03978; }
a { background-color: rgb(192,57,120); }
div.DivClassName
{
background-color: #C03978;
}
.BgClassName
{
background-color: #C03978;
}
</style>
border-color css
<style>
span { border-color: #C03978; }
span { border-color: rgb(192,57,120); }
td.TdClassName
{
border-color: #C03978;
}
.TagClassName
{
border-color: #C03978;
}
</style>