Shades of Mulberry #CB4A9C
Tints of Mulberry #CB4A9C
RGB
CMYK
RGB Variations
Color information
#CB4A9C (or 0xCB4A9C) is known color: Mulberry. HEX triplet: CB, 4A and 9C. RGB value is (203,74,156). Sum of RGB (Red+Green+Blue) = 203+74+156=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4A9C is #34B563. Grayscale: #797979. Windows color (decimal): -3454308 or 10242763. OLE color: 10242763.
HSL color Cylindrical-coordinate representation of color #CB4A9C: hue angle of 321.86º degrees, saturation: 0.55, 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 #CB4A9C is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 74 | 156 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.20 |
| HSL | 321.86º | 0.55% | 0.54% | - |
| HSV(B) | 321.86º | 0.64% | 0.8% | - |
| XYZ | 33.08 | 19.99 | 33.57 | - |
| YUV | 121.92 | 147.24 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 156 | 0 | 0.64 | 0.23 | 0.20 | 321.86 | 0.55 | 0.54 |
| Hex | CB | 4A | 9C | 0 | 40 | 17 | 14 | 142 | 37 | 36 |
| Octal | 313 | 112 | 234 | 0 | 100 | 27 | 24 | 502 | 67 | 66 |
| Binary | 11001011 | 1001010 | 10011100 | 0 | 1000000 | 10111 | 10100 | 101000010 | 110111 | 110110 |
Color Harmonies of #CB4A9C
Complementary color
Monochromatic Colors of #CB4A9C
Black with #CB4A9C
Text Example
Text Example
White with #CB4A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4A9C; }
p { color: rgb(203,74,156); }
H1.HeaderClassName
{
color: #CB4A9C;
}
.AnyTagClassName
{
color: #CB4A9C;
}
</style>
background-color css
<style>
a { background-color: #CB4A9C; }
a { background-color: rgb(203,74,156); }
div.DivClassName
{
background-color: #CB4A9C;
}
.BgClassName
{
background-color: #CB4A9C;
}
</style>
border-color css
<style>
span { border-color: #CB4A9C; }
span { border-color: rgb(203,74,156); }
td.TdClassName
{
border-color: #CB4A9C;
}
.TagClassName
{
border-color: #CB4A9C;
}
</style>