Shades of Mulberry #CB478B
Tints of Mulberry #CB478B
RGB
CMYK
RGB Variations
Color information
#CB478B (or 0xCB478B) is known color: Mulberry. HEX triplet: CB, 47 and 8B. RGB value is (203,71,139). Sum of RGB (Red+Green+Blue) = 203+71+139=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB478B is #34B874. Grayscale: #767676. Windows color (decimal): -3455093 or 9127883. OLE color: 9127883.
HSL color Cylindrical-coordinate representation of color #CB478B: hue angle of 329.09º 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 #CB478B is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 139 | - |
| CMYK | 0 | 0.65 | 0.32 | 0.20 |
| HSL | 329.09º | 0.56% | 0.54% | - |
| HSV(B) | 329.09º | 0.65% | 0.8% | - |
| XYZ | 31.54 | 19.07 | 26.44 | - |
| YUV | 118.22 | 139.73 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 139 | 0 | 0.65 | 0.32 | 0.20 | 329.09 | 0.56 | 0.54 |
| Hex | CB | 47 | 8B | 0 | 41 | 20 | 14 | 149 | 38 | 36 |
| Octal | 313 | 107 | 213 | 0 | 101 | 40 | 24 | 511 | 70 | 66 |
| Binary | 11001011 | 1000111 | 10001011 | 0 | 1000001 | 100000 | 10100 | 101001001 | 111000 | 110110 |
Color Harmonies of #CB478B
Complementary color
Monochromatic Colors of #CB478B
Black with #CB478B
Text Example
Text Example
White with #CB478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB478B; }
p { color: rgb(203,71,139); }
H1.HeaderClassName
{
color: #CB478B;
}
.AnyTagClassName
{
color: #CB478B;
}
</style>
background-color css
<style>
a { background-color: #CB478B; }
a { background-color: rgb(203,71,139); }
div.DivClassName
{
background-color: #CB478B;
}
.BgClassName
{
background-color: #CB478B;
}
</style>
border-color css
<style>
span { border-color: #CB478B; }
span { border-color: rgb(203,71,139); }
td.TdClassName
{
border-color: #CB478B;
}
.TagClassName
{
border-color: #CB478B;
}
</style>