Shades of Mulberry #C04F83
Tints of Mulberry #C04F83
RGB
CMYK
RGB Variations
Color information
#C04F83 (or 0xC04F83) is known color: Mulberry. HEX triplet: C0, 4F and 83. RGB value is (192,79,131). Sum of RGB (Red+Green+Blue) = 192+79+131=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04F83 is #3FB07C. Grayscale: #767676. Windows color (decimal): -4173949 or 8605632. OLE color: 8605632.
HSL color Cylindrical-coordinate representation of color #C04F83: hue angle of 332.39º 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 #C04F83 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 131 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.25 |
| HSL | 332.39º | 0.47% | 0.53% | - |
| HSV(B) | 332.39º | 0.59% | 0.75% | - |
| XYZ | 28.63 | 18.44 | 23.52 | - |
| YUV | 118.72 | 134.94 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 131 | 0 | 0.59 | 0.32 | 0.25 | 332.39 | 0.47 | 0.53 |
| Hex | C0 | 4F | 83 | 0 | 3B | 20 | 19 | 14C | 2F | 35 |
| Octal | 300 | 117 | 203 | 0 | 73 | 40 | 31 | 514 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10000011 | 0 | 111011 | 100000 | 11001 | 101001100 | 101111 | 110101 |
Color Harmonies of #C04F83
Complementary color
Monochromatic Colors of #C04F83
Black with #C04F83
Text Example
Text Example
White with #C04F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F83; }
p { color: rgb(192,79,131); }
H1.HeaderClassName
{
color: #C04F83;
}
.AnyTagClassName
{
color: #C04F83;
}
</style>
background-color css
<style>
a { background-color: #C04F83; }
a { background-color: rgb(192,79,131); }
div.DivClassName
{
background-color: #C04F83;
}
.BgClassName
{
background-color: #C04F83;
}
</style>
border-color css
<style>
span { border-color: #C04F83; }
span { border-color: rgb(192,79,131); }
td.TdClassName
{
border-color: #C04F83;
}
.TagClassName
{
border-color: #C04F83;
}
</style>