Shades of Mulberry #C73C88
Tints of Mulberry #C73C88
RGB
CMYK
RGB Variations
Color information
#C73C88 (or 0xC73C88) is known color: Mulberry. HEX triplet: C7, 3C and 88. RGB value is (199,60,136). Sum of RGB (Red+Green+Blue) = 199+60+136=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73C88 is #38C377. Grayscale: #6E6E6E. Windows color (decimal): -3720056 or 8928455. OLE color: 8928455.
HSL color Cylindrical-coordinate representation of color #C73C88: hue angle of 327.19º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73C88 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 60 | 136 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.22 |
| HSL | 327.19º | 0.55% | 0.51% | - |
| HSV(B) | 327.19º | 0.7% | 0.78% | - |
| XYZ | 29.61 | 17.15 | 25.04 | - |
| YUV | 110.23 | 142.55 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 136 | 0 | 0.70 | 0.32 | 0.22 | 327.19 | 0.55 | 0.51 |
| Hex | C7 | 3C | 88 | 0 | 46 | 20 | 16 | 147 | 37 | 33 |
| Octal | 307 | 74 | 210 | 0 | 106 | 40 | 26 | 507 | 67 | 63 |
| Binary | 11000111 | 111100 | 10001000 | 0 | 1000110 | 100000 | 10110 | 101000111 | 110111 | 110011 |
Color Harmonies of #C73C88
Complementary color
Monochromatic Colors of #C73C88
Black with #C73C88
Text Example
Text Example
White with #C73C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73C88; }
p { color: rgb(199,60,136); }
H1.HeaderClassName
{
color: #C73C88;
}
.AnyTagClassName
{
color: #C73C88;
}
</style>
background-color css
<style>
a { background-color: #C73C88; }
a { background-color: rgb(199,60,136); }
div.DivClassName
{
background-color: #C73C88;
}
.BgClassName
{
background-color: #C73C88;
}
</style>
border-color css
<style>
span { border-color: #C73C88; }
span { border-color: rgb(199,60,136); }
td.TdClassName
{
border-color: #C73C88;
}
.TagClassName
{
border-color: #C73C88;
}
</style>