Shades of Mulberry #C8529D
Tints of Mulberry #C8529D
RGB
CMYK
RGB Variations
Color information
#C8529D (or 0xC8529D) is known color: Mulberry. HEX triplet: C8, 52 and 9D. RGB value is (200,82,157). Sum of RGB (Red+Green+Blue) = 200+82+157=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8529D is #37AD62. Grayscale: #7D7D7D. Windows color (decimal): -3648867 or 10310344. OLE color: 10310344.
HSL color Cylindrical-coordinate representation of color #C8529D: hue angle of 321.86º 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 #C8529D is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 157 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.22 |
| HSL | 321.86º | 0.52% | 0.55% | - |
| HSV(B) | 321.86º | 0.59% | 0.78% | - |
| XYZ | 32.92 | 20.75 | 34.17 | - |
| YUV | 125.83 | 145.59 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 157 | 0 | 0.59 | 0.22 | 0.22 | 321.86 | 0.52 | 0.55 |
| Hex | C8 | 52 | 9D | 0 | 3B | 16 | 16 | 142 | 34 | 37 |
| Octal | 310 | 122 | 235 | 0 | 73 | 26 | 26 | 502 | 64 | 67 |
| Binary | 11001000 | 1010010 | 10011101 | 0 | 111011 | 10110 | 10110 | 101000010 | 110100 | 110111 |
Color Harmonies of #C8529D
Complementary color
Monochromatic Colors of #C8529D
Black with #C8529D
Text Example
Text Example
White with #C8529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8529D; }
p { color: rgb(200,82,157); }
H1.HeaderClassName
{
color: #C8529D;
}
.AnyTagClassName
{
color: #C8529D;
}
</style>
background-color css
<style>
a { background-color: #C8529D; }
a { background-color: rgb(200,82,157); }
div.DivClassName
{
background-color: #C8529D;
}
.BgClassName
{
background-color: #C8529D;
}
</style>
border-color css
<style>
span { border-color: #C8529D; }
span { border-color: rgb(200,82,157); }
td.TdClassName
{
border-color: #C8529D;
}
.TagClassName
{
border-color: #C8529D;
}
</style>