Shades of Mulberry #CB3B90
Tints of Mulberry #CB3B90
RGB
CMYK
RGB Variations
Color information
#CB3B90 (or 0xCB3B90) is known color: Mulberry. HEX triplet: CB, 3B and 90. RGB value is (203,59,144). Sum of RGB (Red+Green+Blue) = 203+59+144=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3B90 is #34C46F. Grayscale: #6F6F6F. Windows color (decimal): -3458160 or 9452491. OLE color: 9452491.
HSL color Cylindrical-coordinate representation of color #CB3B90: hue angle of 324.58º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3B90 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 59 | 144 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.20 |
| HSL | 324.58º | 0.58% | 0.51% | - |
| HSV(B) | 324.58º | 0.71% | 0.8% | - |
| XYZ | 31.23 | 17.84 | 28.18 | - |
| YUV | 111.75 | 146.21 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 144 | 0 | 0.71 | 0.29 | 0.20 | 324.58 | 0.58 | 0.51 |
| Hex | CB | 3B | 90 | 0 | 47 | 1D | 14 | 145 | 3A | 33 |
| Octal | 313 | 73 | 220 | 0 | 107 | 35 | 24 | 505 | 72 | 63 |
| Binary | 11001011 | 111011 | 10010000 | 0 | 1000111 | 11101 | 10100 | 101000101 | 111010 | 110011 |
Color Harmonies of #CB3B90
Complementary color
Monochromatic Colors of #CB3B90
Black with #CB3B90
Text Example
Text Example
White with #CB3B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3B90; }
p { color: rgb(203,59,144); }
H1.HeaderClassName
{
color: #CB3B90;
}
.AnyTagClassName
{
color: #CB3B90;
}
</style>
background-color css
<style>
a { background-color: #CB3B90; }
a { background-color: rgb(203,59,144); }
div.DivClassName
{
background-color: #CB3B90;
}
.BgClassName
{
background-color: #CB3B90;
}
</style>
border-color css
<style>
span { border-color: #CB3B90; }
span { border-color: rgb(203,59,144); }
td.TdClassName
{
border-color: #CB3B90;
}
.TagClassName
{
border-color: #CB3B90;
}
</style>