Shades of Mulberry #CB3C96
Tints of Mulberry #CB3C96
RGB
CMYK
RGB Variations
Color information
#CB3C96 (or 0xCB3C96) is known color: Mulberry. HEX triplet: CB, 3C and 96. RGB value is (203,60,150). Sum of RGB (Red+Green+Blue) = 203+60+150=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3C96 is #34C369. Grayscale: #707070. Windows color (decimal): -3457898 or 9845963. OLE color: 9845963.
HSL color Cylindrical-coordinate representation of color #CB3C96: hue angle of 322.24º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3C96 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 60 | 150 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.20 |
| HSL | 322.24º | 0.58% | 0.52% | - |
| HSV(B) | 322.24º | 0.7% | 0.8% | - |
| XYZ | 31.75 | 18.13 | 30.68 | - |
| YUV | 113.02 | 148.88 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 150 | 0 | 0.70 | 0.26 | 0.20 | 322.24 | 0.58 | 0.52 |
| Hex | CB | 3C | 96 | 0 | 46 | 1A | 14 | 142 | 3A | 34 |
| Octal | 313 | 74 | 226 | 0 | 106 | 32 | 24 | 502 | 72 | 64 |
| Binary | 11001011 | 111100 | 10010110 | 0 | 1000110 | 11010 | 10100 | 101000010 | 111010 | 110100 |
Color Harmonies of #CB3C96
Complementary color
Monochromatic Colors of #CB3C96
Black with #CB3C96
Text Example
Text Example
White with #CB3C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3C96; }
p { color: rgb(203,60,150); }
H1.HeaderClassName
{
color: #CB3C96;
}
.AnyTagClassName
{
color: #CB3C96;
}
</style>
background-color css
<style>
a { background-color: #CB3C96; }
a { background-color: rgb(203,60,150); }
div.DivClassName
{
background-color: #CB3C96;
}
.BgClassName
{
background-color: #CB3C96;
}
</style>
border-color css
<style>
span { border-color: #CB3C96; }
span { border-color: rgb(203,60,150); }
td.TdClassName
{
border-color: #CB3C96;
}
.TagClassName
{
border-color: #CB3C96;
}
</style>