Shades of Mulberry #C84994
Tints of Mulberry #C84994
RGB
CMYK
RGB Variations
Color information
#C84994 (or 0xC84994) is known color: Mulberry. HEX triplet: C8, 49 and 94. RGB value is (200,73,148). Sum of RGB (Red+Green+Blue) = 200+73+148=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C84994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84994 is #37B66B. Grayscale: #777777. Windows color (decimal): -3651180 or 9718216. OLE color: 9718216.
HSL color Cylindrical-coordinate representation of color #C84994: hue angle of 324.57º 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 #C84994 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 148 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.22 |
| HSL | 324.57º | 0.54% | 0.54% | - |
| HSV(B) | 324.57º | 0.64% | 0.78% | - |
| XYZ | 31.55 | 19.18 | 30.06 | - |
| YUV | 119.52 | 144.08 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 148 | 0 | 0.64 | 0.26 | 0.22 | 324.57 | 0.54 | 0.54 |
| Hex | C8 | 49 | 94 | 0 | 40 | 1A | 16 | 145 | 36 | 36 |
| Octal | 310 | 111 | 224 | 0 | 100 | 32 | 26 | 505 | 66 | 66 |
| Binary | 11001000 | 1001001 | 10010100 | 0 | 1000000 | 11010 | 10110 | 101000101 | 110110 | 110110 |
Color Harmonies of #C84994
Complementary color
Monochromatic Colors of #C84994
Black with #C84994
Text Example
Text Example
White with #C84994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84994; }
p { color: rgb(200,73,148); }
H1.HeaderClassName
{
color: #C84994;
}
.AnyTagClassName
{
color: #C84994;
}
</style>
background-color css
<style>
a { background-color: #C84994; }
a { background-color: rgb(200,73,148); }
div.DivClassName
{
background-color: #C84994;
}
.BgClassName
{
background-color: #C84994;
}
</style>
border-color css
<style>
span { border-color: #C84994; }
span { border-color: rgb(200,73,148); }
td.TdClassName
{
border-color: #C84994;
}
.TagClassName
{
border-color: #C84994;
}
</style>