Shades of Mulberry #C84D87
Tints of Mulberry #C84D87
RGB
CMYK
RGB Variations
Color information
#C84D87 (or 0xC84D87) is known color: Mulberry. HEX triplet: C8, 4D and 87. RGB value is (200,77,135). Sum of RGB (Red+Green+Blue) = 200+77+135=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84D87 is #37B278. Grayscale: #787878. Windows color (decimal): -3650169 or 8867272. OLE color: 8867272.
HSL color Cylindrical-coordinate representation of color #C84D87: hue angle of 331.71º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84D87 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 135 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.22 |
| HSL | 331.71º | 0.53% | 0.54% | - |
| HSV(B) | 331.71º | 0.62% | 0.78% | - |
| XYZ | 30.85 | 19.34 | 25.03 | - |
| YUV | 120.39 | 136.25 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 135 | 0 | 0.62 | 0.32 | 0.22 | 331.71 | 0.53 | 0.54 |
| Hex | C8 | 4D | 87 | 0 | 3E | 20 | 16 | 14C | 35 | 36 |
| Octal | 310 | 115 | 207 | 0 | 76 | 40 | 26 | 514 | 65 | 66 |
| Binary | 11001000 | 1001101 | 10000111 | 0 | 111110 | 100000 | 10110 | 101001100 | 110101 | 110110 |
Color Harmonies of #C84D87
Complementary color
Monochromatic Colors of #C84D87
Black with #C84D87
Text Example
Text Example
White with #C84D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D87; }
p { color: rgb(200,77,135); }
H1.HeaderClassName
{
color: #C84D87;
}
.AnyTagClassName
{
color: #C84D87;
}
</style>
background-color css
<style>
a { background-color: #C84D87; }
a { background-color: rgb(200,77,135); }
div.DivClassName
{
background-color: #C84D87;
}
.BgClassName
{
background-color: #C84D87;
}
</style>
border-color css
<style>
span { border-color: #C84D87; }
span { border-color: rgb(200,77,135); }
td.TdClassName
{
border-color: #C84D87;
}
.TagClassName
{
border-color: #C84D87;
}
</style>