Shades of Mulberry #C84990
Tints of Mulberry #C84990
RGB
CMYK
RGB Variations
Color information
#C84990 (or 0xC84990) is known color: Mulberry. HEX triplet: C8, 49 and 90. RGB value is (200,73,144). Sum of RGB (Red+Green+Blue) = 200+73+144=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C84990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84990 is #37B66F. Grayscale: #767676. Windows color (decimal): -3651184 or 9456072. OLE color: 9456072.
HSL color Cylindrical-coordinate representation of color #C84990: hue angle of 326.46º 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 #C84990 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 144 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.22 |
| HSL | 326.46º | 0.54% | 0.54% | - |
| HSV(B) | 326.46º | 0.64% | 0.78% | - |
| XYZ | 31.24 | 19.06 | 28.42 | - |
| YUV | 119.07 | 142.08 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 144 | 0 | 0.64 | 0.28 | 0.22 | 326.46 | 0.54 | 0.54 |
| Hex | C8 | 49 | 90 | 0 | 40 | 1C | 16 | 146 | 36 | 36 |
| Octal | 310 | 111 | 220 | 0 | 100 | 34 | 26 | 506 | 66 | 66 |
| Binary | 11001000 | 1001001 | 10010000 | 0 | 1000000 | 11100 | 10110 | 101000110 | 110110 | 110110 |
Color Harmonies of #C84990
Complementary color
Monochromatic Colors of #C84990
Black with #C84990
Text Example
Text Example
White with #C84990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84990; }
p { color: rgb(200,73,144); }
H1.HeaderClassName
{
color: #C84990;
}
.AnyTagClassName
{
color: #C84990;
}
</style>
background-color css
<style>
a { background-color: #C84990; }
a { background-color: rgb(200,73,144); }
div.DivClassName
{
background-color: #C84990;
}
.BgClassName
{
background-color: #C84990;
}
</style>
border-color css
<style>
span { border-color: #C84990; }
span { border-color: rgb(200,73,144); }
td.TdClassName
{
border-color: #C84990;
}
.TagClassName
{
border-color: #C84990;
}
</style>