Shades of Mulberry #CB47A9
Tints of Mulberry #CB47A9
RGB
CMYK
RGB Variations
Color information
#CB47A9 (or 0xCB47A9) is known color: Mulberry. HEX triplet: CB, 47 and A9. RGB value is (203,71,169). Sum of RGB (Red+Green+Blue) = 203+71+169=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB47A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB47A9 is #34B856. Grayscale: #797979. Windows color (decimal): -3455063 or 11093963. OLE color: 11093963.
HSL color Cylindrical-coordinate representation of color #CB47A9: hue angle of 315.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB47A9 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 169 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.20 |
| HSL | 315.45º | 0.56% | 0.54% | - |
| HSV(B) | 315.45º | 0.65% | 0.8% | - |
| XYZ | 34.04 | 20.07 | 39.62 | - |
| YUV | 121.64 | 154.73 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 169 | 0 | 0.65 | 0.17 | 0.20 | 315.45 | 0.56 | 0.54 |
| Hex | CB | 47 | A9 | 0 | 41 | 11 | 14 | 13B | 38 | 36 |
| Octal | 313 | 107 | 251 | 0 | 101 | 21 | 24 | 473 | 70 | 66 |
| Binary | 11001011 | 1000111 | 10101001 | 0 | 1000001 | 10001 | 10100 | 100111011 | 111000 | 110110 |
Color Harmonies of #CB47A9
Complementary color
Monochromatic Colors of #CB47A9
Black with #CB47A9
Text Example
Text Example
White with #CB47A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB47A9; }
p { color: rgb(203,71,169); }
H1.HeaderClassName
{
color: #CB47A9;
}
.AnyTagClassName
{
color: #CB47A9;
}
</style>
background-color css
<style>
a { background-color: #CB47A9; }
a { background-color: rgb(203,71,169); }
div.DivClassName
{
background-color: #CB47A9;
}
.BgClassName
{
background-color: #CB47A9;
}
</style>
border-color css
<style>
span { border-color: #CB47A9; }
span { border-color: rgb(203,71,169); }
td.TdClassName
{
border-color: #CB47A9;
}
.TagClassName
{
border-color: #CB47A9;
}
</style>