Shades of Mulberry #C04F8D
Tints of Mulberry #C04F8D
RGB
CMYK
RGB Variations
Color information
#C04F8D (or 0xC04F8D) is known color: Mulberry. HEX triplet: C0, 4F and 8D. RGB value is (192,79,141). Sum of RGB (Red+Green+Blue) = 192+79+141=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04F8D is #3FB072. Grayscale: #777777. Windows color (decimal): -4173939 or 9260992. OLE color: 9260992.
HSL color Cylindrical-coordinate representation of color #C04F8D: hue angle of 327.08º 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 #C04F8D is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 141 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.25 |
| HSL | 327.08º | 0.47% | 0.53% | - |
| HSV(B) | 327.08º | 0.59% | 0.75% | - |
| XYZ | 29.34 | 18.72 | 27.27 | - |
| YUV | 119.86 | 139.94 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 141 | 0 | 0.59 | 0.27 | 0.25 | 327.08 | 0.47 | 0.53 |
| Hex | C0 | 4F | 8D | 0 | 3B | 1B | 19 | 147 | 2F | 35 |
| Octal | 300 | 117 | 215 | 0 | 73 | 33 | 31 | 507 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10001101 | 0 | 111011 | 11011 | 11001 | 101000111 | 101111 | 110101 |
Color Harmonies of #C04F8D
Complementary color
Monochromatic Colors of #C04F8D
Black with #C04F8D
Text Example
Text Example
White with #C04F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F8D; }
p { color: rgb(192,79,141); }
H1.HeaderClassName
{
color: #C04F8D;
}
.AnyTagClassName
{
color: #C04F8D;
}
</style>
background-color css
<style>
a { background-color: #C04F8D; }
a { background-color: rgb(192,79,141); }
div.DivClassName
{
background-color: #C04F8D;
}
.BgClassName
{
background-color: #C04F8D;
}
</style>
border-color css
<style>
span { border-color: #C04F8D; }
span { border-color: rgb(192,79,141); }
td.TdClassName
{
border-color: #C04F8D;
}
.TagClassName
{
border-color: #C04F8D;
}
</style>