Shades of Mulberry #CB4A8B
Tints of Mulberry #CB4A8B
RGB
CMYK
RGB Variations
Color information
#CB4A8B (or 0xCB4A8B) is known color: Mulberry. HEX triplet: CB, 4A and 8B. RGB value is (203,74,139). Sum of RGB (Red+Green+Blue) = 203+74+139=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4A8B is #34B574. Grayscale: #777777. Windows color (decimal): -3454325 or 9128651. OLE color: 9128651.
HSL color Cylindrical-coordinate representation of color #CB4A8B: hue angle of 329.77º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4A8B is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 74 | 139 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.20 |
| HSL | 329.77º | 0.55% | 0.54% | - |
| HSV(B) | 329.77º | 0.64% | 0.8% | - |
| XYZ | 31.74 | 19.46 | 26.51 | - |
| YUV | 119.98 | 138.74 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 139 | 0 | 0.64 | 0.32 | 0.20 | 329.77 | 0.55 | 0.54 |
| Hex | CB | 4A | 8B | 0 | 40 | 20 | 14 | 14A | 37 | 36 |
| Octal | 313 | 112 | 213 | 0 | 100 | 40 | 24 | 512 | 67 | 66 |
| Binary | 11001011 | 1001010 | 10001011 | 0 | 1000000 | 100000 | 10100 | 101001010 | 110111 | 110110 |
Color Harmonies of #CB4A8B
Complementary color
Monochromatic Colors of #CB4A8B
Black with #CB4A8B
Text Example
Text Example
White with #CB4A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4A8B; }
p { color: rgb(203,74,139); }
H1.HeaderClassName
{
color: #CB4A8B;
}
.AnyTagClassName
{
color: #CB4A8B;
}
</style>
background-color css
<style>
a { background-color: #CB4A8B; }
a { background-color: rgb(203,74,139); }
div.DivClassName
{
background-color: #CB4A8B;
}
.BgClassName
{
background-color: #CB4A8B;
}
</style>
border-color css
<style>
span { border-color: #CB4A8B; }
span { border-color: rgb(203,74,139); }
td.TdClassName
{
border-color: #CB4A8B;
}
.TagClassName
{
border-color: #CB4A8B;
}
</style>