Shades of Mulberry #CB4D8D
Tints of Mulberry #CB4D8D
RGB
CMYK
RGB Variations
Color information
#CB4D8D (or 0xCB4D8D) is known color: Mulberry. HEX triplet: CB, 4D and 8D. RGB value is (203,77,141). Sum of RGB (Red+Green+Blue) = 203+77+141=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4D8D is #34B272. Grayscale: #797979. Windows color (decimal): -3453555 or 9260491. OLE color: 9260491.
HSL color Cylindrical-coordinate representation of color #CB4D8D: hue angle of 329.52º 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 #CB4D8D is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 141 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.20 |
| HSL | 329.52º | 0.55% | 0.55% | - |
| HSV(B) | 329.52º | 0.62% | 0.8% | - |
| XYZ | 32.09 | 19.93 | 27.35 | - |
| YUV | 121.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 141 | 0 | 0.62 | 0.31 | 0.20 | 329.52 | 0.55 | 0.55 |
| Hex | CB | 4D | 8D | 0 | 3E | 1F | 14 | 14A | 37 | 37 |
| Octal | 313 | 115 | 215 | 0 | 76 | 37 | 24 | 512 | 67 | 67 |
| Binary | 11001011 | 1001101 | 10001101 | 0 | 111110 | 11111 | 10100 | 101001010 | 110111 | 110111 |
Color Harmonies of #CB4D8D
Complementary color
Monochromatic Colors of #CB4D8D
Black with #CB4D8D
Text Example
Text Example
White with #CB4D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4D8D; }
p { color: rgb(203,77,141); }
H1.HeaderClassName
{
color: #CB4D8D;
}
.AnyTagClassName
{
color: #CB4D8D;
}
</style>
background-color css
<style>
a { background-color: #CB4D8D; }
a { background-color: rgb(203,77,141); }
div.DivClassName
{
background-color: #CB4D8D;
}
.BgClassName
{
background-color: #CB4D8D;
}
</style>
border-color css
<style>
span { border-color: #CB4D8D; }
span { border-color: rgb(203,77,141); }
td.TdClassName
{
border-color: #CB4D8D;
}
.TagClassName
{
border-color: #CB4D8D;
}
</style>