Shades of Mulberry #CB4A8E
Tints of Mulberry #CB4A8E
RGB
CMYK
RGB Variations
Color information
#CB4A8E (or 0xCB4A8E) is known color: Mulberry. HEX triplet: CB, 4A and 8E. RGB value is (203,74,142). Sum of RGB (Red+Green+Blue) = 203+74+142=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4A8E is #34B571. Grayscale: #787878. Windows color (decimal): -3454322 or 9325259. OLE color: 9325259.
HSL color Cylindrical-coordinate representation of color #CB4A8E: hue angle of 328.37º 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 #CB4A8E is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 74 | 142 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.20 |
| HSL | 328.37º | 0.55% | 0.54% | - |
| HSV(B) | 328.37º | 0.64% | 0.8% | - |
| XYZ | 31.96 | 19.55 | 27.68 | - |
| YUV | 120.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 142 | 0 | 0.64 | 0.30 | 0.20 | 328.37 | 0.55 | 0.54 |
| Hex | CB | 4A | 8E | 0 | 40 | 1E | 14 | 148 | 37 | 36 |
| Octal | 313 | 112 | 216 | 0 | 100 | 36 | 24 | 510 | 67 | 66 |
| Binary | 11001011 | 1001010 | 10001110 | 0 | 1000000 | 11110 | 10100 | 101001000 | 110111 | 110110 |
Color Harmonies of #CB4A8E
Complementary color
Monochromatic Colors of #CB4A8E
Black with #CB4A8E
Text Example
Text Example
White with #CB4A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4A8E; }
p { color: rgb(203,74,142); }
H1.HeaderClassName
{
color: #CB4A8E;
}
.AnyTagClassName
{
color: #CB4A8E;
}
</style>
background-color css
<style>
a { background-color: #CB4A8E; }
a { background-color: rgb(203,74,142); }
div.DivClassName
{
background-color: #CB4A8E;
}
.BgClassName
{
background-color: #CB4A8E;
}
</style>
border-color css
<style>
span { border-color: #CB4A8E; }
span { border-color: rgb(203,74,142); }
td.TdClassName
{
border-color: #CB4A8E;
}
.TagClassName
{
border-color: #CB4A8E;
}
</style>