Shades of Mulberry #CB549E
Tints of Mulberry #CB549E
RGB
CMYK
RGB Variations
Color information
#CB549E (or 0xCB549E) is known color: Mulberry. HEX triplet: CB, 54 and 9E. RGB value is (203,84,158). Sum of RGB (Red+Green+Blue) = 203+84+158=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB549E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB549E is #34AB61. Grayscale: #7F7F7F. Windows color (decimal): -3451746 or 10376395. OLE color: 10376395.
HSL color Cylindrical-coordinate representation of color #CB549E: hue angle of 322.69º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB549E is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 158 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.20 |
| HSL | 322.69º | 0.53% | 0.56% | - |
| HSV(B) | 322.69º | 0.59% | 0.8% | - |
| XYZ | 33.97 | 21.51 | 34.71 | - |
| YUV | 128.02 | 144.92 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 158 | 0 | 0.59 | 0.22 | 0.20 | 322.69 | 0.53 | 0.56 |
| Hex | CB | 54 | 9E | 0 | 3B | 16 | 14 | 143 | 35 | 38 |
| Octal | 313 | 124 | 236 | 0 | 73 | 26 | 24 | 503 | 65 | 70 |
| Binary | 11001011 | 1010100 | 10011110 | 0 | 111011 | 10110 | 10100 | 101000011 | 110101 | 111000 |
Color Harmonies of #CB549E
Complementary color
Monochromatic Colors of #CB549E
Black with #CB549E
Text Example
Text Example
White with #CB549E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB549E; }
p { color: rgb(203,84,158); }
H1.HeaderClassName
{
color: #CB549E;
}
.AnyTagClassName
{
color: #CB549E;
}
</style>
background-color css
<style>
a { background-color: #CB549E; }
a { background-color: rgb(203,84,158); }
div.DivClassName
{
background-color: #CB549E;
}
.BgClassName
{
background-color: #CB549E;
}
</style>
border-color css
<style>
span { border-color: #CB549E; }
span { border-color: rgb(203,84,158); }
td.TdClassName
{
border-color: #CB549E;
}
.TagClassName
{
border-color: #CB549E;
}
</style>