Shades of Medium Red Violet #C73078
Tints of Medium Red Violet #C73078
RGB
CMYK
RGB Variations
Color information
#C73078 (or 0xC73078) is known color: Medium Red Violet. HEX triplet: C7, 30 and 78. RGB value is (199,48,120). Sum of RGB (Red+Green+Blue) = 199+48+120=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C73078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73078 is #38CF87. Grayscale: #656565. Windows color (decimal): -3723144 or 7876807. OLE color: 7876807.
HSL color Cylindrical-coordinate representation of color #C73078: hue angle of 331.39º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73078 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 120 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.22 |
| HSL | 331.39º | 0.61% | 0.48% | - |
| HSV(B) | 331.39º | 0.76% | 0.78% | - |
| XYZ | 28 | 15.61 | 19.31 | - |
| YUV | 101.36 | 138.53 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 120 | 0 | 0.76 | 0.40 | 0.22 | 331.39 | 0.61 | 0.48 |
| Hex | C7 | 30 | 78 | 0 | 4C | 28 | 16 | 14B | 3D | 30 |
| Octal | 307 | 60 | 170 | 0 | 114 | 50 | 26 | 513 | 75 | 60 |
| Binary | 11000111 | 110000 | 1111000 | 0 | 1001100 | 101000 | 10110 | 101001011 | 111101 | 110000 |
Color Harmonies of #C73078
Complementary color
Monochromatic Colors of #C73078
Black with #C73078
Text Example
Text Example
White with #C73078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73078; }
p { color: rgb(199,48,120); }
H1.HeaderClassName
{
color: #C73078;
}
.AnyTagClassName
{
color: #C73078;
}
</style>
background-color css
<style>
a { background-color: #C73078; }
a { background-color: rgb(199,48,120); }
div.DivClassName
{
background-color: #C73078;
}
.BgClassName
{
background-color: #C73078;
}
</style>
border-color css
<style>
span { border-color: #C73078; }
span { border-color: rgb(199,48,120); }
td.TdClassName
{
border-color: #C73078;
}
.TagClassName
{
border-color: #C73078;
}
</style>