Shades of Mulberry #CB4891
Tints of Mulberry #CB4891
RGB
CMYK
RGB Variations
Color information
#CB4891 (or 0xCB4891) is known color: Mulberry. HEX triplet: CB, 48 and 91. RGB value is (203,72,145). Sum of RGB (Red+Green+Blue) = 203+72+145=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4891 is #34B76E. Grayscale: #777777. Windows color (decimal): -3454831 or 9521355. OLE color: 9521355.
HSL color Cylindrical-coordinate representation of color #CB4891: hue angle of 326.56º 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 #CB4891 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 145 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.20 |
| HSL | 326.56º | 0.56% | 0.54% | - |
| HSV(B) | 326.56º | 0.65% | 0.8% | - |
| XYZ | 32.06 | 19.38 | 28.84 | - |
| YUV | 119.49 | 142.4 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 145 | 0 | 0.65 | 0.29 | 0.20 | 326.56 | 0.56 | 0.54 |
| Hex | CB | 48 | 91 | 0 | 41 | 1D | 14 | 147 | 38 | 36 |
| Octal | 313 | 110 | 221 | 0 | 101 | 35 | 24 | 507 | 70 | 66 |
| Binary | 11001011 | 1001000 | 10010001 | 0 | 1000001 | 11101 | 10100 | 101000111 | 111000 | 110110 |
Color Harmonies of #CB4891
Complementary color
Monochromatic Colors of #CB4891
Black with #CB4891
Text Example
Text Example
White with #CB4891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4891; }
p { color: rgb(203,72,145); }
H1.HeaderClassName
{
color: #CB4891;
}
.AnyTagClassName
{
color: #CB4891;
}
</style>
background-color css
<style>
a { background-color: #CB4891; }
a { background-color: rgb(203,72,145); }
div.DivClassName
{
background-color: #CB4891;
}
.BgClassName
{
background-color: #CB4891;
}
</style>
border-color css
<style>
span { border-color: #CB4891; }
span { border-color: rgb(203,72,145); }
td.TdClassName
{
border-color: #CB4891;
}
.TagClassName
{
border-color: #CB4891;
}
</style>