Shades of Mulberry #CB479B
Tints of Mulberry #CB479B
RGB
CMYK
RGB Variations
Color information
#CB479B (or 0xCB479B) is known color: Mulberry. HEX triplet: CB, 47 and 9B. RGB value is (203,71,155). Sum of RGB (Red+Green+Blue) = 203+71+155=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB479B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB479B is #34B864. Grayscale: #777777. Windows color (decimal): -3455077 or 10176459. OLE color: 10176459.
HSL color Cylindrical-coordinate representation of color #CB479B: hue angle of 321.82º 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 #CB479B is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 155 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.20 |
| HSL | 321.82º | 0.56% | 0.54% | - |
| HSV(B) | 321.82º | 0.65% | 0.8% | - |
| XYZ | 32.8 | 19.57 | 33.06 | - |
| YUV | 120.04 | 147.73 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 155 | 0 | 0.65 | 0.24 | 0.20 | 321.82 | 0.56 | 0.54 |
| Hex | CB | 47 | 9B | 0 | 41 | 18 | 14 | 142 | 38 | 36 |
| Octal | 313 | 107 | 233 | 0 | 101 | 30 | 24 | 502 | 70 | 66 |
| Binary | 11001011 | 1000111 | 10011011 | 0 | 1000001 | 11000 | 10100 | 101000010 | 111000 | 110110 |
Color Harmonies of #CB479B
Complementary color
Monochromatic Colors of #CB479B
Black with #CB479B
Text Example
Text Example
White with #CB479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB479B; }
p { color: rgb(203,71,155); }
H1.HeaderClassName
{
color: #CB479B;
}
.AnyTagClassName
{
color: #CB479B;
}
</style>
background-color css
<style>
a { background-color: #CB479B; }
a { background-color: rgb(203,71,155); }
div.DivClassName
{
background-color: #CB479B;
}
.BgClassName
{
background-color: #CB479B;
}
</style>
border-color css
<style>
span { border-color: #CB479B; }
span { border-color: rgb(203,71,155); }
td.TdClassName
{
border-color: #CB479B;
}
.TagClassName
{
border-color: #CB479B;
}
</style>