Shades of Mulberry #CB3996
Tints of Mulberry #CB3996
RGB
CMYK
RGB Variations
Color information
#CB3996 (or 0xCB3996) is known color: Mulberry. HEX triplet: CB, 39 and 96. RGB value is (203,57,150). Sum of RGB (Red+Green+Blue) = 203+57+150=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3996 is #34C669. Grayscale: #6F6F6F. Windows color (decimal): -3458666 or 9845195. OLE color: 9845195.
HSL color Cylindrical-coordinate representation of color #CB3996: hue angle of 321.78º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3996 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 150 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.20 |
| HSL | 321.78º | 0.58% | 0.51% | - |
| HSV(B) | 321.78º | 0.72% | 0.8% | - |
| XYZ | 31.6 | 17.82 | 30.63 | - |
| YUV | 111.26 | 149.87 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 150 | 0 | 0.72 | 0.26 | 0.20 | 321.78 | 0.58 | 0.51 |
| Hex | CB | 39 | 96 | 0 | 48 | 1A | 14 | 142 | 3A | 33 |
| Octal | 313 | 71 | 226 | 0 | 110 | 32 | 24 | 502 | 72 | 63 |
| Binary | 11001011 | 111001 | 10010110 | 0 | 1001000 | 11010 | 10100 | 101000010 | 111010 | 110011 |
Color Harmonies of #CB3996
Complementary color
Monochromatic Colors of #CB3996
Black with #CB3996
Text Example
Text Example
White with #CB3996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3996; }
p { color: rgb(203,57,150); }
H1.HeaderClassName
{
color: #CB3996;
}
.AnyTagClassName
{
color: #CB3996;
}
</style>
background-color css
<style>
a { background-color: #CB3996; }
a { background-color: rgb(203,57,150); }
div.DivClassName
{
background-color: #CB3996;
}
.BgClassName
{
background-color: #CB3996;
}
</style>
border-color css
<style>
span { border-color: #CB3996; }
span { border-color: rgb(203,57,150); }
td.TdClassName
{
border-color: #CB3996;
}
.TagClassName
{
border-color: #CB3996;
}
</style>