Shades of Mulberry #CB3E91
Tints of Mulberry #CB3E91
RGB
CMYK
RGB Variations
Color information
#CB3E91 (or 0xCB3E91) is known color: Mulberry. HEX triplet: CB, 3E and 91. RGB value is (203,62,145). Sum of RGB (Red+Green+Blue) = 203+62+145=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3E91 is #34C16E. Grayscale: #717171. Windows color (decimal): -3457391 or 9518795. OLE color: 9518795.
HSL color Cylindrical-coordinate representation of color #CB3E91: hue angle of 324.68º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB3E91 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 145 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.20 |
| HSL | 324.68º | 0.58% | 0.52% | - |
| HSV(B) | 324.68º | 0.69% | 0.8% | - |
| XYZ | 31.46 | 18.19 | 28.64 | - |
| YUV | 113.62 | 145.71 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 145 | 0 | 0.69 | 0.29 | 0.20 | 324.68 | 0.58 | 0.52 |
| Hex | CB | 3E | 91 | 0 | 45 | 1D | 14 | 145 | 3A | 34 |
| Octal | 313 | 76 | 221 | 0 | 105 | 35 | 24 | 505 | 72 | 64 |
| Binary | 11001011 | 111110 | 10010001 | 0 | 1000101 | 11101 | 10100 | 101000101 | 111010 | 110100 |
Color Harmonies of #CB3E91
Complementary color
Monochromatic Colors of #CB3E91
Black with #CB3E91
Text Example
Text Example
White with #CB3E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3E91; }
p { color: rgb(203,62,145); }
H1.HeaderClassName
{
color: #CB3E91;
}
.AnyTagClassName
{
color: #CB3E91;
}
</style>
background-color css
<style>
a { background-color: #CB3E91; }
a { background-color: rgb(203,62,145); }
div.DivClassName
{
background-color: #CB3E91;
}
.BgClassName
{
background-color: #CB3E91;
}
</style>
border-color css
<style>
span { border-color: #CB3E91; }
span { border-color: rgb(203,62,145); }
td.TdClassName
{
border-color: #CB3E91;
}
.TagClassName
{
border-color: #CB3E91;
}
</style>