Shades of Mulberry #C8539B
Tints of Mulberry #C8539B
RGB
CMYK
RGB Variations
Color information
#C8539B (or 0xC8539B) is known color: Mulberry. HEX triplet: C8, 53 and 9B. RGB value is (200,83,155). Sum of RGB (Red+Green+Blue) = 200+83+155=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8539B is #37AC64. Grayscale: #7E7E7E. Windows color (decimal): -3648613 or 10179528. OLE color: 10179528.
HSL color Cylindrical-coordinate representation of color #C8539B: hue angle of 323.08º 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 #C8539B is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 155 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.22 |
| HSL | 323.08º | 0.52% | 0.55% | - |
| HSV(B) | 323.08º | 0.59% | 0.78% | - |
| XYZ | 32.83 | 20.83 | 33.3 | - |
| YUV | 126.19 | 144.26 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 155 | 0 | 0.58 | 0.22 | 0.22 | 323.08 | 0.52 | 0.55 |
| Hex | C8 | 53 | 9B | 0 | 3A | 16 | 16 | 143 | 34 | 37 |
| Octal | 310 | 123 | 233 | 0 | 72 | 26 | 26 | 503 | 64 | 67 |
| Binary | 11001000 | 1010011 | 10011011 | 0 | 111010 | 10110 | 10110 | 101000011 | 110100 | 110111 |
Color Harmonies of #C8539B
Complementary color
Monochromatic Colors of #C8539B
Black with #C8539B
Text Example
Text Example
White with #C8539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8539B; }
p { color: rgb(200,83,155); }
H1.HeaderClassName
{
color: #C8539B;
}
.AnyTagClassName
{
color: #C8539B;
}
</style>
background-color css
<style>
a { background-color: #C8539B; }
a { background-color: rgb(200,83,155); }
div.DivClassName
{
background-color: #C8539B;
}
.BgClassName
{
background-color: #C8539B;
}
</style>
border-color css
<style>
span { border-color: #C8539B; }
span { border-color: rgb(200,83,155); }
td.TdClassName
{
border-color: #C8539B;
}
.TagClassName
{
border-color: #C8539B;
}
</style>