Shades of Mulberry #C84EA0
Tints of Mulberry #C84EA0
RGB
CMYK
RGB Variations
Color information
#C84EA0 (or 0xC84EA0) is known color: Mulberry. HEX triplet: C8, 4E and A0. RGB value is (200,78,160). Sum of RGB (Red+Green+Blue) = 200+78+160=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C84EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84EA0 is #37B15F. Grayscale: #7B7B7B. Windows color (decimal): -3649888 or 10505928. OLE color: 10505928.
HSL color Cylindrical-coordinate representation of color #C84EA0: hue angle of 319.67º 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 #C84EA0 is Cyan = 0, Magento = 0.61, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 78 | 160 | - |
| CMYK | 0 | 0.61 | 0.2 | 0.22 |
| HSL | 319.67º | 0.53% | 0.55% | - |
| HSV(B) | 319.67º | 0.61% | 0.78% | - |
| XYZ | 32.89 | 20.27 | 35.44 | - |
| YUV | 123.83 | 148.42 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 160 | 0 | 0.61 | 0.2 | 0.22 | 319.67 | 0.53 | 0.55 |
| Hex | C8 | 4E | A0 | 0 | 3D | 14 | 16 | 140 | 35 | 37 |
| Octal | 310 | 116 | 240 | 0 | 75 | 24 | 26 | 500 | 65 | 67 |
| Binary | 11001000 | 1001110 | 10100000 | 0 | 111101 | 10100 | 10110 | 101000000 | 110101 | 110111 |
Color Harmonies of #C84EA0
Complementary color
Monochromatic Colors of #C84EA0
Black with #C84EA0
Text Example
Text Example
White with #C84EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84EA0; }
p { color: rgb(200,78,160); }
H1.HeaderClassName
{
color: #C84EA0;
}
.AnyTagClassName
{
color: #C84EA0;
}
</style>
background-color css
<style>
a { background-color: #C84EA0; }
a { background-color: rgb(200,78,160); }
div.DivClassName
{
background-color: #C84EA0;
}
.BgClassName
{
background-color: #C84EA0;
}
</style>
border-color css
<style>
span { border-color: #C84EA0; }
span { border-color: rgb(200,78,160); }
td.TdClassName
{
border-color: #C84EA0;
}
.TagClassName
{
border-color: #C84EA0;
}
</style>