Shades of Mulberry #C84EA1
Tints of Mulberry #C84EA1
RGB
CMYK
RGB Variations
Color information
#C84EA1 (or 0xC84EA1) is known color: Mulberry. HEX triplet: C8, 4E and A1. RGB value is (200,78,161). Sum of RGB (Red+Green+Blue) = 200+78+161=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C84EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84EA1 is #37B15E. Grayscale: #7B7B7B. Windows color (decimal): -3649887 or 10571464. OLE color: 10571464.
HSL color Cylindrical-coordinate representation of color #C84EA1: hue angle of 319.18º 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 #C84EA1 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 78 | 161 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.22 |
| HSL | 319.18º | 0.53% | 0.55% | - |
| HSV(B) | 319.18º | 0.61% | 0.78% | - |
| XYZ | 32.98 | 20.3 | 35.9 | - |
| YUV | 123.94 | 148.92 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 161 | 0 | 0.61 | 0.19 | 0.22 | 319.18 | 0.53 | 0.55 |
| Hex | C8 | 4E | A1 | 0 | 3D | 13 | 16 | 13F | 35 | 37 |
| Octal | 310 | 116 | 241 | 0 | 75 | 23 | 26 | 477 | 65 | 67 |
| Binary | 11001000 | 1001110 | 10100001 | 0 | 111101 | 10011 | 10110 | 100111111 | 110101 | 110111 |
Color Harmonies of #C84EA1
Complementary color
Monochromatic Colors of #C84EA1
Black with #C84EA1
Text Example
Text Example
White with #C84EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84EA1; }
p { color: rgb(200,78,161); }
H1.HeaderClassName
{
color: #C84EA1;
}
.AnyTagClassName
{
color: #C84EA1;
}
</style>
background-color css
<style>
a { background-color: #C84EA1; }
a { background-color: rgb(200,78,161); }
div.DivClassName
{
background-color: #C84EA1;
}
.BgClassName
{
background-color: #C84EA1;
}
</style>
border-color css
<style>
span { border-color: #C84EA1; }
span { border-color: rgb(200,78,161); }
td.TdClassName
{
border-color: #C84EA1;
}
.TagClassName
{
border-color: #C84EA1;
}
</style>