Shades of Mulberry #C84999
Tints of Mulberry #C84999
RGB
CMYK
RGB Variations
Color information
#C84999 (or 0xC84999) is known color: Mulberry. HEX triplet: C8, 49 and 99. RGB value is (200,73,153). Sum of RGB (Red+Green+Blue) = 200+73+153=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C84999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84999 is #37B666. Grayscale: #777777. Windows color (decimal): -3651175 or 10045896. OLE color: 10045896.
HSL color Cylindrical-coordinate representation of color #C84999: hue angle of 322.2º degrees, saturation: 0.54, 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 #C84999 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 153 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.22 |
| HSL | 322.2º | 0.54% | 0.54% | - |
| HSV(B) | 322.2º | 0.64% | 0.78% | - |
| XYZ | 31.95 | 19.34 | 32.19 | - |
| YUV | 120.09 | 146.58 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 153 | 0 | 0.64 | 0.24 | 0.22 | 322.2 | 0.54 | 0.54 |
| Hex | C8 | 49 | 99 | 0 | 40 | 18 | 16 | 142 | 36 | 36 |
| Octal | 310 | 111 | 231 | 0 | 100 | 30 | 26 | 502 | 66 | 66 |
| Binary | 11001000 | 1001001 | 10011001 | 0 | 1000000 | 11000 | 10110 | 101000010 | 110110 | 110110 |
Color Harmonies of #C84999
Complementary color
Monochromatic Colors of #C84999
Black with #C84999
Text Example
Text Example
White with #C84999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84999; }
p { color: rgb(200,73,153); }
H1.HeaderClassName
{
color: #C84999;
}
.AnyTagClassName
{
color: #C84999;
}
</style>
background-color css
<style>
a { background-color: #C84999; }
a { background-color: rgb(200,73,153); }
div.DivClassName
{
background-color: #C84999;
}
.BgClassName
{
background-color: #C84999;
}
</style>
border-color css
<style>
span { border-color: #C84999; }
span { border-color: rgb(200,73,153); }
td.TdClassName
{
border-color: #C84999;
}
.TagClassName
{
border-color: #C84999;
}
</style>