Shades of Mulberry #CB3BA8
Tints of Mulberry #CB3BA8
RGB
CMYK
RGB Variations
Color information
#CB3BA8 (or 0xCB3BA8) is known color: Mulberry. HEX triplet: CB, 3B and A8. RGB value is (203,59,168). Sum of RGB (Red+Green+Blue) = 203+59+168=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3BA8 is #34C457. Grayscale: #727272. Windows color (decimal): -3458136 or 11025355. OLE color: 11025355.
HSL color Cylindrical-coordinate representation of color #CB3BA8: hue angle of 314.58º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3BA8 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 59 | 168 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.20 |
| HSL | 314.58º | 0.58% | 0.51% | - |
| HSV(B) | 314.58º | 0.71% | 0.8% | - |
| XYZ | 33.26 | 18.65 | 38.89 | - |
| YUV | 114.48 | 158.21 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 168 | 0 | 0.71 | 0.17 | 0.20 | 314.58 | 0.58 | 0.51 |
| Hex | CB | 3B | A8 | 0 | 47 | 11 | 14 | 13B | 3A | 33 |
| Octal | 313 | 73 | 250 | 0 | 107 | 21 | 24 | 473 | 72 | 63 |
| Binary | 11001011 | 111011 | 10101000 | 0 | 1000111 | 10001 | 10100 | 100111011 | 111010 | 110011 |
Color Harmonies of #CB3BA8
Complementary color
Monochromatic Colors of #CB3BA8
Black with #CB3BA8
Text Example
Text Example
White with #CB3BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3BA8; }
p { color: rgb(203,59,168); }
H1.HeaderClassName
{
color: #CB3BA8;
}
.AnyTagClassName
{
color: #CB3BA8;
}
</style>
background-color css
<style>
a { background-color: #CB3BA8; }
a { background-color: rgb(203,59,168); }
div.DivClassName
{
background-color: #CB3BA8;
}
.BgClassName
{
background-color: #CB3BA8;
}
</style>
border-color css
<style>
span { border-color: #CB3BA8; }
span { border-color: rgb(203,59,168); }
td.TdClassName
{
border-color: #CB3BA8;
}
.TagClassName
{
border-color: #CB3BA8;
}
</style>