Shades of Mulberry #CB4783
Tints of Mulberry #CB4783
RGB
CMYK
RGB Variations
Color information
#CB4783 (or 0xCB4783) is known color: Mulberry. HEX triplet: CB, 47 and 83. RGB value is (203,71,131). Sum of RGB (Red+Green+Blue) = 203+71+131=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4783 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4783 is #34B87C. Grayscale: #757575. Windows color (decimal): -3455101 or 8603595. OLE color: 8603595.
HSL color Cylindrical-coordinate representation of color #CB4783: hue angle of 332.73º 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 #CB4783 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 131 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.20 |
| HSL | 332.73º | 0.56% | 0.54% | - |
| HSV(B) | 332.73º | 0.65% | 0.8% | - |
| XYZ | 30.98 | 18.84 | 23.48 | - |
| YUV | 117.31 | 135.73 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 131 | 0 | 0.65 | 0.35 | 0.20 | 332.73 | 0.56 | 0.54 |
| Hex | CB | 47 | 83 | 0 | 41 | 23 | 14 | 14D | 38 | 36 |
| Octal | 313 | 107 | 203 | 0 | 101 | 43 | 24 | 515 | 70 | 66 |
| Binary | 11001011 | 1000111 | 10000011 | 0 | 1000001 | 100011 | 10100 | 101001101 | 111000 | 110110 |
Color Harmonies of #CB4783
Complementary color
Monochromatic Colors of #CB4783
Black with #CB4783
Text Example
Text Example
White with #CB4783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4783; }
p { color: rgb(203,71,131); }
H1.HeaderClassName
{
color: #CB4783;
}
.AnyTagClassName
{
color: #CB4783;
}
</style>
background-color css
<style>
a { background-color: #CB4783; }
a { background-color: rgb(203,71,131); }
div.DivClassName
{
background-color: #CB4783;
}
.BgClassName
{
background-color: #CB4783;
}
</style>
border-color css
<style>
span { border-color: #CB4783; }
span { border-color: rgb(203,71,131); }
td.TdClassName
{
border-color: #CB4783;
}
.TagClassName
{
border-color: #CB4783;
}
</style>