Shades of Mulberry #CB4D90
Tints of Mulberry #CB4D90
RGB
CMYK
RGB Variations
Color information
#CB4D90 (or 0xCB4D90) is known color: Mulberry. HEX triplet: CB, 4D and 90. RGB value is (203,77,144). Sum of RGB (Red+Green+Blue) = 203+77+144=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4D90 is #34B26F. Grayscale: #7A7A7A. Windows color (decimal): -3453552 or 9457099. OLE color: 9457099.
HSL color Cylindrical-coordinate representation of color #CB4D90: hue angle of 328.1º 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 #CB4D90 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 144 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.20 |
| HSL | 328.1º | 0.55% | 0.55% | - |
| HSV(B) | 328.1º | 0.62% | 0.8% | - |
| XYZ | 32.32 | 20.02 | 28.55 | - |
| YUV | 122.31 | 140.24 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 144 | 0 | 0.62 | 0.29 | 0.20 | 328.1 | 0.55 | 0.55 |
| Hex | CB | 4D | 90 | 0 | 3E | 1D | 14 | 148 | 37 | 37 |
| Octal | 313 | 115 | 220 | 0 | 76 | 35 | 24 | 510 | 67 | 67 |
| Binary | 11001011 | 1001101 | 10010000 | 0 | 111110 | 11101 | 10100 | 101001000 | 110111 | 110111 |
Color Harmonies of #CB4D90
Complementary color
Monochromatic Colors of #CB4D90
Black with #CB4D90
Text Example
Text Example
White with #CB4D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4D90; }
p { color: rgb(203,77,144); }
H1.HeaderClassName
{
color: #CB4D90;
}
.AnyTagClassName
{
color: #CB4D90;
}
</style>
background-color css
<style>
a { background-color: #CB4D90; }
a { background-color: rgb(203,77,144); }
div.DivClassName
{
background-color: #CB4D90;
}
.BgClassName
{
background-color: #CB4D90;
}
</style>
border-color css
<style>
span { border-color: #CB4D90; }
span { border-color: rgb(203,77,144); }
td.TdClassName
{
border-color: #CB4D90;
}
.TagClassName
{
border-color: #CB4D90;
}
</style>