Shades of Mulberry #CB4FA1
Tints of Mulberry #CB4FA1
RGB
CMYK
RGB Variations
Color information
#CB4FA1 (or 0xCB4FA1) is known color: Mulberry. HEX triplet: CB, 4F and A1. RGB value is (203,79,161). Sum of RGB (Red+Green+Blue) = 203+79+161=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4FA1 is #34B05E. Grayscale: #7D7D7D. Windows color (decimal): -3453023 or 10571723. OLE color: 10571723.
HSL color Cylindrical-coordinate representation of color #CB4FA1: hue angle of 320.32º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB4FA1 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 79 | 161 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.20 |
| HSL | 320.32º | 0.54% | 0.55% | - |
| HSV(B) | 320.32º | 0.61% | 0.8% | - |
| XYZ | 33.86 | 20.86 | 35.96 | - |
| YUV | 125.42 | 148.08 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 79 | 161 | 0 | 0.61 | 0.21 | 0.20 | 320.32 | 0.54 | 0.55 |
| Hex | CB | 4F | A1 | 0 | 3D | 15 | 14 | 140 | 36 | 37 |
| Octal | 313 | 117 | 241 | 0 | 75 | 25 | 24 | 500 | 66 | 67 |
| Binary | 11001011 | 1001111 | 10100001 | 0 | 111101 | 10101 | 10100 | 101000000 | 110110 | 110111 |
Color Harmonies of #CB4FA1
Complementary color
Monochromatic Colors of #CB4FA1
Black with #CB4FA1
Text Example
Text Example
White with #CB4FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4FA1; }
p { color: rgb(203,79,161); }
H1.HeaderClassName
{
color: #CB4FA1;
}
.AnyTagClassName
{
color: #CB4FA1;
}
</style>
background-color css
<style>
a { background-color: #CB4FA1; }
a { background-color: rgb(203,79,161); }
div.DivClassName
{
background-color: #CB4FA1;
}
.BgClassName
{
background-color: #CB4FA1;
}
</style>
border-color css
<style>
span { border-color: #CB4FA1; }
span { border-color: rgb(203,79,161); }
td.TdClassName
{
border-color: #CB4FA1;
}
.TagClassName
{
border-color: #CB4FA1;
}
</style>