Shades of Mulberry #CB52A1
Tints of Mulberry #CB52A1
RGB
CMYK
RGB Variations
Color information
#CB52A1 (or 0xCB52A1) is known color: Mulberry. HEX triplet: CB, 52 and A1. RGB value is (203,82,161). Sum of RGB (Red+Green+Blue) = 203+82+161=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB52A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB52A1 is #34AD5E. Grayscale: #7E7E7E. Windows color (decimal): -3452255 or 10572491. OLE color: 10572491.
HSL color Cylindrical-coordinate representation of color #CB52A1: hue angle of 320.83º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB52A1 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 161 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.20 |
| HSL | 320.83º | 0.54% | 0.56% | - |
| HSV(B) | 320.83º | 0.6% | 0.8% | - |
| XYZ | 34.08 | 21.3 | 36.03 | - |
| YUV | 127.19 | 147.09 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 161 | 0 | 0.60 | 0.21 | 0.20 | 320.83 | 0.54 | 0.56 |
| Hex | CB | 52 | A1 | 0 | 3C | 15 | 14 | 141 | 36 | 38 |
| Octal | 313 | 122 | 241 | 0 | 74 | 25 | 24 | 501 | 66 | 70 |
| Binary | 11001011 | 1010010 | 10100001 | 0 | 111100 | 10101 | 10100 | 101000001 | 110110 | 111000 |
Color Harmonies of #CB52A1
Complementary color
Monochromatic Colors of #CB52A1
Black with #CB52A1
Text Example
Text Example
White with #CB52A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB52A1; }
p { color: rgb(203,82,161); }
H1.HeaderClassName
{
color: #CB52A1;
}
.AnyTagClassName
{
color: #CB52A1;
}
</style>
background-color css
<style>
a { background-color: #CB52A1; }
a { background-color: rgb(203,82,161); }
div.DivClassName
{
background-color: #CB52A1;
}
.BgClassName
{
background-color: #CB52A1;
}
</style>
border-color css
<style>
span { border-color: #CB52A1; }
span { border-color: rgb(203,82,161); }
td.TdClassName
{
border-color: #CB52A1;
}
.TagClassName
{
border-color: #CB52A1;
}
</style>