Shades of Mulberry #CB4E8B
Tints of Mulberry #CB4E8B
RGB
CMYK
RGB Variations
Color information
#CB4E8B (or 0xCB4E8B) is known color: Mulberry. HEX triplet: CB, 4E and 8B. RGB value is (203,78,139). Sum of RGB (Red+Green+Blue) = 203+78+139=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 78 (30.86% from 255 or 18.57% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4E8B is #34B174. Grayscale: #7A7A7A. Windows color (decimal): -3453301 or 9129675. OLE color: 9129675.
HSL color Cylindrical-coordinate representation of color #CB4E8B: hue angle of 330.72º 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 #CB4E8B is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 78 | 139 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.20 |
| HSL | 330.72º | 0.55% | 0.55% | - |
| HSV(B) | 330.72º | 0.62% | 0.8% | - |
| XYZ | 32.01 | 20.01 | 26.6 | - |
| YUV | 122.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 139 | 0 | 0.62 | 0.32 | 0.20 | 330.72 | 0.55 | 0.55 |
| Hex | CB | 4E | 8B | 0 | 3E | 20 | 14 | 14B | 37 | 37 |
| Octal | 313 | 116 | 213 | 0 | 76 | 40 | 24 | 513 | 67 | 67 |
| Binary | 11001011 | 1001110 | 10001011 | 0 | 111110 | 100000 | 10100 | 101001011 | 110111 | 110111 |
Color Harmonies of #CB4E8B
Complementary color
Monochromatic Colors of #CB4E8B
Black with #CB4E8B
Text Example
Text Example
White with #CB4E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4E8B; }
p { color: rgb(203,78,139); }
H1.HeaderClassName
{
color: #CB4E8B;
}
.AnyTagClassName
{
color: #CB4E8B;
}
</style>
background-color css
<style>
a { background-color: #CB4E8B; }
a { background-color: rgb(203,78,139); }
div.DivClassName
{
background-color: #CB4E8B;
}
.BgClassName
{
background-color: #CB4E8B;
}
</style>
border-color css
<style>
span { border-color: #CB4E8B; }
span { border-color: rgb(203,78,139); }
td.TdClassName
{
border-color: #CB4E8B;
}
.TagClassName
{
border-color: #CB4E8B;
}
</style>