Shades of Mulberry #C8539C
Tints of Mulberry #C8539C
RGB
CMYK
RGB Variations
Color information
#C8539C (or 0xC8539C) is known color: Mulberry. HEX triplet: C8, 53 and 9C. RGB value is (200,83,156). Sum of RGB (Red+Green+Blue) = 200+83+156=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8539C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8539C is #37AC63. Grayscale: #7E7E7E. Windows color (decimal): -3648612 or 10245064. OLE color: 10245064.
HSL color Cylindrical-coordinate representation of color #C8539C: hue angle of 322.56º 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 #C8539C is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 156 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.22 |
| HSL | 322.56º | 0.52% | 0.55% | - |
| HSV(B) | 322.56º | 0.59% | 0.78% | - |
| XYZ | 32.91 | 20.87 | 33.75 | - |
| YUV | 126.31 | 144.76 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 156 | 0 | 0.58 | 0.22 | 0.22 | 322.56 | 0.52 | 0.55 |
| Hex | C8 | 53 | 9C | 0 | 3A | 16 | 16 | 143 | 34 | 37 |
| Octal | 310 | 123 | 234 | 0 | 72 | 26 | 26 | 503 | 64 | 67 |
| Binary | 11001000 | 1010011 | 10011100 | 0 | 111010 | 10110 | 10110 | 101000011 | 110100 | 110111 |
Color Harmonies of #C8539C
Complementary color
Monochromatic Colors of #C8539C
Black with #C8539C
Text Example
Text Example
White with #C8539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8539C; }
p { color: rgb(200,83,156); }
H1.HeaderClassName
{
color: #C8539C;
}
.AnyTagClassName
{
color: #C8539C;
}
</style>
background-color css
<style>
a { background-color: #C8539C; }
a { background-color: rgb(200,83,156); }
div.DivClassName
{
background-color: #C8539C;
}
.BgClassName
{
background-color: #C8539C;
}
</style>
border-color css
<style>
span { border-color: #C8539C; }
span { border-color: rgb(200,83,156); }
td.TdClassName
{
border-color: #C8539C;
}
.TagClassName
{
border-color: #C8539C;
}
</style>