Shades of Mulberry #CB4782
Tints of Mulberry #CB4782
RGB
CMYK
RGB Variations
Color information
#CB4782 (or 0xCB4782) is known color: Mulberry. HEX triplet: CB, 47 and 82. RGB value is (203,71,130). Sum of RGB (Red+Green+Blue) = 203+71+130=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4782 is #34B87D. Grayscale: #757575. Windows color (decimal): -3455102 or 8538059. OLE color: 8538059.
HSL color Cylindrical-coordinate representation of color #CB4782: hue angle of 333.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB4782 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 130 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.20 |
| HSL | 333.18º | 0.56% | 0.54% | - |
| HSV(B) | 333.18º | 0.65% | 0.8% | - |
| XYZ | 30.91 | 18.81 | 23.12 | - |
| YUV | 117.19 | 135.23 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 130 | 0 | 0.65 | 0.36 | 0.20 | 333.18 | 0.56 | 0.54 |
| Hex | CB | 47 | 82 | 0 | 41 | 24 | 14 | 14D | 38 | 36 |
| Octal | 313 | 107 | 202 | 0 | 101 | 44 | 24 | 515 | 70 | 66 |
| Binary | 11001011 | 1000111 | 10000010 | 0 | 1000001 | 100100 | 10100 | 101001101 | 111000 | 110110 |
Color Harmonies of #CB4782
Complementary color
Monochromatic Colors of #CB4782
Black with #CB4782
Text Example
Text Example
White with #CB4782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4782; }
p { color: rgb(203,71,130); }
H1.HeaderClassName
{
color: #CB4782;
}
.AnyTagClassName
{
color: #CB4782;
}
</style>
background-color css
<style>
a { background-color: #CB4782; }
a { background-color: rgb(203,71,130); }
div.DivClassName
{
background-color: #CB4782;
}
.BgClassName
{
background-color: #CB4782;
}
</style>
border-color css
<style>
span { border-color: #CB4782; }
span { border-color: rgb(203,71,130); }
td.TdClassName
{
border-color: #CB4782;
}
.TagClassName
{
border-color: #CB4782;
}
</style>