Shades of Mulberry #CB4F8D
Tints of Mulberry #CB4F8D
RGB
CMYK
RGB Variations
Color information
#CB4F8D (or 0xCB4F8D) is known color: Mulberry. HEX triplet: CB, 4F and 8D. RGB value is (203,79,141). Sum of RGB (Red+Green+Blue) = 203+79+141=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4F8D is #34B072. Grayscale: #7B7B7B. Windows color (decimal): -3453043 or 9261003. OLE color: 9261003.
HSL color Cylindrical-coordinate representation of color #CB4F8D: hue angle of 330º 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 #CB4F8D is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 79 | 141 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.20 |
| HSL | 330º | 0.54% | 0.55% | - |
| HSV(B) | 330º | 0.61% | 0.8% | - |
| XYZ | 32.23 | 20.21 | 27.4 | - |
| YUV | 123.14 | 138.08 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 79 | 141 | 0 | 0.61 | 0.31 | 0.20 | 330 | 0.54 | 0.55 |
| Hex | CB | 4F | 8D | 0 | 3D | 1F | 14 | 14A | 36 | 37 |
| Octal | 313 | 117 | 215 | 0 | 75 | 37 | 24 | 512 | 66 | 67 |
| Binary | 11001011 | 1001111 | 10001101 | 0 | 111101 | 11111 | 10100 | 101001010 | 110110 | 110111 |
Color Harmonies of #CB4F8D
Complementary color
Monochromatic Colors of #CB4F8D
Black with #CB4F8D
Text Example
Text Example
White with #CB4F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4F8D; }
p { color: rgb(203,79,141); }
H1.HeaderClassName
{
color: #CB4F8D;
}
.AnyTagClassName
{
color: #CB4F8D;
}
</style>
background-color css
<style>
a { background-color: #CB4F8D; }
a { background-color: rgb(203,79,141); }
div.DivClassName
{
background-color: #CB4F8D;
}
.BgClassName
{
background-color: #CB4F8D;
}
</style>
border-color css
<style>
span { border-color: #CB4F8D; }
span { border-color: rgb(203,79,141); }
td.TdClassName
{
border-color: #CB4F8D;
}
.TagClassName
{
border-color: #CB4F8D;
}
</style>