Shades of Mulberry #CB528D
Tints of Mulberry #CB528D
RGB
CMYK
RGB Variations
Color information
#CB528D (or 0xCB528D) is known color: Mulberry. HEX triplet: CB, 52 and 8D. RGB value is (203,82,141). Sum of RGB (Red+Green+Blue) = 203+82+141=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB528D is #34AD72. Grayscale: #7C7C7C. Windows color (decimal): -3452275 or 9261771. OLE color: 9261771.
HSL color Cylindrical-coordinate representation of color #CB528D: hue angle of 330.74º 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 #CB528D is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 141 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.20 |
| HSL | 330.74º | 0.54% | 0.56% | - |
| HSV(B) | 330.74º | 0.6% | 0.8% | - |
| XYZ | 32.45 | 20.65 | 27.48 | - |
| YUV | 124.91 | 137.09 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 141 | 0 | 0.60 | 0.31 | 0.20 | 330.74 | 0.54 | 0.56 |
| Hex | CB | 52 | 8D | 0 | 3C | 1F | 14 | 14B | 36 | 38 |
| Octal | 313 | 122 | 215 | 0 | 74 | 37 | 24 | 513 | 66 | 70 |
| Binary | 11001011 | 1010010 | 10001101 | 0 | 111100 | 11111 | 10100 | 101001011 | 110110 | 111000 |
Color Harmonies of #CB528D
Complementary color
Monochromatic Colors of #CB528D
Black with #CB528D
Text Example
Text Example
White with #CB528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB528D; }
p { color: rgb(203,82,141); }
H1.HeaderClassName
{
color: #CB528D;
}
.AnyTagClassName
{
color: #CB528D;
}
</style>
background-color css
<style>
a { background-color: #CB528D; }
a { background-color: rgb(203,82,141); }
div.DivClassName
{
background-color: #CB528D;
}
.BgClassName
{
background-color: #CB528D;
}
</style>
border-color css
<style>
span { border-color: #CB528D; }
span { border-color: rgb(203,82,141); }
td.TdClassName
{
border-color: #CB528D;
}
.TagClassName
{
border-color: #CB528D;
}
</style>