Shades of Mulberry #C84A89
Tints of Mulberry #C84A89
RGB
CMYK
RGB Variations
Color information
#C84A89 (or 0xC84A89) is known color: Mulberry. HEX triplet: C8, 4A and 89. RGB value is (200,74,137). Sum of RGB (Red+Green+Blue) = 200+74+137=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84A89 is #37B576. Grayscale: #767676. Windows color (decimal): -3650935 or 8997576. OLE color: 8997576.
HSL color Cylindrical-coordinate representation of color #C84A89: hue angle of 330º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84A89 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 137 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.22 |
| HSL | 330º | 0.53% | 0.54% | - |
| HSV(B) | 330º | 0.63% | 0.78% | - |
| XYZ | 30.78 | 18.98 | 25.71 | - |
| YUV | 118.86 | 138.24 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 137 | 0 | 0.63 | 0.32 | 0.22 | 330 | 0.53 | 0.54 |
| Hex | C8 | 4A | 89 | 0 | 3F | 20 | 16 | 14A | 35 | 36 |
| Octal | 310 | 112 | 211 | 0 | 77 | 40 | 26 | 512 | 65 | 66 |
| Binary | 11001000 | 1001010 | 10001001 | 0 | 111111 | 100000 | 10110 | 101001010 | 110101 | 110110 |
Color Harmonies of #C84A89
Complementary color
Monochromatic Colors of #C84A89
Black with #C84A89
Text Example
Text Example
White with #C84A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A89; }
p { color: rgb(200,74,137); }
H1.HeaderClassName
{
color: #C84A89;
}
.AnyTagClassName
{
color: #C84A89;
}
</style>
background-color css
<style>
a { background-color: #C84A89; }
a { background-color: rgb(200,74,137); }
div.DivClassName
{
background-color: #C84A89;
}
.BgClassName
{
background-color: #C84A89;
}
</style>
border-color css
<style>
span { border-color: #C84A89; }
span { border-color: rgb(200,74,137); }
td.TdClassName
{
border-color: #C84A89;
}
.TagClassName
{
border-color: #C84A89;
}
</style>