Shades of Medium Red Violet #C73882
Tints of Medium Red Violet #C73882
RGB
CMYK
RGB Variations
Color information
#C73882 (or 0xC73882) is known color: Medium Red Violet. HEX triplet: C7, 38 and 82. RGB value is (199,56,130). Sum of RGB (Red+Green+Blue) = 199+56+130=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C73882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73882 is #38C77D. Grayscale: #6B6B6B. Windows color (decimal): -3721086 or 8534215. OLE color: 8534215.
HSL color Cylindrical-coordinate representation of color #C73882: hue angle of 328.95º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C73882 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 130 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.22 |
| HSL | 328.95º | 0.56% | 0.5% | - |
| HSV(B) | 328.95º | 0.72% | 0.78% | - |
| XYZ | 29 | 16.58 | 22.79 | - |
| YUV | 107.19 | 140.88 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 130 | 0 | 0.72 | 0.35 | 0.22 | 328.95 | 0.56 | 0.5 |
| Hex | C7 | 38 | 82 | 0 | 48 | 23 | 16 | 149 | 38 | 32 |
| Octal | 307 | 70 | 202 | 0 | 110 | 43 | 26 | 511 | 70 | 62 |
| Binary | 11000111 | 111000 | 10000010 | 0 | 1001000 | 100011 | 10110 | 101001001 | 111000 | 110010 |
Color Harmonies of #C73882
Complementary color
Monochromatic Colors of #C73882
Black with #C73882
Text Example
Text Example
White with #C73882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73882; }
p { color: rgb(199,56,130); }
H1.HeaderClassName
{
color: #C73882;
}
.AnyTagClassName
{
color: #C73882;
}
</style>
background-color css
<style>
a { background-color: #C73882; }
a { background-color: rgb(199,56,130); }
div.DivClassName
{
background-color: #C73882;
}
.BgClassName
{
background-color: #C73882;
}
</style>
border-color css
<style>
span { border-color: #C73882; }
span { border-color: rgb(199,56,130); }
td.TdClassName
{
border-color: #C73882;
}
.TagClassName
{
border-color: #C73882;
}
</style>