Shades of Mulberry #CB49A3
Tints of Mulberry #CB49A3
RGB
CMYK
RGB Variations
Color information
#CB49A3 (or 0xCB49A3) is known color: Mulberry. HEX triplet: CB, 49 and A3. RGB value is (203,73,163). Sum of RGB (Red+Green+Blue) = 203+73+163=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CB49A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB49A3 is #34B65C. Grayscale: #797979. Windows color (decimal): -3454557 or 10701259. OLE color: 10701259.
HSL color Cylindrical-coordinate representation of color #CB49A3: hue angle of 318.46º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB49A3 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 163 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.20 |
| HSL | 318.46º | 0.56% | 0.54% | - |
| HSV(B) | 318.46º | 0.64% | 0.8% | - |
| XYZ | 33.62 | 20.11 | 36.76 | - |
| YUV | 122.13 | 151.07 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 163 | 0 | 0.64 | 0.20 | 0.20 | 318.46 | 0.56 | 0.54 |
| Hex | CB | 49 | A3 | 0 | 40 | 14 | 14 | 13E | 38 | 36 |
| Octal | 313 | 111 | 243 | 0 | 100 | 24 | 24 | 476 | 70 | 66 |
| Binary | 11001011 | 1001001 | 10100011 | 0 | 1000000 | 10100 | 10100 | 100111110 | 111000 | 110110 |
Color Harmonies of #CB49A3
Complementary color
Monochromatic Colors of #CB49A3
Black with #CB49A3
Text Example
Text Example
White with #CB49A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB49A3; }
p { color: rgb(203,73,163); }
H1.HeaderClassName
{
color: #CB49A3;
}
.AnyTagClassName
{
color: #CB49A3;
}
</style>
background-color css
<style>
a { background-color: #CB49A3; }
a { background-color: rgb(203,73,163); }
div.DivClassName
{
background-color: #CB49A3;
}
.BgClassName
{
background-color: #CB49A3;
}
</style>
border-color css
<style>
span { border-color: #CB49A3; }
span { border-color: rgb(203,73,163); }
td.TdClassName
{
border-color: #CB49A3;
}
.TagClassName
{
border-color: #CB49A3;
}
</style>