Shades of Mulberry #C84898
Tints of Mulberry #C84898
RGB
CMYK
RGB Variations
Color information
#C84898 (or 0xC84898) is known color: Mulberry. HEX triplet: C8, 48 and 98. RGB value is (200,72,152). Sum of RGB (Red+Green+Blue) = 200+72+152=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C84898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84898 is #37B767. Grayscale: #777777. Windows color (decimal): -3651432 or 9980104. OLE color: 9980104.
HSL color Cylindrical-coordinate representation of color #C84898: hue angle of 322.5º 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 #C84898 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 152 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.22 |
| HSL | 322.5º | 0.54% | 0.53% | - |
| HSV(B) | 322.5º | 0.64% | 0.78% | - |
| XYZ | 31.8 | 19.18 | 31.73 | - |
| YUV | 119.39 | 146.41 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 152 | 0 | 0.64 | 0.24 | 0.22 | 322.5 | 0.54 | 0.53 |
| Hex | C8 | 48 | 98 | 0 | 40 | 18 | 16 | 142 | 36 | 35 |
| Octal | 310 | 110 | 230 | 0 | 100 | 30 | 26 | 502 | 66 | 65 |
| Binary | 11001000 | 1001000 | 10011000 | 0 | 1000000 | 11000 | 10110 | 101000010 | 110110 | 110101 |
Color Harmonies of #C84898
Complementary color
Monochromatic Colors of #C84898
Black with #C84898
Text Example
Text Example
White with #C84898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84898; }
p { color: rgb(200,72,152); }
H1.HeaderClassName
{
color: #C84898;
}
.AnyTagClassName
{
color: #C84898;
}
</style>
background-color css
<style>
a { background-color: #C84898; }
a { background-color: rgb(200,72,152); }
div.DivClassName
{
background-color: #C84898;
}
.BgClassName
{
background-color: #C84898;
}
</style>
border-color css
<style>
span { border-color: #C84898; }
span { border-color: rgb(200,72,152); }
td.TdClassName
{
border-color: #C84898;
}
.TagClassName
{
border-color: #C84898;
}
</style>