Shades of Mulberry #C84E8B
Tints of Mulberry #C84E8B
RGB
CMYK
RGB Variations
Color information
#C84E8B (or 0xC84E8B) is known color: Mulberry. HEX triplet: C8, 4E and 8B. RGB value is (200,78,139). Sum of RGB (Red+Green+Blue) = 200+78+139=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84E8B is #37B174. Grayscale: #797979. Windows color (decimal): -3649909 or 9129672. OLE color: 9129672.
HSL color Cylindrical-coordinate representation of color #C84E8B: hue angle of 330º 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 #C84E8B is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 78 | 139 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.22 |
| HSL | 330º | 0.53% | 0.55% | - |
| HSV(B) | 330º | 0.61% | 0.78% | - |
| XYZ | 31.2 | 19.59 | 26.56 | - |
| YUV | 121.43 | 137.92 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 139 | 0 | 0.61 | 0.30 | 0.22 | 330 | 0.53 | 0.55 |
| Hex | C8 | 4E | 8B | 0 | 3D | 1E | 16 | 14A | 35 | 37 |
| Octal | 310 | 116 | 213 | 0 | 75 | 36 | 26 | 512 | 65 | 67 |
| Binary | 11001000 | 1001110 | 10001011 | 0 | 111101 | 11110 | 10110 | 101001010 | 110101 | 110111 |
Color Harmonies of #C84E8B
Complementary color
Monochromatic Colors of #C84E8B
Black with #C84E8B
Text Example
Text Example
White with #C84E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84E8B; }
p { color: rgb(200,78,139); }
H1.HeaderClassName
{
color: #C84E8B;
}
.AnyTagClassName
{
color: #C84E8B;
}
</style>
background-color css
<style>
a { background-color: #C84E8B; }
a { background-color: rgb(200,78,139); }
div.DivClassName
{
background-color: #C84E8B;
}
.BgClassName
{
background-color: #C84E8B;
}
</style>
border-color css
<style>
span { border-color: #C84E8B; }
span { border-color: rgb(200,78,139); }
td.TdClassName
{
border-color: #C84E8B;
}
.TagClassName
{
border-color: #C84E8B;
}
</style>