Shades of Mulberry #CB3BA2
Tints of Mulberry #CB3BA2
RGB
CMYK
RGB Variations
Color information
#CB3BA2 (or 0xCB3BA2) is known color: Mulberry. HEX triplet: CB, 3B and A2. RGB value is (203,59,162). Sum of RGB (Red+Green+Blue) = 203+59+162=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3BA2 is #34C45D. Grayscale: #717171. Windows color (decimal): -3458142 or 10632139. OLE color: 10632139.
HSL color Cylindrical-coordinate representation of color #CB3BA2: hue angle of 317.08º 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 #CB3BA2 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 59 | 162 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.20 |
| HSL | 317.08º | 0.58% | 0.51% | - |
| HSV(B) | 317.08º | 0.71% | 0.8% | - |
| XYZ | 32.71 | 18.43 | 36.02 | - |
| YUV | 113.8 | 155.21 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 162 | 0 | 0.71 | 0.20 | 0.20 | 317.08 | 0.58 | 0.51 |
| Hex | CB | 3B | A2 | 0 | 47 | 14 | 14 | 13D | 3A | 33 |
| Octal | 313 | 73 | 242 | 0 | 107 | 24 | 24 | 475 | 72 | 63 |
| Binary | 11001011 | 111011 | 10100010 | 0 | 1000111 | 10100 | 10100 | 100111101 | 111010 | 110011 |
Color Harmonies of #CB3BA2
Complementary color
Monochromatic Colors of #CB3BA2
Black with #CB3BA2
Text Example
Text Example
White with #CB3BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3BA2; }
p { color: rgb(203,59,162); }
H1.HeaderClassName
{
color: #CB3BA2;
}
.AnyTagClassName
{
color: #CB3BA2;
}
</style>
background-color css
<style>
a { background-color: #CB3BA2; }
a { background-color: rgb(203,59,162); }
div.DivClassName
{
background-color: #CB3BA2;
}
.BgClassName
{
background-color: #CB3BA2;
}
</style>
border-color css
<style>
span { border-color: #CB3BA2; }
span { border-color: rgb(203,59,162); }
td.TdClassName
{
border-color: #CB3BA2;
}
.TagClassName
{
border-color: #CB3BA2;
}
</style>