Shades of Mulberry #CB55A1
Tints of Mulberry #CB55A1
RGB
CMYK
RGB Variations
Color information
#CB55A1 (or 0xCB55A1) is known color: Mulberry. HEX triplet: CB, 55 and A1. RGB value is (203,85,161). Sum of RGB (Red+Green+Blue) = 203+85+161=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB55A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB55A1 is #34AA5E. Grayscale: #808080. Windows color (decimal): -3451487 or 10573259. OLE color: 10573259.
HSL color Cylindrical-coordinate representation of color #CB55A1: hue angle of 321.36º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB55A1 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 161 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.20 |
| HSL | 321.36º | 0.53% | 0.56% | - |
| HSV(B) | 321.36º | 0.58% | 0.8% | - |
| XYZ | 34.31 | 21.77 | 36.11 | - |
| YUV | 128.95 | 146.09 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 161 | 0 | 0.58 | 0.21 | 0.20 | 321.36 | 0.53 | 0.56 |
| Hex | CB | 55 | A1 | 0 | 3A | 15 | 14 | 141 | 35 | 38 |
| Octal | 313 | 125 | 241 | 0 | 72 | 25 | 24 | 501 | 65 | 70 |
| Binary | 11001011 | 1010101 | 10100001 | 0 | 111010 | 10101 | 10100 | 101000001 | 110101 | 111000 |
Color Harmonies of #CB55A1
Complementary color
Monochromatic Colors of #CB55A1
Black with #CB55A1
Text Example
Text Example
White with #CB55A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB55A1; }
p { color: rgb(203,85,161); }
H1.HeaderClassName
{
color: #CB55A1;
}
.AnyTagClassName
{
color: #CB55A1;
}
</style>
background-color css
<style>
a { background-color: #CB55A1; }
a { background-color: rgb(203,85,161); }
div.DivClassName
{
background-color: #CB55A1;
}
.BgClassName
{
background-color: #CB55A1;
}
</style>
border-color css
<style>
span { border-color: #CB55A1; }
span { border-color: rgb(203,85,161); }
td.TdClassName
{
border-color: #CB55A1;
}
.TagClassName
{
border-color: #CB55A1;
}
</style>