Shades of Mulberry #CB478A
Tints of Mulberry #CB478A
RGB
CMYK
RGB Variations
Color information
#CB478A (or 0xCB478A) is known color: Mulberry. HEX triplet: CB, 47 and 8A. RGB value is (203,71,138). Sum of RGB (Red+Green+Blue) = 203+71+138=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB478A is #34B875. Grayscale: #757575. Windows color (decimal): -3455094 or 9062347. OLE color: 9062347.
HSL color Cylindrical-coordinate representation of color #CB478A: hue angle of 329.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB478A is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 138 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.20 |
| HSL | 329.55º | 0.56% | 0.54% | - |
| HSV(B) | 329.55º | 0.65% | 0.8% | - |
| XYZ | 31.47 | 19.04 | 26.06 | - |
| YUV | 118.11 | 139.23 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 138 | 0 | 0.65 | 0.32 | 0.20 | 329.55 | 0.56 | 0.54 |
| Hex | CB | 47 | 8A | 0 | 41 | 20 | 14 | 14A | 38 | 36 |
| Octal | 313 | 107 | 212 | 0 | 101 | 40 | 24 | 512 | 70 | 66 |
| Binary | 11001011 | 1000111 | 10001010 | 0 | 1000001 | 100000 | 10100 | 101001010 | 111000 | 110110 |
Color Harmonies of #CB478A
Complementary color
Monochromatic Colors of #CB478A
Black with #CB478A
Text Example
Text Example
White with #CB478A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB478A; }
p { color: rgb(203,71,138); }
H1.HeaderClassName
{
color: #CB478A;
}
.AnyTagClassName
{
color: #CB478A;
}
</style>
background-color css
<style>
a { background-color: #CB478A; }
a { background-color: rgb(203,71,138); }
div.DivClassName
{
background-color: #CB478A;
}
.BgClassName
{
background-color: #CB478A;
}
</style>
border-color css
<style>
span { border-color: #CB478A; }
span { border-color: rgb(203,71,138); }
td.TdClassName
{
border-color: #CB478A;
}
.TagClassName
{
border-color: #CB478A;
}
</style>