Shades of Mulberry #C84A99
Tints of Mulberry #C84A99
RGB
CMYK
RGB Variations
Color information
#C84A99 (or 0xC84A99) is known color: Mulberry. HEX triplet: C8, 4A and 99. RGB value is (200,74,153). Sum of RGB (Red+Green+Blue) = 200+74+153=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84A99 is #37B566. Grayscale: #787878. Windows color (decimal): -3650919 or 10046152. OLE color: 10046152.
HSL color Cylindrical-coordinate representation of color #C84A99: hue angle of 322.38º 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 #C84A99 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 153 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.22 |
| HSL | 322.38º | 0.53% | 0.54% | - |
| HSV(B) | 322.38º | 0.63% | 0.78% | - |
| XYZ | 32.02 | 19.48 | 32.21 | - |
| YUV | 120.68 | 146.24 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 153 | 0 | 0.63 | 0.24 | 0.22 | 322.38 | 0.53 | 0.54 |
| Hex | C8 | 4A | 99 | 0 | 3F | 18 | 16 | 142 | 35 | 36 |
| Octal | 310 | 112 | 231 | 0 | 77 | 30 | 26 | 502 | 65 | 66 |
| Binary | 11001000 | 1001010 | 10011001 | 0 | 111111 | 11000 | 10110 | 101000010 | 110101 | 110110 |
Color Harmonies of #C84A99
Complementary color
Monochromatic Colors of #C84A99
Black with #C84A99
Text Example
Text Example
White with #C84A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A99; }
p { color: rgb(200,74,153); }
H1.HeaderClassName
{
color: #C84A99;
}
.AnyTagClassName
{
color: #C84A99;
}
</style>
background-color css
<style>
a { background-color: #C84A99; }
a { background-color: rgb(200,74,153); }
div.DivClassName
{
background-color: #C84A99;
}
.BgClassName
{
background-color: #C84A99;
}
</style>
border-color css
<style>
span { border-color: #C84A99; }
span { border-color: rgb(200,74,153); }
td.TdClassName
{
border-color: #C84A99;
}
.TagClassName
{
border-color: #C84A99;
}
</style>