Shades of Mulberry #CB4C9E
Tints of Mulberry #CB4C9E
RGB
CMYK
RGB Variations
Color information
#CB4C9E (or 0xCB4C9E) is known color: Mulberry. HEX triplet: CB, 4C and 9E. RGB value is (203,76,158). Sum of RGB (Red+Green+Blue) = 203+76+158=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4C9E is #34B361. Grayscale: #7B7B7B. Windows color (decimal): -3453794 or 10374347. OLE color: 10374347.
HSL color Cylindrical-coordinate representation of color #CB4C9E: hue angle of 321.26º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4C9E is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 76 | 158 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.20 |
| HSL | 321.26º | 0.55% | 0.55% | - |
| HSV(B) | 321.26º | 0.63% | 0.8% | - |
| XYZ | 33.38 | 20.33 | 34.51 | - |
| YUV | 123.32 | 147.58 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 158 | 0 | 0.63 | 0.22 | 0.20 | 321.26 | 0.55 | 0.55 |
| Hex | CB | 4C | 9E | 0 | 3F | 16 | 14 | 141 | 37 | 37 |
| Octal | 313 | 114 | 236 | 0 | 77 | 26 | 24 | 501 | 67 | 67 |
| Binary | 11001011 | 1001100 | 10011110 | 0 | 111111 | 10110 | 10100 | 101000001 | 110111 | 110111 |
Color Harmonies of #CB4C9E
Complementary color
Monochromatic Colors of #CB4C9E
Black with #CB4C9E
Text Example
Text Example
White with #CB4C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4C9E; }
p { color: rgb(203,76,158); }
H1.HeaderClassName
{
color: #CB4C9E;
}
.AnyTagClassName
{
color: #CB4C9E;
}
</style>
background-color css
<style>
a { background-color: #CB4C9E; }
a { background-color: rgb(203,76,158); }
div.DivClassName
{
background-color: #CB4C9E;
}
.BgClassName
{
background-color: #CB4C9E;
}
</style>
border-color css
<style>
span { border-color: #CB4C9E; }
span { border-color: rgb(203,76,158); }
td.TdClassName
{
border-color: #CB4C9E;
}
.TagClassName
{
border-color: #CB4C9E;
}
</style>