Shades of Mulberry #C04F88
Tints of Mulberry #C04F88
RGB
CMYK
RGB Variations
Color information
#C04F88 (or 0xC04F88) is known color: Mulberry. HEX triplet: C0, 4F and 88. RGB value is (192,79,136). Sum of RGB (Red+Green+Blue) = 192+79+136=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04F88 is #3FB077. Grayscale: #777777. Windows color (decimal): -4173944 or 8933312. OLE color: 8933312.
HSL color Cylindrical-coordinate representation of color #C04F88: hue angle of 329.73º 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 #C04F88 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 136 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.25 |
| HSL | 329.73º | 0.47% | 0.53% | - |
| HSV(B) | 329.73º | 0.59% | 0.75% | - |
| XYZ | 28.98 | 18.58 | 25.35 | - |
| YUV | 119.29 | 137.44 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 136 | 0 | 0.59 | 0.29 | 0.25 | 329.73 | 0.47 | 0.53 |
| Hex | C0 | 4F | 88 | 0 | 3B | 1D | 19 | 14A | 2F | 35 |
| Octal | 300 | 117 | 210 | 0 | 73 | 35 | 31 | 512 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10001000 | 0 | 111011 | 11101 | 11001 | 101001010 | 101111 | 110101 |
Color Harmonies of #C04F88
Complementary color
Monochromatic Colors of #C04F88
Black with #C04F88
Text Example
Text Example
White with #C04F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F88; }
p { color: rgb(192,79,136); }
H1.HeaderClassName
{
color: #C04F88;
}
.AnyTagClassName
{
color: #C04F88;
}
</style>
background-color css
<style>
a { background-color: #C04F88; }
a { background-color: rgb(192,79,136); }
div.DivClassName
{
background-color: #C04F88;
}
.BgClassName
{
background-color: #C04F88;
}
</style>
border-color css
<style>
span { border-color: #C04F88; }
span { border-color: rgb(192,79,136); }
td.TdClassName
{
border-color: #C04F88;
}
.TagClassName
{
border-color: #C04F88;
}
</style>