Shades of Mulberry #CB4E8C
Tints of Mulberry #CB4E8C
RGB
CMYK
RGB Variations
Color information
#CB4E8C (or 0xCB4E8C) is known color: Mulberry. HEX triplet: CB, 4E and 8C. RGB value is (203,78,140). Sum of RGB (Red+Green+Blue) = 203+78+140=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4E8C is #34B173. Grayscale: #7A7A7A. Windows color (decimal): -3453300 or 9195211. OLE color: 9195211.
HSL color Cylindrical-coordinate representation of color #CB4E8C: hue angle of 330.24º 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 #CB4E8C is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 78 | 140 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.20 |
| HSL | 330.24º | 0.55% | 0.55% | - |
| HSV(B) | 330.24º | 0.62% | 0.8% | - |
| XYZ | 32.09 | 20.04 | 26.99 | - |
| YUV | 122.44 | 137.91 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 140 | 0 | 0.62 | 0.31 | 0.20 | 330.24 | 0.55 | 0.55 |
| Hex | CB | 4E | 8C | 0 | 3E | 1F | 14 | 14A | 37 | 37 |
| Octal | 313 | 116 | 214 | 0 | 76 | 37 | 24 | 512 | 67 | 67 |
| Binary | 11001011 | 1001110 | 10001100 | 0 | 111110 | 11111 | 10100 | 101001010 | 110111 | 110111 |
Color Harmonies of #CB4E8C
Complementary color
Monochromatic Colors of #CB4E8C
Black with #CB4E8C
Text Example
Text Example
White with #CB4E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4E8C; }
p { color: rgb(203,78,140); }
H1.HeaderClassName
{
color: #CB4E8C;
}
.AnyTagClassName
{
color: #CB4E8C;
}
</style>
background-color css
<style>
a { background-color: #CB4E8C; }
a { background-color: rgb(203,78,140); }
div.DivClassName
{
background-color: #CB4E8C;
}
.BgClassName
{
background-color: #CB4E8C;
}
</style>
border-color css
<style>
span { border-color: #CB4E8C; }
span { border-color: rgb(203,78,140); }
td.TdClassName
{
border-color: #CB4E8C;
}
.TagClassName
{
border-color: #CB4E8C;
}
</style>