Shades of Mulberry #CB548B
Tints of Mulberry #CB548B
RGB
CMYK
RGB Variations
Color information
#CB548B (or 0xCB548B) is known color: Mulberry. HEX triplet: CB, 54 and 8B. RGB value is (203,84,139). Sum of RGB (Red+Green+Blue) = 203+84+139=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB548B is #34AB74. Grayscale: #7D7D7D. Windows color (decimal): -3451765 or 9131211. OLE color: 9131211.
HSL color Cylindrical-coordinate representation of color #CB548B: hue angle of 332.27º 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 #CB548B is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 139 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.20 |
| HSL | 332.27º | 0.53% | 0.56% | - |
| HSV(B) | 332.27º | 0.59% | 0.8% | - |
| XYZ | 32.46 | 20.9 | 26.75 | - |
| YUV | 125.85 | 135.42 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 139 | 0 | 0.59 | 0.32 | 0.20 | 332.27 | 0.53 | 0.56 |
| Hex | CB | 54 | 8B | 0 | 3B | 20 | 14 | 14C | 35 | 38 |
| Octal | 313 | 124 | 213 | 0 | 73 | 40 | 24 | 514 | 65 | 70 |
| Binary | 11001011 | 1010100 | 10001011 | 0 | 111011 | 100000 | 10100 | 101001100 | 110101 | 111000 |
Color Harmonies of #CB548B
Complementary color
Monochromatic Colors of #CB548B
Black with #CB548B
Text Example
Text Example
White with #CB548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB548B; }
p { color: rgb(203,84,139); }
H1.HeaderClassName
{
color: #CB548B;
}
.AnyTagClassName
{
color: #CB548B;
}
</style>
background-color css
<style>
a { background-color: #CB548B; }
a { background-color: rgb(203,84,139); }
div.DivClassName
{
background-color: #CB548B;
}
.BgClassName
{
background-color: #CB548B;
}
</style>
border-color css
<style>
span { border-color: #CB548B; }
span { border-color: rgb(203,84,139); }
td.TdClassName
{
border-color: #CB548B;
}
.TagClassName
{
border-color: #CB548B;
}
</style>