Shades of Mulberry #C84EA4
Tints of Mulberry #C84EA4
RGB
CMYK
RGB Variations
Color information
#C84EA4 (or 0xC84EA4) is known color: Mulberry. HEX triplet: C8, 4E and A4. RGB value is (200,78,164). Sum of RGB (Red+Green+Blue) = 200+78+164=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C84EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84EA4 is #37B15B. Grayscale: #7C7C7C. Windows color (decimal): -3649884 or 10768072. OLE color: 10768072.
HSL color Cylindrical-coordinate representation of color #C84EA4: hue angle of 317.7º 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 #C84EA4 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 78 | 164 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.22 |
| HSL | 317.7º | 0.53% | 0.55% | - |
| HSV(B) | 317.7º | 0.61% | 0.78% | - |
| XYZ | 33.24 | 20.41 | 37.31 | - |
| YUV | 124.28 | 150.42 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 164 | 0 | 0.61 | 0.18 | 0.22 | 317.7 | 0.53 | 0.55 |
| Hex | C8 | 4E | A4 | 0 | 3D | 12 | 16 | 13E | 35 | 37 |
| Octal | 310 | 116 | 244 | 0 | 75 | 22 | 26 | 476 | 65 | 67 |
| Binary | 11001000 | 1001110 | 10100100 | 0 | 111101 | 10010 | 10110 | 100111110 | 110101 | 110111 |
Color Harmonies of #C84EA4
Complementary color
Monochromatic Colors of #C84EA4
Black with #C84EA4
Text Example
Text Example
White with #C84EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84EA4; }
p { color: rgb(200,78,164); }
H1.HeaderClassName
{
color: #C84EA4;
}
.AnyTagClassName
{
color: #C84EA4;
}
</style>
background-color css
<style>
a { background-color: #C84EA4; }
a { background-color: rgb(200,78,164); }
div.DivClassName
{
background-color: #C84EA4;
}
.BgClassName
{
background-color: #C84EA4;
}
</style>
border-color css
<style>
span { border-color: #C84EA4; }
span { border-color: rgb(200,78,164); }
td.TdClassName
{
border-color: #C84EA4;
}
.TagClassName
{
border-color: #C84EA4;
}
</style>