Shades of Mulberry #C73D88
Tints of Mulberry #C73D88
RGB
CMYK
RGB Variations
Color information
#C73D88 (or 0xC73D88) is known color: Mulberry. HEX triplet: C7, 3D and 88. RGB value is (199,61,136). Sum of RGB (Red+Green+Blue) = 199+61+136=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73D88 is #38C277. Grayscale: #6E6E6E. Windows color (decimal): -3719800 or 8928711. OLE color: 8928711.
HSL color Cylindrical-coordinate representation of color #C73D88: hue angle of 327.39º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73D88 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 136 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.22 |
| HSL | 327.39º | 0.55% | 0.51% | - |
| HSV(B) | 327.39º | 0.69% | 0.78% | - |
| XYZ | 29.67 | 17.26 | 25.06 | - |
| YUV | 110.81 | 142.22 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 136 | 0 | 0.69 | 0.32 | 0.22 | 327.39 | 0.55 | 0.51 |
| Hex | C7 | 3D | 88 | 0 | 45 | 20 | 16 | 147 | 37 | 33 |
| Octal | 307 | 75 | 210 | 0 | 105 | 40 | 26 | 507 | 67 | 63 |
| Binary | 11000111 | 111101 | 10001000 | 0 | 1000101 | 100000 | 10110 | 101000111 | 110111 | 110011 |
Color Harmonies of #C73D88
Complementary color
Monochromatic Colors of #C73D88
Black with #C73D88
Text Example
Text Example
White with #C73D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73D88; }
p { color: rgb(199,61,136); }
H1.HeaderClassName
{
color: #C73D88;
}
.AnyTagClassName
{
color: #C73D88;
}
</style>
background-color css
<style>
a { background-color: #C73D88; }
a { background-color: rgb(199,61,136); }
div.DivClassName
{
background-color: #C73D88;
}
.BgClassName
{
background-color: #C73D88;
}
</style>
border-color css
<style>
span { border-color: #C73D88; }
span { border-color: rgb(199,61,136); }
td.TdClassName
{
border-color: #C73D88;
}
.TagClassName
{
border-color: #C73D88;
}
</style>