Shades of Mulberry #CB4384
Tints of Mulberry #CB4384
RGB
CMYK
RGB Variations
Color information
#CB4384 (or 0xCB4384) is known color: Mulberry. HEX triplet: CB, 43 and 84. RGB value is (203,67,132). Sum of RGB (Red+Green+Blue) = 203+67+132=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4384 is #34BC7B. Grayscale: #727272. Windows color (decimal): -3456124 or 8668107. OLE color: 8668107.
HSL color Cylindrical-coordinate representation of color #CB4384: hue angle of 331.32º degrees, saturation: 0.57, 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 #CB4384 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 132 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.20 |
| HSL | 331.32º | 0.57% | 0.53% | - |
| HSV(B) | 331.32º | 0.67% | 0.8% | - |
| XYZ | 30.8 | 18.38 | 23.75 | - |
| YUV | 115.07 | 137.56 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 132 | 0 | 0.67 | 0.35 | 0.20 | 331.32 | 0.57 | 0.53 |
| Hex | CB | 43 | 84 | 0 | 43 | 23 | 14 | 14B | 39 | 35 |
| Octal | 313 | 103 | 204 | 0 | 103 | 43 | 24 | 513 | 71 | 65 |
| Binary | 11001011 | 1000011 | 10000100 | 0 | 1000011 | 100011 | 10100 | 101001011 | 111001 | 110101 |
Color Harmonies of #CB4384
Complementary color
Monochromatic Colors of #CB4384
Black with #CB4384
Text Example
Text Example
White with #CB4384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4384; }
p { color: rgb(203,67,132); }
H1.HeaderClassName
{
color: #CB4384;
}
.AnyTagClassName
{
color: #CB4384;
}
</style>
background-color css
<style>
a { background-color: #CB4384; }
a { background-color: rgb(203,67,132); }
div.DivClassName
{
background-color: #CB4384;
}
.BgClassName
{
background-color: #CB4384;
}
</style>
border-color css
<style>
span { border-color: #CB4384; }
span { border-color: rgb(203,67,132); }
td.TdClassName
{
border-color: #CB4384;
}
.TagClassName
{
border-color: #CB4384;
}
</style>