Shades of Mulberry #C04F80
Tints of Mulberry #C04F80
RGB
CMYK
RGB Variations
Color information
#C04F80 (or 0xC04F80) is known color: Mulberry. HEX triplet: C0, 4F and 80. RGB value is (192,79,128). Sum of RGB (Red+Green+Blue) = 192+79+128=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04F80 is #3FB07F. Grayscale: #767676. Windows color (decimal): -4173952 or 8409024. OLE color: 8409024.
HSL color Cylindrical-coordinate representation of color #C04F80: hue angle of 333.98º 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 #C04F80 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 128 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.25 |
| HSL | 333.98º | 0.47% | 0.53% | - |
| HSV(B) | 333.98º | 0.59% | 0.75% | - |
| XYZ | 28.43 | 18.36 | 22.47 | - |
| YUV | 118.37 | 133.44 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 128 | 0 | 0.59 | 0.33 | 0.25 | 333.98 | 0.47 | 0.53 |
| Hex | C0 | 4F | 80 | 0 | 3B | 21 | 19 | 14E | 2F | 35 |
| Octal | 300 | 117 | 200 | 0 | 73 | 41 | 31 | 516 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10000000 | 0 | 111011 | 100001 | 11001 | 101001110 | 101111 | 110101 |
Color Harmonies of #C04F80
Complementary color
Monochromatic Colors of #C04F80
Black with #C04F80
Text Example
Text Example
White with #C04F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F80; }
p { color: rgb(192,79,128); }
H1.HeaderClassName
{
color: #C04F80;
}
.AnyTagClassName
{
color: #C04F80;
}
</style>
background-color css
<style>
a { background-color: #C04F80; }
a { background-color: rgb(192,79,128); }
div.DivClassName
{
background-color: #C04F80;
}
.BgClassName
{
background-color: #C04F80;
}
</style>
border-color css
<style>
span { border-color: #C04F80; }
span { border-color: rgb(192,79,128); }
td.TdClassName
{
border-color: #C04F80;
}
.TagClassName
{
border-color: #C04F80;
}
</style>