Shades of Mulberry #CB4484
Tints of Mulberry #CB4484
RGB
CMYK
RGB Variations
Color information
#CB4484 (or 0xCB4484) is known color: Mulberry. HEX triplet: CB, 44 and 84. RGB value is (203,68,132). Sum of RGB (Red+Green+Blue) = 203+68+132=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4484 is #34BB7B. Grayscale: #737373. Windows color (decimal): -3455868 or 8668363. OLE color: 8668363.
HSL color Cylindrical-coordinate representation of color #CB4484: hue angle of 331.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4484 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 132 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.20 |
| HSL | 331.56º | 0.56% | 0.53% | - |
| HSV(B) | 331.56º | 0.67% | 0.8% | - |
| XYZ | 30.86 | 18.5 | 23.77 | - |
| YUV | 115.66 | 137.23 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 132 | 0 | 0.67 | 0.35 | 0.20 | 331.56 | 0.56 | 0.53 |
| Hex | CB | 44 | 84 | 0 | 43 | 23 | 14 | 14C | 38 | 35 |
| Octal | 313 | 104 | 204 | 0 | 103 | 43 | 24 | 514 | 70 | 65 |
| Binary | 11001011 | 1000100 | 10000100 | 0 | 1000011 | 100011 | 10100 | 101001100 | 111000 | 110101 |
Color Harmonies of #CB4484
Complementary color
Monochromatic Colors of #CB4484
Black with #CB4484
Text Example
Text Example
White with #CB4484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4484; }
p { color: rgb(203,68,132); }
H1.HeaderClassName
{
color: #CB4484;
}
.AnyTagClassName
{
color: #CB4484;
}
</style>
background-color css
<style>
a { background-color: #CB4484; }
a { background-color: rgb(203,68,132); }
div.DivClassName
{
background-color: #CB4484;
}
.BgClassName
{
background-color: #CB4484;
}
</style>
border-color css
<style>
span { border-color: #CB4484; }
span { border-color: rgb(203,68,132); }
td.TdClassName
{
border-color: #CB4484;
}
.TagClassName
{
border-color: #CB4484;
}
</style>