Shades of Mulberry #CB3D91
Tints of Mulberry #CB3D91
RGB
CMYK
RGB Variations
Color information
#CB3D91 (or 0xCB3D91) is known color: Mulberry. HEX triplet: CB, 3D and 91. RGB value is (203,61,145). Sum of RGB (Red+Green+Blue) = 203+61+145=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 145 (57.03% from 255 or 35.45% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3D91 is #34C26E. Grayscale: #707070. Windows color (decimal): -3457647 or 9518539. OLE color: 9518539.
HSL color Cylindrical-coordinate representation of color #CB3D91: hue angle of 324.51º 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 #CB3D91 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 61 | 145 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.20 |
| HSL | 324.51º | 0.58% | 0.52% | - |
| HSV(B) | 324.51º | 0.7% | 0.8% | - |
| XYZ | 31.41 | 18.08 | 28.62 | - |
| YUV | 113.03 | 146.04 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 145 | 0 | 0.70 | 0.29 | 0.20 | 324.51 | 0.58 | 0.52 |
| Hex | CB | 3D | 91 | 0 | 46 | 1D | 14 | 145 | 3A | 34 |
| Octal | 313 | 75 | 221 | 0 | 106 | 35 | 24 | 505 | 72 | 64 |
| Binary | 11001011 | 111101 | 10010001 | 0 | 1000110 | 11101 | 10100 | 101000101 | 111010 | 110100 |
Color Harmonies of #CB3D91
Complementary color
Monochromatic Colors of #CB3D91
Black with #CB3D91
Text Example
Text Example
White with #CB3D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3D91; }
p { color: rgb(203,61,145); }
H1.HeaderClassName
{
color: #CB3D91;
}
.AnyTagClassName
{
color: #CB3D91;
}
</style>
background-color css
<style>
a { background-color: #CB3D91; }
a { background-color: rgb(203,61,145); }
div.DivClassName
{
background-color: #CB3D91;
}
.BgClassName
{
background-color: #CB3D91;
}
</style>
border-color css
<style>
span { border-color: #CB3D91; }
span { border-color: rgb(203,61,145); }
td.TdClassName
{
border-color: #CB3D91;
}
.TagClassName
{
border-color: #CB3D91;
}
</style>