Shades of Mulberry #CB5099
Tints of Mulberry #CB5099
RGB
CMYK
RGB Variations
Color information
#CB5099 (or 0xCB5099) is known color: Mulberry. HEX triplet: CB, 50 and 99. RGB value is (203,80,153). Sum of RGB (Red+Green+Blue) = 203+80+153=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5099 is #34AF66. Grayscale: #7C7C7C. Windows color (decimal): -3452775 or 10047691. OLE color: 10047691.
HSL color Cylindrical-coordinate representation of color #CB5099: hue angle of 324.39º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5099 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 153 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.20 |
| HSL | 324.39º | 0.54% | 0.55% | - |
| HSV(B) | 324.39º | 0.61% | 0.8% | - |
| XYZ | 33.25 | 20.73 | 32.39 | - |
| YUV | 125.1 | 143.75 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 153 | 0 | 0.61 | 0.25 | 0.20 | 324.39 | 0.54 | 0.55 |
| Hex | CB | 50 | 99 | 0 | 3D | 19 | 14 | 144 | 36 | 37 |
| Octal | 313 | 120 | 231 | 0 | 75 | 31 | 24 | 504 | 66 | 67 |
| Binary | 11001011 | 1010000 | 10011001 | 0 | 111101 | 11001 | 10100 | 101000100 | 110110 | 110111 |
Color Harmonies of #CB5099
Complementary color
Monochromatic Colors of #CB5099
Black with #CB5099
Text Example
Text Example
White with #CB5099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5099; }
p { color: rgb(203,80,153); }
H1.HeaderClassName
{
color: #CB5099;
}
.AnyTagClassName
{
color: #CB5099;
}
</style>
background-color css
<style>
a { background-color: #CB5099; }
a { background-color: rgb(203,80,153); }
div.DivClassName
{
background-color: #CB5099;
}
.BgClassName
{
background-color: #CB5099;
}
</style>
border-color css
<style>
span { border-color: #CB5099; }
span { border-color: rgb(203,80,153); }
td.TdClassName
{
border-color: #CB5099;
}
.TagClassName
{
border-color: #CB5099;
}
</style>