Shades of Mulberry #CB4E90
Tints of Mulberry #CB4E90
RGB
CMYK
RGB Variations
Color information
#CB4E90 (or 0xCB4E90) is known color: Mulberry. HEX triplet: CB, 4E and 90. RGB value is (203,78,144). Sum of RGB (Red+Green+Blue) = 203+78+144=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4E90 is #34B16F. Grayscale: #7A7A7A. Windows color (decimal): -3453296 or 9457355. OLE color: 9457355.
HSL color Cylindrical-coordinate representation of color #CB4E90: hue angle of 328.32º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4E90 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 78 | 144 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.20 |
| HSL | 328.32º | 0.55% | 0.55% | - |
| HSV(B) | 328.32º | 0.62% | 0.8% | - |
| XYZ | 32.39 | 20.16 | 28.57 | - |
| YUV | 122.9 | 139.91 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 144 | 0 | 0.62 | 0.29 | 0.20 | 328.32 | 0.55 | 0.55 |
| Hex | CB | 4E | 90 | 0 | 3E | 1D | 14 | 148 | 37 | 37 |
| Octal | 313 | 116 | 220 | 0 | 76 | 35 | 24 | 510 | 67 | 67 |
| Binary | 11001011 | 1001110 | 10010000 | 0 | 111110 | 11101 | 10100 | 101001000 | 110111 | 110111 |
Color Harmonies of #CB4E90
Complementary color
Monochromatic Colors of #CB4E90
Black with #CB4E90
Text Example
Text Example
White with #CB4E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4E90; }
p { color: rgb(203,78,144); }
H1.HeaderClassName
{
color: #CB4E90;
}
.AnyTagClassName
{
color: #CB4E90;
}
</style>
background-color css
<style>
a { background-color: #CB4E90; }
a { background-color: rgb(203,78,144); }
div.DivClassName
{
background-color: #CB4E90;
}
.BgClassName
{
background-color: #CB4E90;
}
</style>
border-color css
<style>
span { border-color: #CB4E90; }
span { border-color: rgb(203,78,144); }
td.TdClassName
{
border-color: #CB4E90;
}
.TagClassName
{
border-color: #CB4E90;
}
</style>