Shades of Mulberry #CB538C
Tints of Mulberry #CB538C
RGB
CMYK
RGB Variations
Color information
#CB538C (or 0xCB538C) is known color: Mulberry. HEX triplet: CB, 53 and 8C. RGB value is (203,83,140). Sum of RGB (Red+Green+Blue) = 203+83+140=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB538C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB538C is #34AC73. Grayscale: #7D7D7D. Windows color (decimal): -3452020 or 9196491. OLE color: 9196491.
HSL color Cylindrical-coordinate representation of color #CB538C: hue angle of 331.5º degrees, saturation: 0.54, 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 #CB538C is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 140 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.20 |
| HSL | 331.5º | 0.54% | 0.56% | - |
| HSV(B) | 331.5º | 0.59% | 0.8% | - |
| XYZ | 32.46 | 20.78 | 27.11 | - |
| YUV | 125.38 | 136.26 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 140 | 0 | 0.59 | 0.31 | 0.20 | 331.5 | 0.54 | 0.56 |
| Hex | CB | 53 | 8C | 0 | 3B | 1F | 14 | 14C | 36 | 38 |
| Octal | 313 | 123 | 214 | 0 | 73 | 37 | 24 | 514 | 66 | 70 |
| Binary | 11001011 | 1010011 | 10001100 | 0 | 111011 | 11111 | 10100 | 101001100 | 110110 | 111000 |
Color Harmonies of #CB538C
Complementary color
Monochromatic Colors of #CB538C
Black with #CB538C
Text Example
Text Example
White with #CB538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB538C; }
p { color: rgb(203,83,140); }
H1.HeaderClassName
{
color: #CB538C;
}
.AnyTagClassName
{
color: #CB538C;
}
</style>
background-color css
<style>
a { background-color: #CB538C; }
a { background-color: rgb(203,83,140); }
div.DivClassName
{
background-color: #CB538C;
}
.BgClassName
{
background-color: #CB538C;
}
</style>
border-color css
<style>
span { border-color: #CB538C; }
span { border-color: rgb(203,83,140); }
td.TdClassName
{
border-color: #CB538C;
}
.TagClassName
{
border-color: #CB538C;
}
</style>