Shades of Mulberry #C84890
Tints of Mulberry #C84890
RGB
CMYK
RGB Variations
Color information
#C84890 (or 0xC84890) is known color: Mulberry. HEX triplet: C8, 48 and 90. RGB value is (200,72,144). Sum of RGB (Red+Green+Blue) = 200+72+144=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C84890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84890 is #37B76F. Grayscale: #767676. Windows color (decimal): -3651440 or 9455816. OLE color: 9455816.
HSL color Cylindrical-coordinate representation of color #C84890: hue angle of 326.25º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84890 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 144 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.22 |
| HSL | 326.25º | 0.54% | 0.53% | - |
| HSV(B) | 326.25º | 0.64% | 0.78% | - |
| XYZ | 31.17 | 18.93 | 28.4 | - |
| YUV | 118.48 | 142.41 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 144 | 0 | 0.64 | 0.28 | 0.22 | 326.25 | 0.54 | 0.53 |
| Hex | C8 | 48 | 90 | 0 | 40 | 1C | 16 | 146 | 36 | 35 |
| Octal | 310 | 110 | 220 | 0 | 100 | 34 | 26 | 506 | 66 | 65 |
| Binary | 11001000 | 1001000 | 10010000 | 0 | 1000000 | 11100 | 10110 | 101000110 | 110110 | 110101 |
Color Harmonies of #C84890
Complementary color
Monochromatic Colors of #C84890
Black with #C84890
Text Example
Text Example
White with #C84890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84890; }
p { color: rgb(200,72,144); }
H1.HeaderClassName
{
color: #C84890;
}
.AnyTagClassName
{
color: #C84890;
}
</style>
background-color css
<style>
a { background-color: #C84890; }
a { background-color: rgb(200,72,144); }
div.DivClassName
{
background-color: #C84890;
}
.BgClassName
{
background-color: #C84890;
}
</style>
border-color css
<style>
span { border-color: #C84890; }
span { border-color: rgb(200,72,144); }
td.TdClassName
{
border-color: #C84890;
}
.TagClassName
{
border-color: #C84890;
}
</style>