Shades of Mulberry #CB518A
Tints of Mulberry #CB518A
RGB
CMYK
RGB Variations
Color information
#CB518A (or 0xCB518A) is known color: Mulberry. HEX triplet: CB, 51 and 8A. RGB value is (203,81,138). Sum of RGB (Red+Green+Blue) = 203+81+138=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB518A is #34AE75. Grayscale: #7B7B7B. Windows color (decimal): -3452534 or 9064907. OLE color: 9064907.
HSL color Cylindrical-coordinate representation of color #CB518A: hue angle of 331.97º 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 #CB518A is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 138 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.20 |
| HSL | 331.97º | 0.54% | 0.56% | - |
| HSV(B) | 331.97º | 0.6% | 0.8% | - |
| XYZ | 32.16 | 20.42 | 26.29 | - |
| YUV | 123.98 | 135.92 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 138 | 0 | 0.60 | 0.32 | 0.20 | 331.97 | 0.54 | 0.56 |
| Hex | CB | 51 | 8A | 0 | 3C | 20 | 14 | 14C | 36 | 38 |
| Octal | 313 | 121 | 212 | 0 | 74 | 40 | 24 | 514 | 66 | 70 |
| Binary | 11001011 | 1010001 | 10001010 | 0 | 111100 | 100000 | 10100 | 101001100 | 110110 | 111000 |
Color Harmonies of #CB518A
Complementary color
Monochromatic Colors of #CB518A
Black with #CB518A
Text Example
Text Example
White with #CB518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB518A; }
p { color: rgb(203,81,138); }
H1.HeaderClassName
{
color: #CB518A;
}
.AnyTagClassName
{
color: #CB518A;
}
</style>
background-color css
<style>
a { background-color: #CB518A; }
a { background-color: rgb(203,81,138); }
div.DivClassName
{
background-color: #CB518A;
}
.BgClassName
{
background-color: #CB518A;
}
</style>
border-color css
<style>
span { border-color: #CB518A; }
span { border-color: rgb(203,81,138); }
td.TdClassName
{
border-color: #CB518A;
}
.TagClassName
{
border-color: #CB518A;
}
</style>