Shades of Medium Red Violet #C73592
Tints of Medium Red Violet #C73592
RGB
CMYK
RGB Variations
Color information
#C73592 (or 0xC73592) is known color: Medium Red Violet. HEX triplet: C7, 35 and 92. RGB value is (199,53,146). Sum of RGB (Red+Green+Blue) = 199+53+146=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C73592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73592 is #38CA6D. Grayscale: #6B6B6B. Windows color (decimal): -3721838 or 9582023. OLE color: 9582023.
HSL color Cylindrical-coordinate representation of color #C73592: hue angle of 321.78º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73592 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 146 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.22 |
| HSL | 321.78º | 0.58% | 0.49% | - |
| HSV(B) | 321.78º | 0.73% | 0.78% | - |
| XYZ | 30.01 | 16.76 | 28.85 | - |
| YUV | 107.26 | 149.87 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 146 | 0 | 0.73 | 0.27 | 0.22 | 321.78 | 0.58 | 0.49 |
| Hex | C7 | 35 | 92 | 0 | 49 | 1B | 16 | 142 | 3A | 31 |
| Octal | 307 | 65 | 222 | 0 | 111 | 33 | 26 | 502 | 72 | 61 |
| Binary | 11000111 | 110101 | 10010010 | 0 | 1001001 | 11011 | 10110 | 101000010 | 111010 | 110001 |
Color Harmonies of #C73592
Complementary color
Monochromatic Colors of #C73592
Black with #C73592
Text Example
Text Example
White with #C73592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73592; }
p { color: rgb(199,53,146); }
H1.HeaderClassName
{
color: #C73592;
}
.AnyTagClassName
{
color: #C73592;
}
</style>
background-color css
<style>
a { background-color: #C73592; }
a { background-color: rgb(199,53,146); }
div.DivClassName
{
background-color: #C73592;
}
.BgClassName
{
background-color: #C73592;
}
</style>
border-color css
<style>
span { border-color: #C73592; }
span { border-color: rgb(199,53,146); }
td.TdClassName
{
border-color: #C73592;
}
.TagClassName
{
border-color: #C73592;
}
</style>