Shades of Mulberry #CB408B
Tints of Mulberry #CB408B
RGB
CMYK
RGB Variations
Color information
#CB408B (or 0xCB408B) is known color: Mulberry. HEX triplet: CB, 40 and 8B. RGB value is (203,64,139). Sum of RGB (Red+Green+Blue) = 203+64+139=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB408B is #34BF74. Grayscale: #717171. Windows color (decimal): -3456885 or 9126091. OLE color: 9126091.
HSL color Cylindrical-coordinate representation of color #CB408B: hue angle of 327.63º 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 #CB408B is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 139 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.20 |
| HSL | 327.63º | 0.57% | 0.52% | - |
| HSV(B) | 327.63º | 0.68% | 0.8% | - |
| XYZ | 31.12 | 18.23 | 26.3 | - |
| YUV | 114.11 | 142.05 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 139 | 0 | 0.68 | 0.32 | 0.20 | 327.63 | 0.57 | 0.52 |
| Hex | CB | 40 | 8B | 0 | 44 | 20 | 14 | 148 | 39 | 34 |
| Octal | 313 | 100 | 213 | 0 | 104 | 40 | 24 | 510 | 71 | 64 |
| Binary | 11001011 | 1000000 | 10001011 | 0 | 1000100 | 100000 | 10100 | 101001000 | 111001 | 110100 |
Color Harmonies of #CB408B
Complementary color
Monochromatic Colors of #CB408B
Black with #CB408B
Text Example
Text Example
White with #CB408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB408B; }
p { color: rgb(203,64,139); }
H1.HeaderClassName
{
color: #CB408B;
}
.AnyTagClassName
{
color: #CB408B;
}
</style>
background-color css
<style>
a { background-color: #CB408B; }
a { background-color: rgb(203,64,139); }
div.DivClassName
{
background-color: #CB408B;
}
.BgClassName
{
background-color: #CB408B;
}
</style>
border-color css
<style>
span { border-color: #CB408B; }
span { border-color: rgb(203,64,139); }
td.TdClassName
{
border-color: #CB408B;
}
.TagClassName
{
border-color: #CB408B;
}
</style>