Shades of Mulberry #CB538A
Tints of Mulberry #CB538A
RGB
CMYK
RGB Variations
Color information
#CB538A (or 0xCB538A) is known color: Mulberry. HEX triplet: CB, 53 and 8A. RGB value is (203,83,138). Sum of RGB (Red+Green+Blue) = 203+83+138=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB538A is #34AC75. Grayscale: #7D7D7D. Windows color (decimal): -3452022 or 9065419. OLE color: 9065419.
HSL color Cylindrical-coordinate representation of color #CB538A: hue angle of 332.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 #CB538A is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 138 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.20 |
| HSL | 332.5º | 0.54% | 0.56% | - |
| HSV(B) | 332.5º | 0.59% | 0.8% | - |
| XYZ | 32.31 | 20.72 | 26.34 | - |
| YUV | 125.15 | 135.26 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 138 | 0 | 0.59 | 0.32 | 0.20 | 332.5 | 0.54 | 0.56 |
| Hex | CB | 53 | 8A | 0 | 3B | 20 | 14 | 14C | 36 | 38 |
| Octal | 313 | 123 | 212 | 0 | 73 | 40 | 24 | 514 | 66 | 70 |
| Binary | 11001011 | 1010011 | 10001010 | 0 | 111011 | 100000 | 10100 | 101001100 | 110110 | 111000 |
Color Harmonies of #CB538A
Complementary color
Monochromatic Colors of #CB538A
Black with #CB538A
Text Example
Text Example
White with #CB538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB538A; }
p { color: rgb(203,83,138); }
H1.HeaderClassName
{
color: #CB538A;
}
.AnyTagClassName
{
color: #CB538A;
}
</style>
background-color css
<style>
a { background-color: #CB538A; }
a { background-color: rgb(203,83,138); }
div.DivClassName
{
background-color: #CB538A;
}
.BgClassName
{
background-color: #CB538A;
}
</style>
border-color css
<style>
span { border-color: #CB538A; }
span { border-color: rgb(203,83,138); }
td.TdClassName
{
border-color: #CB538A;
}
.TagClassName
{
border-color: #CB538A;
}
</style>