Shades of Mulberry #CB5189
Tints of Mulberry #CB5189
RGB
CMYK
RGB Variations
Color information
#CB5189 (or 0xCB5189) is known color: Mulberry. HEX triplet: CB, 51 and 89. RGB value is (203,81,137). Sum of RGB (Red+Green+Blue) = 203+81+137=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5189 is #34AE76. Grayscale: #7B7B7B. Windows color (decimal): -3452535 or 8999371. OLE color: 8999371.
HSL color Cylindrical-coordinate representation of color #CB5189: hue angle of 332.46º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5189 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 137 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.20 |
| HSL | 332.46º | 0.54% | 0.56% | - |
| HSV(B) | 332.46º | 0.6% | 0.8% | - |
| XYZ | 32.09 | 20.39 | 25.91 | - |
| YUV | 123.86 | 135.42 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 137 | 0 | 0.60 | 0.33 | 0.20 | 332.46 | 0.54 | 0.56 |
| Hex | CB | 51 | 89 | 0 | 3C | 21 | 14 | 14C | 36 | 38 |
| Octal | 313 | 121 | 211 | 0 | 74 | 41 | 24 | 514 | 66 | 70 |
| Binary | 11001011 | 1010001 | 10001001 | 0 | 111100 | 100001 | 10100 | 101001100 | 110110 | 111000 |
Color Harmonies of #CB5189
Complementary color
Monochromatic Colors of #CB5189
Black with #CB5189
Text Example
Text Example
White with #CB5189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5189; }
p { color: rgb(203,81,137); }
H1.HeaderClassName
{
color: #CB5189;
}
.AnyTagClassName
{
color: #CB5189;
}
</style>
background-color css
<style>
a { background-color: #CB5189; }
a { background-color: rgb(203,81,137); }
div.DivClassName
{
background-color: #CB5189;
}
.BgClassName
{
background-color: #CB5189;
}
</style>
border-color css
<style>
span { border-color: #CB5189; }
span { border-color: rgb(203,81,137); }
td.TdClassName
{
border-color: #CB5189;
}
.TagClassName
{
border-color: #CB5189;
}
</style>