Shades of Mulberry #CB4584
Tints of Mulberry #CB4584
RGB
CMYK
RGB Variations
Color information
#CB4584 (or 0xCB4584) is known color: Mulberry. HEX triplet: CB, 45 and 84. RGB value is (203,69,132). Sum of RGB (Red+Green+Blue) = 203+69+132=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4584 is #34BA7B. Grayscale: #747474. Windows color (decimal): -3455612 or 8668619. OLE color: 8668619.
HSL color Cylindrical-coordinate representation of color #CB4584: hue angle of 331.79º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4584 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 132 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.20 |
| HSL | 331.79º | 0.56% | 0.53% | - |
| HSV(B) | 331.79º | 0.66% | 0.8% | - |
| XYZ | 30.92 | 18.62 | 23.79 | - |
| YUV | 116.25 | 136.89 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 132 | 0 | 0.66 | 0.35 | 0.20 | 331.79 | 0.56 | 0.53 |
| Hex | CB | 45 | 84 | 0 | 42 | 23 | 14 | 14C | 38 | 35 |
| Octal | 313 | 105 | 204 | 0 | 102 | 43 | 24 | 514 | 70 | 65 |
| Binary | 11001011 | 1000101 | 10000100 | 0 | 1000010 | 100011 | 10100 | 101001100 | 111000 | 110101 |
Color Harmonies of #CB4584
Complementary color
Monochromatic Colors of #CB4584
Black with #CB4584
Text Example
Text Example
White with #CB4584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4584; }
p { color: rgb(203,69,132); }
H1.HeaderClassName
{
color: #CB4584;
}
.AnyTagClassName
{
color: #CB4584;
}
</style>
background-color css
<style>
a { background-color: #CB4584; }
a { background-color: rgb(203,69,132); }
div.DivClassName
{
background-color: #CB4584;
}
.BgClassName
{
background-color: #CB4584;
}
</style>
border-color css
<style>
span { border-color: #CB4584; }
span { border-color: rgb(203,69,132); }
td.TdClassName
{
border-color: #CB4584;
}
.TagClassName
{
border-color: #CB4584;
}
</style>