Shades of Mulberry #CB4F90
Tints of Mulberry #CB4F90
RGB
CMYK
RGB Variations
Color information
#CB4F90 (or 0xCB4F90) is known color: Mulberry. HEX triplet: CB, 4F and 90. RGB value is (203,79,144). Sum of RGB (Red+Green+Blue) = 203+79+144=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4F90 is #34B06F. Grayscale: #7B7B7B. Windows color (decimal): -3453040 or 9457611. OLE color: 9457611.
HSL color Cylindrical-coordinate representation of color #CB4F90: hue angle of 328.55º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB4F90 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 79 | 144 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.20 |
| HSL | 328.55º | 0.54% | 0.55% | - |
| HSV(B) | 328.55º | 0.61% | 0.8% | - |
| XYZ | 32.46 | 20.3 | 28.59 | - |
| YUV | 123.49 | 139.58 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 79 | 144 | 0 | 0.61 | 0.29 | 0.20 | 328.55 | 0.54 | 0.55 |
| Hex | CB | 4F | 90 | 0 | 3D | 1D | 14 | 149 | 36 | 37 |
| Octal | 313 | 117 | 220 | 0 | 75 | 35 | 24 | 511 | 66 | 67 |
| Binary | 11001011 | 1001111 | 10010000 | 0 | 111101 | 11101 | 10100 | 101001001 | 110110 | 110111 |
Color Harmonies of #CB4F90
Complementary color
Monochromatic Colors of #CB4F90
Black with #CB4F90
Text Example
Text Example
White with #CB4F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4F90; }
p { color: rgb(203,79,144); }
H1.HeaderClassName
{
color: #CB4F90;
}
.AnyTagClassName
{
color: #CB4F90;
}
</style>
background-color css
<style>
a { background-color: #CB4F90; }
a { background-color: rgb(203,79,144); }
div.DivClassName
{
background-color: #CB4F90;
}
.BgClassName
{
background-color: #CB4F90;
}
</style>
border-color css
<style>
span { border-color: #CB4F90; }
span { border-color: rgb(203,79,144); }
td.TdClassName
{
border-color: #CB4F90;
}
.TagClassName
{
border-color: #CB4F90;
}
</style>