Shades of Mulberry #CB548D
Tints of Mulberry #CB548D
RGB
CMYK
RGB Variations
Color information
#CB548D (or 0xCB548D) is known color: Mulberry. HEX triplet: CB, 54 and 8D. RGB value is (203,84,141). Sum of RGB (Red+Green+Blue) = 203+84+141=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB548D is #34AB72. Grayscale: #7D7D7D. Windows color (decimal): -3451763 or 9262283. OLE color: 9262283.
HSL color Cylindrical-coordinate representation of color #CB548D: hue angle of 331.26º degrees, saturation: 0.53, 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 #CB548D is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 141 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.20 |
| HSL | 331.26º | 0.53% | 0.56% | - |
| HSV(B) | 331.26º | 0.59% | 0.8% | - |
| XYZ | 32.61 | 20.96 | 27.53 | - |
| YUV | 126.08 | 136.42 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 141 | 0 | 0.59 | 0.31 | 0.20 | 331.26 | 0.53 | 0.56 |
| Hex | CB | 54 | 8D | 0 | 3B | 1F | 14 | 14B | 35 | 38 |
| Octal | 313 | 124 | 215 | 0 | 73 | 37 | 24 | 513 | 65 | 70 |
| Binary | 11001011 | 1010100 | 10001101 | 0 | 111011 | 11111 | 10100 | 101001011 | 110101 | 111000 |
Color Harmonies of #CB548D
Complementary color
Monochromatic Colors of #CB548D
Black with #CB548D
Text Example
Text Example
White with #CB548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB548D; }
p { color: rgb(203,84,141); }
H1.HeaderClassName
{
color: #CB548D;
}
.AnyTagClassName
{
color: #CB548D;
}
</style>
background-color css
<style>
a { background-color: #CB548D; }
a { background-color: rgb(203,84,141); }
div.DivClassName
{
background-color: #CB548D;
}
.BgClassName
{
background-color: #CB548D;
}
</style>
border-color css
<style>
span { border-color: #CB548D; }
span { border-color: rgb(203,84,141); }
td.TdClassName
{
border-color: #CB548D;
}
.TagClassName
{
border-color: #CB548D;
}
</style>