Shades of Mulberry #C8539F
Tints of Mulberry #C8539F
RGB
CMYK
RGB Variations
Color information
#C8539F (or 0xC8539F) is known color: Mulberry. HEX triplet: C8, 53 and 9F. RGB value is (200,83,159). Sum of RGB (Red+Green+Blue) = 200+83+159=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C8539F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8539F is #37AC60. Grayscale: #7E7E7E. Windows color (decimal): -3648609 or 10441672. OLE color: 10441672.
HSL color Cylindrical-coordinate representation of color #C8539F: hue angle of 321.03º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8539F is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 159 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.22 |
| HSL | 321.03º | 0.52% | 0.55% | - |
| HSV(B) | 321.03º | 0.59% | 0.78% | - |
| XYZ | 33.17 | 20.97 | 35.1 | - |
| YUV | 126.65 | 146.26 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 159 | 0 | 0.58 | 0.20 | 0.22 | 321.03 | 0.52 | 0.55 |
| Hex | C8 | 53 | 9F | 0 | 3A | 14 | 16 | 141 | 34 | 37 |
| Octal | 310 | 123 | 237 | 0 | 72 | 24 | 26 | 501 | 64 | 67 |
| Binary | 11001000 | 1010011 | 10011111 | 0 | 111010 | 10100 | 10110 | 101000001 | 110100 | 110111 |
Color Harmonies of #C8539F
Complementary color
Monochromatic Colors of #C8539F
Black with #C8539F
Text Example
Text Example
White with #C8539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8539F; }
p { color: rgb(200,83,159); }
H1.HeaderClassName
{
color: #C8539F;
}
.AnyTagClassName
{
color: #C8539F;
}
</style>
background-color css
<style>
a { background-color: #C8539F; }
a { background-color: rgb(200,83,159); }
div.DivClassName
{
background-color: #C8539F;
}
.BgClassName
{
background-color: #C8539F;
}
</style>
border-color css
<style>
span { border-color: #C8539F; }
span { border-color: rgb(200,83,159); }
td.TdClassName
{
border-color: #C8539F;
}
.TagClassName
{
border-color: #C8539F;
}
</style>