Shades of Medium Red Violet #C73479
Tints of Medium Red Violet #C73479
RGB
CMYK
RGB Variations
Color information
#C73479 (or 0xC73479) is known color: Medium Red Violet. HEX triplet: C7, 34 and 79. RGB value is (199,52,121). Sum of RGB (Red+Green+Blue) = 199+52+121=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C73479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73479 is #38CB86. Grayscale: #676767. Windows color (decimal): -3722119 or 7943367. OLE color: 7943367.
HSL color Cylindrical-coordinate representation of color #C73479: hue angle of 331.84º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73479 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 121 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.22 |
| HSL | 331.84º | 0.59% | 0.49% | - |
| HSV(B) | 331.84º | 0.74% | 0.78% | - |
| XYZ | 28.23 | 15.98 | 19.69 | - |
| YUV | 103.82 | 137.7 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 121 | 0 | 0.74 | 0.39 | 0.22 | 331.84 | 0.59 | 0.49 |
| Hex | C7 | 34 | 79 | 0 | 4A | 27 | 16 | 14C | 3B | 31 |
| Octal | 307 | 64 | 171 | 0 | 112 | 47 | 26 | 514 | 73 | 61 |
| Binary | 11000111 | 110100 | 1111001 | 0 | 1001010 | 100111 | 10110 | 101001100 | 111011 | 110001 |
Color Harmonies of #C73479
Complementary color
Monochromatic Colors of #C73479
Black with #C73479
Text Example
Text Example
White with #C73479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73479; }
p { color: rgb(199,52,121); }
H1.HeaderClassName
{
color: #C73479;
}
.AnyTagClassName
{
color: #C73479;
}
</style>
background-color css
<style>
a { background-color: #C73479; }
a { background-color: rgb(199,52,121); }
div.DivClassName
{
background-color: #C73479;
}
.BgClassName
{
background-color: #C73479;
}
</style>
border-color css
<style>
span { border-color: #C73479; }
span { border-color: rgb(199,52,121); }
td.TdClassName
{
border-color: #C73479;
}
.TagClassName
{
border-color: #C73479;
}
</style>