Shades of Mulberry #CB4D9E
Tints of Mulberry #CB4D9E
RGB
CMYK
RGB Variations
Color information
#CB4D9E (or 0xCB4D9E) is known color: Mulberry. HEX triplet: CB, 4D and 9E. RGB value is (203,77,158). Sum of RGB (Red+Green+Blue) = 203+77+158=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4D9E is #34B261. Grayscale: #7B7B7B. Windows color (decimal): -3453538 or 10374603. OLE color: 10374603.
HSL color Cylindrical-coordinate representation of color #CB4D9E: hue angle of 321.43º 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 #CB4D9E is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 158 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.20 |
| HSL | 321.43º | 0.55% | 0.55% | - |
| HSV(B) | 321.43º | 0.62% | 0.8% | - |
| XYZ | 33.45 | 20.47 | 34.54 | - |
| YUV | 123.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 158 | 0 | 0.62 | 0.22 | 0.20 | 321.43 | 0.55 | 0.55 |
| Hex | CB | 4D | 9E | 0 | 3E | 16 | 14 | 141 | 37 | 37 |
| Octal | 313 | 115 | 236 | 0 | 76 | 26 | 24 | 501 | 67 | 67 |
| Binary | 11001011 | 1001101 | 10011110 | 0 | 111110 | 10110 | 10100 | 101000001 | 110111 | 110111 |
Color Harmonies of #CB4D9E
Complementary color
Monochromatic Colors of #CB4D9E
Black with #CB4D9E
Text Example
Text Example
White with #CB4D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4D9E; }
p { color: rgb(203,77,158); }
H1.HeaderClassName
{
color: #CB4D9E;
}
.AnyTagClassName
{
color: #CB4D9E;
}
</style>
background-color css
<style>
a { background-color: #CB4D9E; }
a { background-color: rgb(203,77,158); }
div.DivClassName
{
background-color: #CB4D9E;
}
.BgClassName
{
background-color: #CB4D9E;
}
</style>
border-color css
<style>
span { border-color: #CB4D9E; }
span { border-color: rgb(203,77,158); }
td.TdClassName
{
border-color: #CB4D9E;
}
.TagClassName
{
border-color: #CB4D9E;
}
</style>