Shades of Mulberry #C84D90
Tints of Mulberry #C84D90
RGB
CMYK
RGB Variations
Color information
#C84D90 (or 0xC84D90) is known color: Mulberry. HEX triplet: C8, 4D and 90. RGB value is (200,77,144). Sum of RGB (Red+Green+Blue) = 200+77+144=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84D90 is #37B26F. Grayscale: #797979. Windows color (decimal): -3650160 or 9457096. OLE color: 9457096.
HSL color Cylindrical-coordinate representation of color #C84D90: hue angle of 327.32º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84D90 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 144 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.22 |
| HSL | 327.32º | 0.53% | 0.54% | - |
| HSV(B) | 327.32º | 0.62% | 0.78% | - |
| XYZ | 31.51 | 19.6 | 28.51 | - |
| YUV | 121.42 | 140.75 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 144 | 0 | 0.62 | 0.28 | 0.22 | 327.32 | 0.53 | 0.54 |
| Hex | C8 | 4D | 90 | 0 | 3E | 1C | 16 | 147 | 35 | 36 |
| Octal | 310 | 115 | 220 | 0 | 76 | 34 | 26 | 507 | 65 | 66 |
| Binary | 11001000 | 1001101 | 10010000 | 0 | 111110 | 11100 | 10110 | 101000111 | 110101 | 110110 |
Color Harmonies of #C84D90
Complementary color
Monochromatic Colors of #C84D90
Black with #C84D90
Text Example
Text Example
White with #C84D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D90; }
p { color: rgb(200,77,144); }
H1.HeaderClassName
{
color: #C84D90;
}
.AnyTagClassName
{
color: #C84D90;
}
</style>
background-color css
<style>
a { background-color: #C84D90; }
a { background-color: rgb(200,77,144); }
div.DivClassName
{
background-color: #C84D90;
}
.BgClassName
{
background-color: #C84D90;
}
</style>
border-color css
<style>
span { border-color: #C84D90; }
span { border-color: rgb(200,77,144); }
td.TdClassName
{
border-color: #C84D90;
}
.TagClassName
{
border-color: #C84D90;
}
</style>