Shades of Mulberry #CB3BA1
Tints of Mulberry #CB3BA1
RGB
CMYK
RGB Variations
Color information
#CB3BA1 (or 0xCB3BA1) is known color: Mulberry. HEX triplet: CB, 3B and A1. RGB value is (203,59,161). Sum of RGB (Red+Green+Blue) = 203+59+161=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3BA1 is #34C45E. Grayscale: #717171. Windows color (decimal): -3458143 or 10566603. OLE color: 10566603.
HSL color Cylindrical-coordinate representation of color #CB3BA1: hue angle of 317.5º 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 #CB3BA1 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 59 | 161 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.20 |
| HSL | 317.5º | 0.58% | 0.51% | - |
| HSV(B) | 317.5º | 0.71% | 0.8% | - |
| XYZ | 32.63 | 18.4 | 35.55 | - |
| YUV | 113.68 | 154.71 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 161 | 0 | 0.71 | 0.21 | 0.20 | 317.5 | 0.58 | 0.51 |
| Hex | CB | 3B | A1 | 0 | 47 | 15 | 14 | 13E | 3A | 33 |
| Octal | 313 | 73 | 241 | 0 | 107 | 25 | 24 | 476 | 72 | 63 |
| Binary | 11001011 | 111011 | 10100001 | 0 | 1000111 | 10101 | 10100 | 100111110 | 111010 | 110011 |
Color Harmonies of #CB3BA1
Complementary color
Monochromatic Colors of #CB3BA1
Black with #CB3BA1
Text Example
Text Example
White with #CB3BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3BA1; }
p { color: rgb(203,59,161); }
H1.HeaderClassName
{
color: #CB3BA1;
}
.AnyTagClassName
{
color: #CB3BA1;
}
</style>
background-color css
<style>
a { background-color: #CB3BA1; }
a { background-color: rgb(203,59,161); }
div.DivClassName
{
background-color: #CB3BA1;
}
.BgClassName
{
background-color: #CB3BA1;
}
</style>
border-color css
<style>
span { border-color: #CB3BA1; }
span { border-color: rgb(203,59,161); }
td.TdClassName
{
border-color: #CB3BA1;
}
.TagClassName
{
border-color: #CB3BA1;
}
</style>