Shades of Medium Red Violet #C73380
Tints of Medium Red Violet #C73380
RGB
CMYK
RGB Variations
Color information
#C73380 (or 0xC73380) is known color: Medium Red Violet. HEX triplet: C7, 33 and 80. RGB value is (199,51,128). Sum of RGB (Red+Green+Blue) = 199+51+128=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C73380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73380 is #38CC7F. Grayscale: #676767. Windows color (decimal): -3722368 or 8401863. OLE color: 8401863.
HSL color Cylindrical-coordinate representation of color #C73380: hue angle of 328.78º 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 #C73380 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 51 | 128 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.22 |
| HSL | 328.78º | 0.59% | 0.49% | - |
| HSV(B) | 328.78º | 0.74% | 0.78% | - |
| XYZ | 28.63 | 16.07 | 22.01 | - |
| YUV | 104.03 | 141.53 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 128 | 0 | 0.74 | 0.36 | 0.22 | 328.78 | 0.59 | 0.49 |
| Hex | C7 | 33 | 80 | 0 | 4A | 24 | 16 | 149 | 3B | 31 |
| Octal | 307 | 63 | 200 | 0 | 112 | 44 | 26 | 511 | 73 | 61 |
| Binary | 11000111 | 110011 | 10000000 | 0 | 1001010 | 100100 | 10110 | 101001001 | 111011 | 110001 |
Color Harmonies of #C73380
Complementary color
Monochromatic Colors of #C73380
Black with #C73380
Text Example
Text Example
White with #C73380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73380; }
p { color: rgb(199,51,128); }
H1.HeaderClassName
{
color: #C73380;
}
.AnyTagClassName
{
color: #C73380;
}
</style>
background-color css
<style>
a { background-color: #C73380; }
a { background-color: rgb(199,51,128); }
div.DivClassName
{
background-color: #C73380;
}
.BgClassName
{
background-color: #C73380;
}
</style>
border-color css
<style>
span { border-color: #C73380; }
span { border-color: rgb(199,51,128); }
td.TdClassName
{
border-color: #C73380;
}
.TagClassName
{
border-color: #C73380;
}
</style>