Shades of Mulberry #CB53A2
Tints of Mulberry #CB53A2
RGB
CMYK
RGB Variations
Color information
#CB53A2 (or 0xCB53A2) is known color: Mulberry. HEX triplet: CB, 53 and A2. RGB value is (203,83,162). Sum of RGB (Red+Green+Blue) = 203+83+162=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB53A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB53A2 is #34AC5D. Grayscale: #7F7F7F. Windows color (decimal): -3451998 or 10638283. OLE color: 10638283.
HSL color Cylindrical-coordinate representation of color #CB53A2: hue angle of 320.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB53A2 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 162 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.20 |
| HSL | 320.5º | 0.54% | 0.56% | - |
| HSV(B) | 320.5º | 0.59% | 0.8% | - |
| XYZ | 34.24 | 21.49 | 36.53 | - |
| YUV | 127.89 | 147.26 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 162 | 0 | 0.59 | 0.20 | 0.20 | 320.5 | 0.54 | 0.56 |
| Hex | CB | 53 | A2 | 0 | 3B | 14 | 14 | 140 | 36 | 38 |
| Octal | 313 | 123 | 242 | 0 | 73 | 24 | 24 | 500 | 66 | 70 |
| Binary | 11001011 | 1010011 | 10100010 | 0 | 111011 | 10100 | 10100 | 101000000 | 110110 | 111000 |
Color Harmonies of #CB53A2
Complementary color
Monochromatic Colors of #CB53A2
Black with #CB53A2
Text Example
Text Example
White with #CB53A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB53A2; }
p { color: rgb(203,83,162); }
H1.HeaderClassName
{
color: #CB53A2;
}
.AnyTagClassName
{
color: #CB53A2;
}
</style>
background-color css
<style>
a { background-color: #CB53A2; }
a { background-color: rgb(203,83,162); }
div.DivClassName
{
background-color: #CB53A2;
}
.BgClassName
{
background-color: #CB53A2;
}
</style>
border-color css
<style>
span { border-color: #CB53A2; }
span { border-color: rgb(203,83,162); }
td.TdClassName
{
border-color: #CB53A2;
}
.TagClassName
{
border-color: #CB53A2;
}
</style>