Shades of Mulberry #CB3DA2
Tints of Mulberry #CB3DA2
RGB
CMYK
RGB Variations
Color information
#CB3DA2 (or 0xCB3DA2) is known color: Mulberry. HEX triplet: CB, 3D and A2. RGB value is (203,61,162). Sum of RGB (Red+Green+Blue) = 203+61+162=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3DA2 is #34C25D. Grayscale: #727272. Windows color (decimal): -3457630 or 10632651. OLE color: 10632651.
HSL color Cylindrical-coordinate representation of color #CB3DA2: hue angle of 317.32º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3DA2 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 61 | 162 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.20 |
| HSL | 317.32º | 0.58% | 0.52% | - |
| HSV(B) | 317.32º | 0.7% | 0.8% | - |
| XYZ | 32.82 | 18.64 | 36.05 | - |
| YUV | 114.97 | 154.54 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 162 | 0 | 0.70 | 0.20 | 0.20 | 317.32 | 0.58 | 0.52 |
| Hex | CB | 3D | A2 | 0 | 46 | 14 | 14 | 13D | 3A | 34 |
| Octal | 313 | 75 | 242 | 0 | 106 | 24 | 24 | 475 | 72 | 64 |
| Binary | 11001011 | 111101 | 10100010 | 0 | 1000110 | 10100 | 10100 | 100111101 | 111010 | 110100 |
Color Harmonies of #CB3DA2
Complementary color
Monochromatic Colors of #CB3DA2
Black with #CB3DA2
Text Example
Text Example
White with #CB3DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3DA2; }
p { color: rgb(203,61,162); }
H1.HeaderClassName
{
color: #CB3DA2;
}
.AnyTagClassName
{
color: #CB3DA2;
}
</style>
background-color css
<style>
a { background-color: #CB3DA2; }
a { background-color: rgb(203,61,162); }
div.DivClassName
{
background-color: #CB3DA2;
}
.BgClassName
{
background-color: #CB3DA2;
}
</style>
border-color css
<style>
span { border-color: #CB3DA2; }
span { border-color: rgb(203,61,162); }
td.TdClassName
{
border-color: #CB3DA2;
}
.TagClassName
{
border-color: #CB3DA2;
}
</style>