Shades of Mulberry #CB518B
Tints of Mulberry #CB518B
RGB
CMYK
RGB Variations
Color information
#CB518B (or 0xCB518B) is known color: Mulberry. HEX triplet: CB, 51 and 8B. RGB value is (203,81,139). Sum of RGB (Red+Green+Blue) = 203+81+139=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB518B is #34AE74. Grayscale: #7B7B7B. Windows color (decimal): -3452533 or 9130443. OLE color: 9130443.
HSL color Cylindrical-coordinate representation of color #CB518B: hue angle of 331.48º 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 #CB518B is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 139 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.20 |
| HSL | 331.48º | 0.54% | 0.56% | - |
| HSV(B) | 331.48º | 0.6% | 0.8% | - |
| XYZ | 32.23 | 20.45 | 26.67 | - |
| YUV | 124.09 | 136.42 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 139 | 0 | 0.60 | 0.32 | 0.20 | 331.48 | 0.54 | 0.56 |
| Hex | CB | 51 | 8B | 0 | 3C | 20 | 14 | 14B | 36 | 38 |
| Octal | 313 | 121 | 213 | 0 | 74 | 40 | 24 | 513 | 66 | 70 |
| Binary | 11001011 | 1010001 | 10001011 | 0 | 111100 | 100000 | 10100 | 101001011 | 110110 | 111000 |
Color Harmonies of #CB518B
Complementary color
Monochromatic Colors of #CB518B
Black with #CB518B
Text Example
Text Example
White with #CB518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB518B; }
p { color: rgb(203,81,139); }
H1.HeaderClassName
{
color: #CB518B;
}
.AnyTagClassName
{
color: #CB518B;
}
</style>
background-color css
<style>
a { background-color: #CB518B; }
a { background-color: rgb(203,81,139); }
div.DivClassName
{
background-color: #CB518B;
}
.BgClassName
{
background-color: #CB518B;
}
</style>
border-color css
<style>
span { border-color: #CB518B; }
span { border-color: rgb(203,81,139); }
td.TdClassName
{
border-color: #CB518B;
}
.TagClassName
{
border-color: #CB518B;
}
</style>