Shades of Mulberry #CB4E99
Tints of Mulberry #CB4E99
RGB
CMYK
RGB Variations
Color information
#CB4E99 (or 0xCB4E99) is known color: Mulberry. HEX triplet: CB, 4E and 99. RGB value is (203,78,153). Sum of RGB (Red+Green+Blue) = 203+78+153=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4E99 is #34B166. Grayscale: #7B7B7B. Windows color (decimal): -3453287 or 10047179. OLE color: 10047179.
HSL color Cylindrical-coordinate representation of color #CB4E99: hue angle of 324º 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 #CB4E99 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 78 | 153 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.20 |
| HSL | 324º | 0.55% | 0.55% | - |
| HSV(B) | 324º | 0.62% | 0.8% | - |
| XYZ | 33.1 | 20.45 | 32.34 | - |
| YUV | 123.93 | 144.41 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 153 | 0 | 0.62 | 0.25 | 0.20 | 324 | 0.55 | 0.55 |
| Hex | CB | 4E | 99 | 0 | 3E | 19 | 14 | 144 | 37 | 37 |
| Octal | 313 | 116 | 231 | 0 | 76 | 31 | 24 | 504 | 67 | 67 |
| Binary | 11001011 | 1001110 | 10011001 | 0 | 111110 | 11001 | 10100 | 101000100 | 110111 | 110111 |
Color Harmonies of #CB4E99
Complementary color
Monochromatic Colors of #CB4E99
Black with #CB4E99
Text Example
Text Example
White with #CB4E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4E99; }
p { color: rgb(203,78,153); }
H1.HeaderClassName
{
color: #CB4E99;
}
.AnyTagClassName
{
color: #CB4E99;
}
</style>
background-color css
<style>
a { background-color: #CB4E99; }
a { background-color: rgb(203,78,153); }
div.DivClassName
{
background-color: #CB4E99;
}
.BgClassName
{
background-color: #CB4E99;
}
</style>
border-color css
<style>
span { border-color: #CB4E99; }
span { border-color: rgb(203,78,153); }
td.TdClassName
{
border-color: #CB4E99;
}
.TagClassName
{
border-color: #CB4E99;
}
</style>