Shades of Mulberry #CB3AA2
Tints of Mulberry #CB3AA2
RGB
CMYK
RGB Variations
Color information
#CB3AA2 (or 0xCB3AA2) is known color: Mulberry. HEX triplet: CB, 3A and A2. RGB value is (203,58,162). Sum of RGB (Red+Green+Blue) = 203+58+162=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3AA2 is #34C55D. Grayscale: #707070. Windows color (decimal): -3458398 or 10631883. OLE color: 10631883.
HSL color Cylindrical-coordinate representation of color #CB3AA2: hue angle of 316.97º 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 #CB3AA2 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 162 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.20 |
| HSL | 316.97º | 0.58% | 0.51% | - |
| HSV(B) | 316.97º | 0.71% | 0.8% | - |
| XYZ | 32.66 | 18.33 | 36 | - |
| YUV | 113.21 | 155.54 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 162 | 0 | 0.71 | 0.20 | 0.20 | 316.97 | 0.58 | 0.51 |
| Hex | CB | 3A | A2 | 0 | 47 | 14 | 14 | 13D | 3A | 33 |
| Octal | 313 | 72 | 242 | 0 | 107 | 24 | 24 | 475 | 72 | 63 |
| Binary | 11001011 | 111010 | 10100010 | 0 | 1000111 | 10100 | 10100 | 100111101 | 111010 | 110011 |
Color Harmonies of #CB3AA2
Complementary color
Monochromatic Colors of #CB3AA2
Black with #CB3AA2
Text Example
Text Example
White with #CB3AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3AA2; }
p { color: rgb(203,58,162); }
H1.HeaderClassName
{
color: #CB3AA2;
}
.AnyTagClassName
{
color: #CB3AA2;
}
</style>
background-color css
<style>
a { background-color: #CB3AA2; }
a { background-color: rgb(203,58,162); }
div.DivClassName
{
background-color: #CB3AA2;
}
.BgClassName
{
background-color: #CB3AA2;
}
</style>
border-color css
<style>
span { border-color: #CB3AA2; }
span { border-color: rgb(203,58,162); }
td.TdClassName
{
border-color: #CB3AA2;
}
.TagClassName
{
border-color: #CB3AA2;
}
</style>