Shades of Mulberry #CB4481
Tints of Mulberry #CB4481
RGB
CMYK
RGB Variations
Color information
#CB4481 (or 0xCB4481) is known color: Mulberry. HEX triplet: CB, 44 and 81. RGB value is (203,68,129). Sum of RGB (Red+Green+Blue) = 203+68+129=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4481 is #34BB7E. Grayscale: #737373. Windows color (decimal): -3455871 or 8471755. OLE color: 8471755.
HSL color Cylindrical-coordinate representation of color #CB4481: hue angle of 332.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4481 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 129 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.20 |
| HSL | 332.89º | 0.56% | 0.53% | - |
| HSV(B) | 332.89º | 0.67% | 0.8% | - |
| XYZ | 30.66 | 18.42 | 22.71 | - |
| YUV | 115.32 | 135.73 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 129 | 0 | 0.67 | 0.36 | 0.20 | 332.89 | 0.56 | 0.53 |
| Hex | CB | 44 | 81 | 0 | 43 | 24 | 14 | 14D | 38 | 35 |
| Octal | 313 | 104 | 201 | 0 | 103 | 44 | 24 | 515 | 70 | 65 |
| Binary | 11001011 | 1000100 | 10000001 | 0 | 1000011 | 100100 | 10100 | 101001101 | 111000 | 110101 |
Color Harmonies of #CB4481
Complementary color
Monochromatic Colors of #CB4481
Black with #CB4481
Text Example
Text Example
White with #CB4481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4481; }
p { color: rgb(203,68,129); }
H1.HeaderClassName
{
color: #CB4481;
}
.AnyTagClassName
{
color: #CB4481;
}
</style>
background-color css
<style>
a { background-color: #CB4481; }
a { background-color: rgb(203,68,129); }
div.DivClassName
{
background-color: #CB4481;
}
.BgClassName
{
background-color: #CB4481;
}
</style>
border-color css
<style>
span { border-color: #CB4481; }
span { border-color: rgb(203,68,129); }
td.TdClassName
{
border-color: #CB4481;
}
.TagClassName
{
border-color: #CB4481;
}
</style>