Shades of Mulberry #CB3D85
Tints of Mulberry #CB3D85
RGB
CMYK
RGB Variations
Color information
#CB3D85 (or 0xCB3D85) is known color: Mulberry. HEX triplet: CB, 3D and 85. RGB value is (203,61,133). Sum of RGB (Red+Green+Blue) = 203+61+133=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3D85 is #34C27A. Grayscale: #6F6F6F. Windows color (decimal): -3457659 or 8732107. OLE color: 8732107.
HSL color Cylindrical-coordinate representation of color #CB3D85: hue angle of 329.58º 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 #CB3D85 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 61 | 133 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.20 |
| HSL | 329.58º | 0.58% | 0.52% | - |
| HSV(B) | 329.58º | 0.7% | 0.8% | - |
| XYZ | 30.53 | 17.73 | 24 | - |
| YUV | 111.67 | 140.04 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 133 | 0 | 0.70 | 0.34 | 0.20 | 329.58 | 0.58 | 0.52 |
| Hex | CB | 3D | 85 | 0 | 46 | 22 | 14 | 14A | 3A | 34 |
| Octal | 313 | 75 | 205 | 0 | 106 | 42 | 24 | 512 | 72 | 64 |
| Binary | 11001011 | 111101 | 10000101 | 0 | 1000110 | 100010 | 10100 | 101001010 | 111010 | 110100 |
Color Harmonies of #CB3D85
Complementary color
Monochromatic Colors of #CB3D85
Black with #CB3D85
Text Example
Text Example
White with #CB3D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3D85; }
p { color: rgb(203,61,133); }
H1.HeaderClassName
{
color: #CB3D85;
}
.AnyTagClassName
{
color: #CB3D85;
}
</style>
background-color css
<style>
a { background-color: #CB3D85; }
a { background-color: rgb(203,61,133); }
div.DivClassName
{
background-color: #CB3D85;
}
.BgClassName
{
background-color: #CB3D85;
}
</style>
border-color css
<style>
span { border-color: #CB3D85; }
span { border-color: rgb(203,61,133); }
td.TdClassName
{
border-color: #CB3D85;
}
.TagClassName
{
border-color: #CB3D85;
}
</style>