Shades of Mulberry #CB3B9D
Tints of Mulberry #CB3B9D
RGB
CMYK
RGB Variations
Color information
#CB3B9D (or 0xCB3B9D) is known color: Mulberry. HEX triplet: CB, 3B and 9D. RGB value is (203,59,157). Sum of RGB (Red+Green+Blue) = 203+59+157=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3B9D is #34C462. Grayscale: #707070. Windows color (decimal): -3458147 or 10304459. OLE color: 10304459.
HSL color Cylindrical-coordinate representation of color #CB3B9D: hue angle of 319.17º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3B9D is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 59 | 157 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.20 |
| HSL | 319.17º | 0.58% | 0.51% | - |
| HSV(B) | 319.17º | 0.71% | 0.8% | - |
| XYZ | 32.28 | 18.26 | 33.72 | - |
| YUV | 113.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 157 | 0 | 0.71 | 0.23 | 0.20 | 319.17 | 0.58 | 0.51 |
| Hex | CB | 3B | 9D | 0 | 47 | 17 | 14 | 13F | 3A | 33 |
| Octal | 313 | 73 | 235 | 0 | 107 | 27 | 24 | 477 | 72 | 63 |
| Binary | 11001011 | 111011 | 10011101 | 0 | 1000111 | 10111 | 10100 | 100111111 | 111010 | 110011 |
Color Harmonies of #CB3B9D
Complementary color
Monochromatic Colors of #CB3B9D
Black with #CB3B9D
Text Example
Text Example
White with #CB3B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3B9D; }
p { color: rgb(203,59,157); }
H1.HeaderClassName
{
color: #CB3B9D;
}
.AnyTagClassName
{
color: #CB3B9D;
}
</style>
background-color css
<style>
a { background-color: #CB3B9D; }
a { background-color: rgb(203,59,157); }
div.DivClassName
{
background-color: #CB3B9D;
}
.BgClassName
{
background-color: #CB3B9D;
}
</style>
border-color css
<style>
span { border-color: #CB3B9D; }
span { border-color: rgb(203,59,157); }
td.TdClassName
{
border-color: #CB3B9D;
}
.TagClassName
{
border-color: #CB3B9D;
}
</style>