Shades of Mulberry #CB51A0
Tints of Mulberry #CB51A0
RGB
CMYK
RGB Variations
Color information
#CB51A0 (or 0xCB51A0) is known color: Mulberry. HEX triplet: CB, 51 and A0. RGB value is (203,81,160). Sum of RGB (Red+Green+Blue) = 203+81+160=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB51A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB51A0 is #34AE5F. Grayscale: #7E7E7E. Windows color (decimal): -3452512 or 10506699. OLE color: 10506699.
HSL color Cylindrical-coordinate representation of color #CB51A0: hue angle of 321.15º 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 #CB51A0 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 160 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.20 |
| HSL | 321.15º | 0.54% | 0.56% | - |
| HSV(B) | 321.15º | 0.6% | 0.8% | - |
| XYZ | 33.92 | 21.12 | 35.55 | - |
| YUV | 126.48 | 146.92 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 160 | 0 | 0.60 | 0.21 | 0.20 | 321.15 | 0.54 | 0.56 |
| Hex | CB | 51 | A0 | 0 | 3C | 15 | 14 | 141 | 36 | 38 |
| Octal | 313 | 121 | 240 | 0 | 74 | 25 | 24 | 501 | 66 | 70 |
| Binary | 11001011 | 1010001 | 10100000 | 0 | 111100 | 10101 | 10100 | 101000001 | 110110 | 111000 |
Color Harmonies of #CB51A0
Complementary color
Monochromatic Colors of #CB51A0
Black with #CB51A0
Text Example
Text Example
White with #CB51A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB51A0; }
p { color: rgb(203,81,160); }
H1.HeaderClassName
{
color: #CB51A0;
}
.AnyTagClassName
{
color: #CB51A0;
}
</style>
background-color css
<style>
a { background-color: #CB51A0; }
a { background-color: rgb(203,81,160); }
div.DivClassName
{
background-color: #CB51A0;
}
.BgClassName
{
background-color: #CB51A0;
}
</style>
border-color css
<style>
span { border-color: #CB51A0; }
span { border-color: rgb(203,81,160); }
td.TdClassName
{
border-color: #CB51A0;
}
.TagClassName
{
border-color: #CB51A0;
}
</style>