Shades of Mulberry #CB5394
Tints of Mulberry #CB5394
RGB
CMYK
RGB Variations
Color information
#CB5394 (or 0xCB5394) is known color: Mulberry. HEX triplet: CB, 53 and 94. RGB value is (203,83,148). Sum of RGB (Red+Green+Blue) = 203+83+148=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5394 is #34AC6B. Grayscale: #7E7E7E. Windows color (decimal): -3452012 or 9720779. OLE color: 9720779.
HSL color Cylindrical-coordinate representation of color #CB5394: hue angle of 327.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5394 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 148 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.20 |
| HSL | 327.5º | 0.54% | 0.56% | - |
| HSV(B) | 327.5º | 0.59% | 0.8% | - |
| XYZ | 33.07 | 21.02 | 30.33 | - |
| YUV | 126.29 | 140.26 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 148 | 0 | 0.59 | 0.27 | 0.20 | 327.5 | 0.54 | 0.56 |
| Hex | CB | 53 | 94 | 0 | 3B | 1B | 14 | 148 | 36 | 38 |
| Octal | 313 | 123 | 224 | 0 | 73 | 33 | 24 | 510 | 66 | 70 |
| Binary | 11001011 | 1010011 | 10010100 | 0 | 111011 | 11011 | 10100 | 101001000 | 110110 | 111000 |
Color Harmonies of #CB5394
Complementary color
Monochromatic Colors of #CB5394
Black with #CB5394
Text Example
Text Example
White with #CB5394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5394; }
p { color: rgb(203,83,148); }
H1.HeaderClassName
{
color: #CB5394;
}
.AnyTagClassName
{
color: #CB5394;
}
</style>
background-color css
<style>
a { background-color: #CB5394; }
a { background-color: rgb(203,83,148); }
div.DivClassName
{
background-color: #CB5394;
}
.BgClassName
{
background-color: #CB5394;
}
</style>
border-color css
<style>
span { border-color: #CB5394; }
span { border-color: rgb(203,83,148); }
td.TdClassName
{
border-color: #CB5394;
}
.TagClassName
{
border-color: #CB5394;
}
</style>