Shades of Mulberry #C04E8B
Tints of Mulberry #C04E8B
RGB
CMYK
RGB Variations
Color information
#C04E8B (or 0xC04E8B) is known color: Mulberry. HEX triplet: C0, 4E and 8B. RGB value is (192,78,139). Sum of RGB (Red+Green+Blue) = 192+78+139=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04E8B is #3FB174. Grayscale: #767676. Windows color (decimal): -4174197 or 9129664. OLE color: 9129664.
HSL color Cylindrical-coordinate representation of color #C04E8B: hue angle of 327.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04E8B is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 139 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.25 |
| HSL | 327.89º | 0.48% | 0.53% | - |
| HSV(B) | 327.89º | 0.59% | 0.75% | - |
| XYZ | 29.12 | 18.52 | 26.47 | - |
| YUV | 119.04 | 139.27 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 139 | 0 | 0.59 | 0.28 | 0.25 | 327.89 | 0.48 | 0.53 |
| Hex | C0 | 4E | 8B | 0 | 3B | 1C | 19 | 148 | 30 | 35 |
| Octal | 300 | 116 | 213 | 0 | 73 | 34 | 31 | 510 | 60 | 65 |
| Binary | 11000000 | 1001110 | 10001011 | 0 | 111011 | 11100 | 11001 | 101001000 | 110000 | 110101 |
Color Harmonies of #C04E8B
Complementary color
Monochromatic Colors of #C04E8B
Black with #C04E8B
Text Example
Text Example
White with #C04E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E8B; }
p { color: rgb(192,78,139); }
H1.HeaderClassName
{
color: #C04E8B;
}
.AnyTagClassName
{
color: #C04E8B;
}
</style>
background-color css
<style>
a { background-color: #C04E8B; }
a { background-color: rgb(192,78,139); }
div.DivClassName
{
background-color: #C04E8B;
}
.BgClassName
{
background-color: #C04E8B;
}
</style>
border-color css
<style>
span { border-color: #C04E8B; }
span { border-color: rgb(192,78,139); }
td.TdClassName
{
border-color: #C04E8B;
}
.TagClassName
{
border-color: #C04E8B;
}
</style>