Shades of Mulberry #CB5198
Tints of Mulberry #CB5198
RGB
CMYK
RGB Variations
Color information
#CB5198 (or 0xCB5198) is known color: Mulberry. HEX triplet: CB, 51 and 98. RGB value is (203,81,152). Sum of RGB (Red+Green+Blue) = 203+81+152=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5198 is #34AE67. Grayscale: #7D7D7D. Windows color (decimal): -3452520 or 9982411. OLE color: 9982411.
HSL color Cylindrical-coordinate representation of color #CB5198: hue angle of 325.08º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5198 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 152 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.20 |
| HSL | 325.08º | 0.54% | 0.56% | - |
| HSV(B) | 325.08º | 0.6% | 0.8% | - |
| XYZ | 33.24 | 20.85 | 31.98 | - |
| YUV | 125.57 | 142.92 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 152 | 0 | 0.60 | 0.25 | 0.20 | 325.08 | 0.54 | 0.56 |
| Hex | CB | 51 | 98 | 0 | 3C | 19 | 14 | 145 | 36 | 38 |
| Octal | 313 | 121 | 230 | 0 | 74 | 31 | 24 | 505 | 66 | 70 |
| Binary | 11001011 | 1010001 | 10011000 | 0 | 111100 | 11001 | 10100 | 101000101 | 110110 | 111000 |
Color Harmonies of #CB5198
Complementary color
Monochromatic Colors of #CB5198
Black with #CB5198
Text Example
Text Example
White with #CB5198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5198; }
p { color: rgb(203,81,152); }
H1.HeaderClassName
{
color: #CB5198;
}
.AnyTagClassName
{
color: #CB5198;
}
</style>
background-color css
<style>
a { background-color: #CB5198; }
a { background-color: rgb(203,81,152); }
div.DivClassName
{
background-color: #CB5198;
}
.BgClassName
{
background-color: #CB5198;
}
</style>
border-color css
<style>
span { border-color: #CB5198; }
span { border-color: rgb(203,81,152); }
td.TdClassName
{
border-color: #CB5198;
}
.TagClassName
{
border-color: #CB5198;
}
</style>