Shades of Mulberry #CB4E8E
Tints of Mulberry #CB4E8E
RGB
CMYK
RGB Variations
Color information
#CB4E8E (or 0xCB4E8E) is known color: Mulberry. HEX triplet: CB, 4E and 8E. RGB value is (203,78,142). Sum of RGB (Red+Green+Blue) = 203+78+142=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4E8E is #34B171. Grayscale: #7A7A7A. Windows color (decimal): -3453298 or 9326283. OLE color: 9326283.
HSL color Cylindrical-coordinate representation of color #CB4E8E: hue angle of 329.28º 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 #CB4E8E is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 78 | 142 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.20 |
| HSL | 329.28º | 0.55% | 0.55% | - |
| HSV(B) | 329.28º | 0.62% | 0.8% | - |
| XYZ | 32.24 | 20.1 | 27.77 | - |
| YUV | 122.67 | 138.91 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 142 | 0 | 0.62 | 0.30 | 0.20 | 329.28 | 0.55 | 0.55 |
| Hex | CB | 4E | 8E | 0 | 3E | 1E | 14 | 149 | 37 | 37 |
| Octal | 313 | 116 | 216 | 0 | 76 | 36 | 24 | 511 | 67 | 67 |
| Binary | 11001011 | 1001110 | 10001110 | 0 | 111110 | 11110 | 10100 | 101001001 | 110111 | 110111 |
Color Harmonies of #CB4E8E
Complementary color
Monochromatic Colors of #CB4E8E
Black with #CB4E8E
Text Example
Text Example
White with #CB4E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4E8E; }
p { color: rgb(203,78,142); }
H1.HeaderClassName
{
color: #CB4E8E;
}
.AnyTagClassName
{
color: #CB4E8E;
}
</style>
background-color css
<style>
a { background-color: #CB4E8E; }
a { background-color: rgb(203,78,142); }
div.DivClassName
{
background-color: #CB4E8E;
}
.BgClassName
{
background-color: #CB4E8E;
}
</style>
border-color css
<style>
span { border-color: #CB4E8E; }
span { border-color: rgb(203,78,142); }
td.TdClassName
{
border-color: #CB4E8E;
}
.TagClassName
{
border-color: #CB4E8E;
}
</style>