Shades of Mulberry #CB4EA1
Tints of Mulberry #CB4EA1
RGB
CMYK
RGB Variations
Color information
#CB4EA1 (or 0xCB4EA1) is known color: Mulberry. HEX triplet: CB, 4E and A1. RGB value is (203,78,161). Sum of RGB (Red+Green+Blue) = 203+78+161=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4EA1 is #34B15E. Grayscale: #7C7C7C. Windows color (decimal): -3453279 or 10571467. OLE color: 10571467.
HSL color Cylindrical-coordinate representation of color #CB4EA1: hue angle of 320.16º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4EA1 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 78 | 161 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.20 |
| HSL | 320.16º | 0.55% | 0.55% | - |
| HSV(B) | 320.16º | 0.62% | 0.8% | - |
| XYZ | 33.79 | 20.72 | 35.94 | - |
| YUV | 124.84 | 148.41 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 161 | 0 | 0.62 | 0.21 | 0.20 | 320.16 | 0.55 | 0.55 |
| Hex | CB | 4E | A1 | 0 | 3E | 15 | 14 | 140 | 37 | 37 |
| Octal | 313 | 116 | 241 | 0 | 76 | 25 | 24 | 500 | 67 | 67 |
| Binary | 11001011 | 1001110 | 10100001 | 0 | 111110 | 10101 | 10100 | 101000000 | 110111 | 110111 |
Color Harmonies of #CB4EA1
Complementary color
Monochromatic Colors of #CB4EA1
Black with #CB4EA1
Text Example
Text Example
White with #CB4EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4EA1; }
p { color: rgb(203,78,161); }
H1.HeaderClassName
{
color: #CB4EA1;
}
.AnyTagClassName
{
color: #CB4EA1;
}
</style>
background-color css
<style>
a { background-color: #CB4EA1; }
a { background-color: rgb(203,78,161); }
div.DivClassName
{
background-color: #CB4EA1;
}
.BgClassName
{
background-color: #CB4EA1;
}
</style>
border-color css
<style>
span { border-color: #CB4EA1; }
span { border-color: rgb(203,78,161); }
td.TdClassName
{
border-color: #CB4EA1;
}
.TagClassName
{
border-color: #CB4EA1;
}
</style>