Shades of Mulberry #CB499E
Tints of Mulberry #CB499E
RGB
CMYK
RGB Variations
Color information
#CB499E (or 0xCB499E) is known color: Mulberry. HEX triplet: CB, 49 and 9E. RGB value is (203,73,158). Sum of RGB (Red+Green+Blue) = 203+73+158=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB499E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB499E is #34B661. Grayscale: #797979. Windows color (decimal): -3454562 or 10373579. OLE color: 10373579.
HSL color Cylindrical-coordinate representation of color #CB499E: hue angle of 320.77º 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 #CB499E is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 158 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.20 |
| HSL | 320.77º | 0.56% | 0.54% | - |
| HSV(B) | 320.77º | 0.64% | 0.8% | - |
| XYZ | 33.18 | 19.93 | 34.45 | - |
| YUV | 121.56 | 148.57 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 158 | 0 | 0.64 | 0.22 | 0.20 | 320.77 | 0.56 | 0.54 |
| Hex | CB | 49 | 9E | 0 | 40 | 16 | 14 | 141 | 38 | 36 |
| Octal | 313 | 111 | 236 | 0 | 100 | 26 | 24 | 501 | 70 | 66 |
| Binary | 11001011 | 1001001 | 10011110 | 0 | 1000000 | 10110 | 10100 | 101000001 | 111000 | 110110 |
Color Harmonies of #CB499E
Complementary color
Monochromatic Colors of #CB499E
Black with #CB499E
Text Example
Text Example
White with #CB499E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB499E; }
p { color: rgb(203,73,158); }
H1.HeaderClassName
{
color: #CB499E;
}
.AnyTagClassName
{
color: #CB499E;
}
</style>
background-color css
<style>
a { background-color: #CB499E; }
a { background-color: rgb(203,73,158); }
div.DivClassName
{
background-color: #CB499E;
}
.BgClassName
{
background-color: #CB499E;
}
</style>
border-color css
<style>
span { border-color: #CB499E; }
span { border-color: rgb(203,73,158); }
td.TdClassName
{
border-color: #CB499E;
}
.TagClassName
{
border-color: #CB499E;
}
</style>