Shades of Mulberry #CB4E9F
Tints of Mulberry #CB4E9F
RGB
CMYK
RGB Variations
Color information
#CB4E9F (or 0xCB4E9F) is known color: Mulberry. HEX triplet: CB, 4E and 9F. RGB value is (203,78,159). Sum of RGB (Red+Green+Blue) = 203+78+159=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4E9F is #34B160. Grayscale: #7C7C7C. Windows color (decimal): -3453281 or 10440395. OLE color: 10440395.
HSL color Cylindrical-coordinate representation of color #CB4E9F: hue angle of 321.12º 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 #CB4E9F is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 78 | 159 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.20 |
| HSL | 321.12º | 0.55% | 0.55% | - |
| HSV(B) | 321.12º | 0.62% | 0.8% | - |
| XYZ | 33.61 | 20.65 | 35.01 | - |
| YUV | 124.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 159 | 0 | 0.62 | 0.22 | 0.20 | 321.12 | 0.55 | 0.55 |
| Hex | CB | 4E | 9F | 0 | 3E | 16 | 14 | 141 | 37 | 37 |
| Octal | 313 | 116 | 237 | 0 | 76 | 26 | 24 | 501 | 67 | 67 |
| Binary | 11001011 | 1001110 | 10011111 | 0 | 111110 | 10110 | 10100 | 101000001 | 110111 | 110111 |
Color Harmonies of #CB4E9F
Complementary color
Monochromatic Colors of #CB4E9F
Black with #CB4E9F
Text Example
Text Example
White with #CB4E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4E9F; }
p { color: rgb(203,78,159); }
H1.HeaderClassName
{
color: #CB4E9F;
}
.AnyTagClassName
{
color: #CB4E9F;
}
</style>
background-color css
<style>
a { background-color: #CB4E9F; }
a { background-color: rgb(203,78,159); }
div.DivClassName
{
background-color: #CB4E9F;
}
.BgClassName
{
background-color: #CB4E9F;
}
</style>
border-color css
<style>
span { border-color: #CB4E9F; }
span { border-color: rgb(203,78,159); }
td.TdClassName
{
border-color: #CB4E9F;
}
.TagClassName
{
border-color: #CB4E9F;
}
</style>