Shades of Mulberry #CB499F
Tints of Mulberry #CB499F
RGB
CMYK
RGB Variations
Color information
#CB499F (or 0xCB499F) is known color: Mulberry. HEX triplet: CB, 49 and 9F. RGB value is (203,73,159). Sum of RGB (Red+Green+Blue) = 203+73+159=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB499F is #34B660. Grayscale: #797979. Windows color (decimal): -3454561 or 10439115. OLE color: 10439115.
HSL color Cylindrical-coordinate representation of color #CB499F: hue angle of 320.31º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB499F is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 159 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.20 |
| HSL | 320.31º | 0.56% | 0.54% | - |
| HSV(B) | 320.31º | 0.64% | 0.8% | - |
| XYZ | 33.27 | 19.96 | 34.9 | - |
| YUV | 121.67 | 149.07 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 159 | 0 | 0.64 | 0.22 | 0.20 | 320.31 | 0.56 | 0.54 |
| Hex | CB | 49 | 9F | 0 | 40 | 16 | 14 | 140 | 38 | 36 |
| Octal | 313 | 111 | 237 | 0 | 100 | 26 | 24 | 500 | 70 | 66 |
| Binary | 11001011 | 1001001 | 10011111 | 0 | 1000000 | 10110 | 10100 | 101000000 | 111000 | 110110 |
Color Harmonies of #CB499F
Complementary color
Monochromatic Colors of #CB499F
Black with #CB499F
Text Example
Text Example
White with #CB499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB499F; }
p { color: rgb(203,73,159); }
H1.HeaderClassName
{
color: #CB499F;
}
.AnyTagClassName
{
color: #CB499F;
}
</style>
background-color css
<style>
a { background-color: #CB499F; }
a { background-color: rgb(203,73,159); }
div.DivClassName
{
background-color: #CB499F;
}
.BgClassName
{
background-color: #CB499F;
}
</style>
border-color css
<style>
span { border-color: #CB499F; }
span { border-color: rgb(203,73,159); }
td.TdClassName
{
border-color: #CB499F;
}
.TagClassName
{
border-color: #CB499F;
}
</style>