Shades of Mulberry #CB4B8F
Tints of Mulberry #CB4B8F
RGB
CMYK
RGB Variations
Color information
#CB4B8F (or 0xCB4B8F) is known color: Mulberry. HEX triplet: CB, 4B and 8F. RGB value is (203,75,143). Sum of RGB (Red+Green+Blue) = 203+75+143=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4B8F is #34B470. Grayscale: #787878. Windows color (decimal): -3454065 or 9391051. OLE color: 9391051.
HSL color Cylindrical-coordinate representation of color #CB4B8F: hue angle of 328.12º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4B8F is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 75 | 143 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.20 |
| HSL | 328.13º | 0.55% | 0.55% | - |
| HSV(B) | 328.13º | 0.63% | 0.8% | - |
| XYZ | 32.1 | 19.71 | 28.1 | - |
| YUV | 121.02 | 140.41 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 143 | 0 | 0.63 | 0.30 | 0.20 | 328.13 | 0.55 | 0.55 |
| Hex | CB | 4B | 8F | 0 | 3F | 1E | 14 | 148 | 37 | 37 |
| Octal | 313 | 113 | 217 | 0 | 77 | 36 | 24 | 510 | 67 | 67 |
| Binary | 11001011 | 1001011 | 10001111 | 0 | 111111 | 11110 | 10100 | 101001000 | 110111 | 110111 |
Color Harmonies of #CB4B8F
Complementary color
Monochromatic Colors of #CB4B8F
Black with #CB4B8F
Text Example
Text Example
White with #CB4B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4B8F; }
p { color: rgb(203,75,143); }
H1.HeaderClassName
{
color: #CB4B8F;
}
.AnyTagClassName
{
color: #CB4B8F;
}
</style>
background-color css
<style>
a { background-color: #CB4B8F; }
a { background-color: rgb(203,75,143); }
div.DivClassName
{
background-color: #CB4B8F;
}
.BgClassName
{
background-color: #CB4B8F;
}
</style>
border-color css
<style>
span { border-color: #CB4B8F; }
span { border-color: rgb(203,75,143); }
td.TdClassName
{
border-color: #CB4B8F;
}
.TagClassName
{
border-color: #CB4B8F;
}
</style>