Shades of Mulberry #C8549E
Tints of Mulberry #C8549E
RGB
CMYK
RGB Variations
Color information
#C8549E (or 0xC8549E) is known color: Mulberry. HEX triplet: C8, 54 and 9E. RGB value is (200,84,158). Sum of RGB (Red+Green+Blue) = 200+84+158=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C8549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8549E is #37AB61. Grayscale: #7E7E7E. Windows color (decimal): -3648354 or 10376392. OLE color: 10376392.
HSL color Cylindrical-coordinate representation of color #C8549E: hue angle of 321.72º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8549E is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 158 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.22 |
| HSL | 321.72º | 0.51% | 0.56% | - |
| HSV(B) | 321.72º | 0.58% | 0.78% | - |
| XYZ | 33.16 | 21.09 | 34.67 | - |
| YUV | 127.12 | 145.43 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 158 | 0 | 0.58 | 0.21 | 0.22 | 321.72 | 0.51 | 0.56 |
| Hex | C8 | 54 | 9E | 0 | 3A | 15 | 16 | 142 | 33 | 38 |
| Octal | 310 | 124 | 236 | 0 | 72 | 25 | 26 | 502 | 63 | 70 |
| Binary | 11001000 | 1010100 | 10011110 | 0 | 111010 | 10101 | 10110 | 101000010 | 110011 | 111000 |
Color Harmonies of #C8549E
Complementary color
Monochromatic Colors of #C8549E
Black with #C8549E
Text Example
Text Example
White with #C8549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8549E; }
p { color: rgb(200,84,158); }
H1.HeaderClassName
{
color: #C8549E;
}
.AnyTagClassName
{
color: #C8549E;
}
</style>
background-color css
<style>
a { background-color: #C8549E; }
a { background-color: rgb(200,84,158); }
div.DivClassName
{
background-color: #C8549E;
}
.BgClassName
{
background-color: #C8549E;
}
</style>
border-color css
<style>
span { border-color: #C8549E; }
span { border-color: rgb(200,84,158); }
td.TdClassName
{
border-color: #C8549E;
}
.TagClassName
{
border-color: #C8549E;
}
</style>