Shades of Mulberry #C84188
Tints of Mulberry #C84188
RGB
CMYK
RGB Variations
Color information
#C84188 (or 0xC84188) is known color: Mulberry. HEX triplet: C8, 41 and 88. RGB value is (200,65,136). Sum of RGB (Red+Green+Blue) = 200+65+136=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C84188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84188 is #37BE77. Grayscale: #717171. Windows color (decimal): -3653240 or 8929736. OLE color: 8929736.
HSL color Cylindrical-coordinate representation of color #C84188: hue angle of 328.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84188 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 136 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.22 |
| HSL | 328.44º | 0.55% | 0.52% | - |
| HSV(B) | 328.44º | 0.68% | 0.78% | - |
| XYZ | 30.15 | 17.84 | 25.15 | - |
| YUV | 113.46 | 140.73 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 136 | 0 | 0.68 | 0.32 | 0.22 | 328.44 | 0.55 | 0.52 |
| Hex | C8 | 41 | 88 | 0 | 44 | 20 | 16 | 148 | 37 | 34 |
| Octal | 310 | 101 | 210 | 0 | 104 | 40 | 26 | 510 | 67 | 64 |
| Binary | 11001000 | 1000001 | 10001000 | 0 | 1000100 | 100000 | 10110 | 101001000 | 110111 | 110100 |
Color Harmonies of #C84188
Complementary color
Monochromatic Colors of #C84188
Black with #C84188
Text Example
Text Example
White with #C84188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84188; }
p { color: rgb(200,65,136); }
H1.HeaderClassName
{
color: #C84188;
}
.AnyTagClassName
{
color: #C84188;
}
</style>
background-color css
<style>
a { background-color: #C84188; }
a { background-color: rgb(200,65,136); }
div.DivClassName
{
background-color: #C84188;
}
.BgClassName
{
background-color: #C84188;
}
</style>
border-color css
<style>
span { border-color: #C84188; }
span { border-color: rgb(200,65,136); }
td.TdClassName
{
border-color: #C84188;
}
.TagClassName
{
border-color: #C84188;
}
</style>