Shades of Mulberry #C84389
Tints of Mulberry #C84389
RGB
CMYK
RGB Variations
Color information
#C84389 (or 0xC84389) is known color: Mulberry. HEX triplet: C8, 43 and 89. RGB value is (200,67,137). Sum of RGB (Red+Green+Blue) = 200+67+137=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C84389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84389 is #37BC76. Grayscale: #727272. Windows color (decimal): -3652727 or 8995784. OLE color: 8995784.
HSL color Cylindrical-coordinate representation of color #C84389: hue angle of 328.42º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C84389 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 137 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.22 |
| HSL | 328.42º | 0.55% | 0.52% | - |
| HSV(B) | 328.42º | 0.67% | 0.78% | - |
| XYZ | 30.34 | 18.1 | 25.56 | - |
| YUV | 114.75 | 140.56 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 137 | 0 | 0.66 | 0.32 | 0.22 | 328.42 | 0.55 | 0.52 |
| Hex | C8 | 43 | 89 | 0 | 42 | 20 | 16 | 148 | 37 | 34 |
| Octal | 310 | 103 | 211 | 0 | 102 | 40 | 26 | 510 | 67 | 64 |
| Binary | 11001000 | 1000011 | 10001001 | 0 | 1000010 | 100000 | 10110 | 101001000 | 110111 | 110100 |
Color Harmonies of #C84389
Complementary color
Monochromatic Colors of #C84389
Black with #C84389
Text Example
Text Example
White with #C84389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84389; }
p { color: rgb(200,67,137); }
H1.HeaderClassName
{
color: #C84389;
}
.AnyTagClassName
{
color: #C84389;
}
</style>
background-color css
<style>
a { background-color: #C84389; }
a { background-color: rgb(200,67,137); }
div.DivClassName
{
background-color: #C84389;
}
.BgClassName
{
background-color: #C84389;
}
</style>
border-color css
<style>
span { border-color: #C84389; }
span { border-color: rgb(200,67,137); }
td.TdClassName
{
border-color: #C84389;
}
.TagClassName
{
border-color: #C84389;
}
</style>