Shades of Medium Red Violet #C73698
Tints of Medium Red Violet #C73698
RGB
CMYK
RGB Variations
Color information
#C73698 (or 0xC73698) is known color: Medium Red Violet. HEX triplet: C7, 36 and 98. RGB value is (199,54,152). Sum of RGB (Red+Green+Blue) = 199+54+152=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C73698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73698 is #38C967. Grayscale: #6C6C6C. Windows color (decimal): -3721576 or 9975495. OLE color: 9975495.
HSL color Cylindrical-coordinate representation of color #C73698: hue angle of 319.45º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73698 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 54 | 152 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.22 |
| HSL | 319.45º | 0.57% | 0.5% | - |
| HSV(B) | 319.45º | 0.73% | 0.78% | - |
| XYZ | 30.54 | 17.05 | 31.39 | - |
| YUV | 108.53 | 152.54 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 152 | 0 | 0.73 | 0.24 | 0.22 | 319.45 | 0.57 | 0.5 |
| Hex | C7 | 36 | 98 | 0 | 49 | 18 | 16 | 13F | 39 | 32 |
| Octal | 307 | 66 | 230 | 0 | 111 | 30 | 26 | 477 | 71 | 62 |
| Binary | 11000111 | 110110 | 10011000 | 0 | 1001001 | 11000 | 10110 | 100111111 | 111001 | 110010 |
Color Harmonies of #C73698
Complementary color
Monochromatic Colors of #C73698
Black with #C73698
Text Example
Text Example
White with #C73698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73698; }
p { color: rgb(199,54,152); }
H1.HeaderClassName
{
color: #C73698;
}
.AnyTagClassName
{
color: #C73698;
}
</style>
background-color css
<style>
a { background-color: #C73698; }
a { background-color: rgb(199,54,152); }
div.DivClassName
{
background-color: #C73698;
}
.BgClassName
{
background-color: #C73698;
}
</style>
border-color css
<style>
span { border-color: #C73698; }
span { border-color: rgb(199,54,152); }
td.TdClassName
{
border-color: #C73698;
}
.TagClassName
{
border-color: #C73698;
}
</style>