Shades of Mulberry #C8529F
Tints of Mulberry #C8529F
RGB
CMYK
RGB Variations
Color information
#C8529F (or 0xC8529F) is known color: Mulberry. HEX triplet: C8, 52 and 9F. RGB value is (200,82,159). Sum of RGB (Red+Green+Blue) = 200+82+159=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8529F is #37AD60. Grayscale: #7D7D7D. Windows color (decimal): -3648865 or 10441416. OLE color: 10441416.
HSL color Cylindrical-coordinate representation of color #C8529F: hue angle of 320.85º 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 #C8529F is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 159 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.22 |
| HSL | 320.85º | 0.52% | 0.55% | - |
| HSV(B) | 320.85º | 0.59% | 0.78% | - |
| XYZ | 33.09 | 20.82 | 35.07 | - |
| YUV | 126.06 | 146.59 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 159 | 0 | 0.59 | 0.20 | 0.22 | 320.85 | 0.52 | 0.55 |
| Hex | C8 | 52 | 9F | 0 | 3B | 14 | 16 | 141 | 34 | 37 |
| Octal | 310 | 122 | 237 | 0 | 73 | 24 | 26 | 501 | 64 | 67 |
| Binary | 11001000 | 1010010 | 10011111 | 0 | 111011 | 10100 | 10110 | 101000001 | 110100 | 110111 |
Color Harmonies of #C8529F
Complementary color
Monochromatic Colors of #C8529F
Black with #C8529F
Text Example
Text Example
White with #C8529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8529F; }
p { color: rgb(200,82,159); }
H1.HeaderClassName
{
color: #C8529F;
}
.AnyTagClassName
{
color: #C8529F;
}
</style>
background-color css
<style>
a { background-color: #C8529F; }
a { background-color: rgb(200,82,159); }
div.DivClassName
{
background-color: #C8529F;
}
.BgClassName
{
background-color: #C8529F;
}
</style>
border-color css
<style>
span { border-color: #C8529F; }
span { border-color: rgb(200,82,159); }
td.TdClassName
{
border-color: #C8529F;
}
.TagClassName
{
border-color: #C8529F;
}
</style>