Shades of Mulberry #CB4082
Tints of Mulberry #CB4082
RGB
CMYK
RGB Variations
Color information
#CB4082 (or 0xCB4082) is known color: Mulberry. HEX triplet: CB, 40 and 82. RGB value is (203,64,130). Sum of RGB (Red+Green+Blue) = 203+64+130=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4082 is #34BF7D. Grayscale: #707070. Windows color (decimal): -3456894 or 8536267. OLE color: 8536267.
HSL color Cylindrical-coordinate representation of color #CB4082: hue angle of 331.51º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4082 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 130 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.20 |
| HSL | 331.51º | 0.57% | 0.52% | - |
| HSV(B) | 331.51º | 0.68% | 0.8% | - |
| XYZ | 30.49 | 17.98 | 22.98 | - |
| YUV | 113.09 | 137.55 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 130 | 0 | 0.68 | 0.36 | 0.20 | 331.51 | 0.57 | 0.52 |
| Hex | CB | 40 | 82 | 0 | 44 | 24 | 14 | 14C | 39 | 34 |
| Octal | 313 | 100 | 202 | 0 | 104 | 44 | 24 | 514 | 71 | 64 |
| Binary | 11001011 | 1000000 | 10000010 | 0 | 1000100 | 100100 | 10100 | 101001100 | 111001 | 110100 |
Color Harmonies of #CB4082
Complementary color
Monochromatic Colors of #CB4082
Black with #CB4082
Text Example
Text Example
White with #CB4082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4082; }
p { color: rgb(203,64,130); }
H1.HeaderClassName
{
color: #CB4082;
}
.AnyTagClassName
{
color: #CB4082;
}
</style>
background-color css
<style>
a { background-color: #CB4082; }
a { background-color: rgb(203,64,130); }
div.DivClassName
{
background-color: #CB4082;
}
.BgClassName
{
background-color: #CB4082;
}
</style>
border-color css
<style>
span { border-color: #CB4082; }
span { border-color: rgb(203,64,130); }
td.TdClassName
{
border-color: #CB4082;
}
.TagClassName
{
border-color: #CB4082;
}
</style>