Shades of Mulberry #CB4BA2
Tints of Mulberry #CB4BA2
RGB
CMYK
RGB Variations
Color information
#CB4BA2 (or 0xCB4BA2) is known color: Mulberry. HEX triplet: CB, 4B and A2. RGB value is (203,75,162). Sum of RGB (Red+Green+Blue) = 203+75+162=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4BA2 is #34B45D. Grayscale: #7A7A7A. Windows color (decimal): -3454046 or 10636235. OLE color: 10636235.
HSL color Cylindrical-coordinate representation of color #CB4BA2: hue angle of 319.22º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4BA2 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 75 | 162 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.20 |
| HSL | 319.22º | 0.55% | 0.55% | - |
| HSV(B) | 319.22º | 0.63% | 0.8% | - |
| XYZ | 33.67 | 20.34 | 36.33 | - |
| YUV | 123.19 | 149.91 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 162 | 0 | 0.63 | 0.20 | 0.20 | 319.22 | 0.55 | 0.55 |
| Hex | CB | 4B | A2 | 0 | 3F | 14 | 14 | 13F | 37 | 37 |
| Octal | 313 | 113 | 242 | 0 | 77 | 24 | 24 | 477 | 67 | 67 |
| Binary | 11001011 | 1001011 | 10100010 | 0 | 111111 | 10100 | 10100 | 100111111 | 110111 | 110111 |
Color Harmonies of #CB4BA2
Complementary color
Monochromatic Colors of #CB4BA2
Black with #CB4BA2
Text Example
Text Example
White with #CB4BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4BA2; }
p { color: rgb(203,75,162); }
H1.HeaderClassName
{
color: #CB4BA2;
}
.AnyTagClassName
{
color: #CB4BA2;
}
</style>
background-color css
<style>
a { background-color: #CB4BA2; }
a { background-color: rgb(203,75,162); }
div.DivClassName
{
background-color: #CB4BA2;
}
.BgClassName
{
background-color: #CB4BA2;
}
</style>
border-color css
<style>
span { border-color: #CB4BA2; }
span { border-color: rgb(203,75,162); }
td.TdClassName
{
border-color: #CB4BA2;
}
.TagClassName
{
border-color: #CB4BA2;
}
</style>