Shades of Mulberry #CB51A8
Tints of Mulberry #CB51A8
RGB
CMYK
RGB Variations
Color information
#CB51A8 (or 0xCB51A8) is known color: Mulberry. HEX triplet: CB, 51 and A8. RGB value is (203,81,168). Sum of RGB (Red+Green+Blue) = 203+81+168=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB51A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB51A8 is #34AE57. Grayscale: #7F7F7F. Windows color (decimal): -3452504 or 11030987. OLE color: 11030987.
HSL color Cylindrical-coordinate representation of color #CB51A8: hue angle of 317.21º 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 #CB51A8 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 168 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.20 |
| HSL | 317.21º | 0.54% | 0.56% | - |
| HSV(B) | 317.21º | 0.6% | 0.8% | - |
| XYZ | 34.64 | 21.41 | 39.35 | - |
| YUV | 127.4 | 150.92 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 168 | 0 | 0.60 | 0.17 | 0.20 | 317.21 | 0.54 | 0.56 |
| Hex | CB | 51 | A8 | 0 | 3C | 11 | 14 | 13D | 36 | 38 |
| Octal | 313 | 121 | 250 | 0 | 74 | 21 | 24 | 475 | 66 | 70 |
| Binary | 11001011 | 1010001 | 10101000 | 0 | 111100 | 10001 | 10100 | 100111101 | 110110 | 111000 |
Color Harmonies of #CB51A8
Complementary color
Monochromatic Colors of #CB51A8
Black with #CB51A8
Text Example
Text Example
White with #CB51A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB51A8; }
p { color: rgb(203,81,168); }
H1.HeaderClassName
{
color: #CB51A8;
}
.AnyTagClassName
{
color: #CB51A8;
}
</style>
background-color css
<style>
a { background-color: #CB51A8; }
a { background-color: rgb(203,81,168); }
div.DivClassName
{
background-color: #CB51A8;
}
.BgClassName
{
background-color: #CB51A8;
}
</style>
border-color css
<style>
span { border-color: #CB51A8; }
span { border-color: rgb(203,81,168); }
td.TdClassName
{
border-color: #CB51A8;
}
.TagClassName
{
border-color: #CB51A8;
}
</style>