Shades of Mulberry #CB51A2
Tints of Mulberry #CB51A2
RGB
CMYK
RGB Variations
Color information
#CB51A2 (or 0xCB51A2) is known color: Mulberry. HEX triplet: CB, 51 and A2. RGB value is (203,81,162). Sum of RGB (Red+Green+Blue) = 203+81+162=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB51A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB51A2 is #34AE5D. Grayscale: #7E7E7E. Windows color (decimal): -3452510 or 10637771. OLE color: 10637771.
HSL color Cylindrical-coordinate representation of color #CB51A2: hue angle of 320.16º 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 #CB51A2 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 162 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.20 |
| HSL | 320.16º | 0.54% | 0.56% | - |
| HSV(B) | 320.16º | 0.6% | 0.8% | - |
| XYZ | 34.09 | 21.19 | 36.48 | - |
| YUV | 126.71 | 147.92 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 162 | 0 | 0.60 | 0.20 | 0.20 | 320.16 | 0.54 | 0.56 |
| Hex | CB | 51 | A2 | 0 | 3C | 14 | 14 | 140 | 36 | 38 |
| Octal | 313 | 121 | 242 | 0 | 74 | 24 | 24 | 500 | 66 | 70 |
| Binary | 11001011 | 1010001 | 10100010 | 0 | 111100 | 10100 | 10100 | 101000000 | 110110 | 111000 |
Color Harmonies of #CB51A2
Complementary color
Monochromatic Colors of #CB51A2
Black with #CB51A2
Text Example
Text Example
White with #CB51A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB51A2; }
p { color: rgb(203,81,162); }
H1.HeaderClassName
{
color: #CB51A2;
}
.AnyTagClassName
{
color: #CB51A2;
}
</style>
background-color css
<style>
a { background-color: #CB51A2; }
a { background-color: rgb(203,81,162); }
div.DivClassName
{
background-color: #CB51A2;
}
.BgClassName
{
background-color: #CB51A2;
}
</style>
border-color css
<style>
span { border-color: #CB51A2; }
span { border-color: rgb(203,81,162); }
td.TdClassName
{
border-color: #CB51A2;
}
.TagClassName
{
border-color: #CB51A2;
}
</style>