Shades of Medium Red Violet #C73978
Tints of Medium Red Violet #C73978
RGB
CMYK
RGB Variations
Color information
#C73978 (or 0xC73978) is known color: Medium Red Violet. HEX triplet: C7, 39 and 78. RGB value is (199,57,120). Sum of RGB (Red+Green+Blue) = 199+57+120=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C73978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73978 is #38C687. Grayscale: #6A6A6A. Windows color (decimal): -3720840 or 7879111. OLE color: 7879111.
HSL color Cylindrical-coordinate representation of color #C73978: hue angle of 333.38º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73978 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 120 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.22 |
| HSL | 333.38º | 0.56% | 0.5% | - |
| HSV(B) | 333.38º | 0.71% | 0.78% | - |
| XYZ | 28.41 | 16.42 | 19.44 | - |
| YUV | 106.64 | 135.54 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 120 | 0 | 0.71 | 0.40 | 0.22 | 333.38 | 0.56 | 0.5 |
| Hex | C7 | 39 | 78 | 0 | 47 | 28 | 16 | 14D | 38 | 32 |
| Octal | 307 | 71 | 170 | 0 | 107 | 50 | 26 | 515 | 70 | 62 |
| Binary | 11000111 | 111001 | 1111000 | 0 | 1000111 | 101000 | 10110 | 101001101 | 111000 | 110010 |
Color Harmonies of #C73978
Complementary color
Monochromatic Colors of #C73978
Black with #C73978
Text Example
Text Example
White with #C73978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73978; }
p { color: rgb(199,57,120); }
H1.HeaderClassName
{
color: #C73978;
}
.AnyTagClassName
{
color: #C73978;
}
</style>
background-color css
<style>
a { background-color: #C73978; }
a { background-color: rgb(199,57,120); }
div.DivClassName
{
background-color: #C73978;
}
.BgClassName
{
background-color: #C73978;
}
</style>
border-color css
<style>
span { border-color: #C73978; }
span { border-color: rgb(199,57,120); }
td.TdClassName
{
border-color: #C73978;
}
.TagClassName
{
border-color: #C73978;
}
</style>