Shades of Mulberry #CB3E81
Tints of Mulberry #CB3E81
RGB
CMYK
RGB Variations
Color information
#CB3E81 (or 0xCB3E81) is known color: Mulberry. HEX triplet: CB, 3E and 81. RGB value is (203,62,129). Sum of RGB (Red+Green+Blue) = 203+62+129=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3E81 is #34C17E. Grayscale: #6F6F6F. Windows color (decimal): -3457407 or 8470219. OLE color: 8470219.
HSL color Cylindrical-coordinate representation of color #CB3E81: hue angle of 331.49º 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 #CB3E81 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 129 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.20 |
| HSL | 331.49º | 0.58% | 0.52% | - |
| HSV(B) | 331.49º | 0.69% | 0.8% | - |
| XYZ | 30.31 | 17.73 | 22.59 | - |
| YUV | 111.8 | 137.71 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 129 | 0 | 0.69 | 0.36 | 0.20 | 331.49 | 0.58 | 0.52 |
| Hex | CB | 3E | 81 | 0 | 45 | 24 | 14 | 14B | 3A | 34 |
| Octal | 313 | 76 | 201 | 0 | 105 | 44 | 24 | 513 | 72 | 64 |
| Binary | 11001011 | 111110 | 10000001 | 0 | 1000101 | 100100 | 10100 | 101001011 | 111010 | 110100 |
Color Harmonies of #CB3E81
Complementary color
Monochromatic Colors of #CB3E81
Black with #CB3E81
Text Example
Text Example
White with #CB3E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3E81; }
p { color: rgb(203,62,129); }
H1.HeaderClassName
{
color: #CB3E81;
}
.AnyTagClassName
{
color: #CB3E81;
}
</style>
background-color css
<style>
a { background-color: #CB3E81; }
a { background-color: rgb(203,62,129); }
div.DivClassName
{
background-color: #CB3E81;
}
.BgClassName
{
background-color: #CB3E81;
}
</style>
border-color css
<style>
span { border-color: #CB3E81; }
span { border-color: rgb(203,62,129); }
td.TdClassName
{
border-color: #CB3E81;
}
.TagClassName
{
border-color: #CB3E81;
}
</style>