Shades of Mulberry #C84488
Tints of Mulberry #C84488
RGB
CMYK
RGB Variations
Color information
#C84488 (or 0xC84488) is known color: Mulberry. HEX triplet: C8, 44 and 88. RGB value is (200,68,136). Sum of RGB (Red+Green+Blue) = 200+68+136=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C84488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84488 is #37BB77. Grayscale: #737373. Windows color (decimal): -3652472 or 8930504. OLE color: 8930504.
HSL color Cylindrical-coordinate representation of color #C84488: hue angle of 329.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84488 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 136 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.22 |
| HSL | 329.09º | 0.55% | 0.53% | - |
| HSV(B) | 329.09º | 0.66% | 0.78% | - |
| XYZ | 30.33 | 18.19 | 25.21 | - |
| YUV | 115.22 | 139.73 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 136 | 0 | 0.66 | 0.32 | 0.22 | 329.09 | 0.55 | 0.53 |
| Hex | C8 | 44 | 88 | 0 | 42 | 20 | 16 | 149 | 37 | 35 |
| Octal | 310 | 104 | 210 | 0 | 102 | 40 | 26 | 511 | 67 | 65 |
| Binary | 11001000 | 1000100 | 10001000 | 0 | 1000010 | 100000 | 10110 | 101001001 | 110111 | 110101 |
Color Harmonies of #C84488
Complementary color
Monochromatic Colors of #C84488
Black with #C84488
Text Example
Text Example
White with #C84488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84488; }
p { color: rgb(200,68,136); }
H1.HeaderClassName
{
color: #C84488;
}
.AnyTagClassName
{
color: #C84488;
}
</style>
background-color css
<style>
a { background-color: #C84488; }
a { background-color: rgb(200,68,136); }
div.DivClassName
{
background-color: #C84488;
}
.BgClassName
{
background-color: #C84488;
}
</style>
border-color css
<style>
span { border-color: #C84488; }
span { border-color: rgb(200,68,136); }
td.TdClassName
{
border-color: #C84488;
}
.TagClassName
{
border-color: #C84488;
}
</style>