Shades of Mulberry #C84E8C
Tints of Mulberry #C84E8C
RGB
CMYK
RGB Variations
Color information
#C84E8C (or 0xC84E8C) is known color: Mulberry. HEX triplet: C8, 4E and 8C. RGB value is (200,78,140). Sum of RGB (Red+Green+Blue) = 200+78+140=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84E8C is #37B173. Grayscale: #797979. Windows color (decimal): -3649908 or 9195208. OLE color: 9195208.
HSL color Cylindrical-coordinate representation of color #C84E8C: hue angle of 329.51º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84E8C is Cyan = 0, Magento = 0.61, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 78 | 140 | - |
| CMYK | 0 | 0.61 | 0.3 | 0.22 |
| HSL | 329.51º | 0.53% | 0.55% | - |
| HSV(B) | 329.51º | 0.61% | 0.78% | - |
| XYZ | 31.28 | 19.62 | 26.95 | - |
| YUV | 121.55 | 138.42 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 140 | 0 | 0.61 | 0.3 | 0.22 | 329.51 | 0.53 | 0.55 |
| Hex | C8 | 4E | 8C | 0 | 3D | 1E | 16 | 14A | 35 | 37 |
| Octal | 310 | 116 | 214 | 0 | 75 | 36 | 26 | 512 | 65 | 67 |
| Binary | 11001000 | 1001110 | 10001100 | 0 | 111101 | 11110 | 10110 | 101001010 | 110101 | 110111 |
Color Harmonies of #C84E8C
Complementary color
Monochromatic Colors of #C84E8C
Black with #C84E8C
Text Example
Text Example
White with #C84E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84E8C; }
p { color: rgb(200,78,140); }
H1.HeaderClassName
{
color: #C84E8C;
}
.AnyTagClassName
{
color: #C84E8C;
}
</style>
background-color css
<style>
a { background-color: #C84E8C; }
a { background-color: rgb(200,78,140); }
div.DivClassName
{
background-color: #C84E8C;
}
.BgClassName
{
background-color: #C84E8C;
}
</style>
border-color css
<style>
span { border-color: #C84E8C; }
span { border-color: rgb(200,78,140); }
td.TdClassName
{
border-color: #C84E8C;
}
.TagClassName
{
border-color: #C84E8C;
}
</style>