Shades of Mulberry #CB3BA7
Tints of Mulberry #CB3BA7
RGB
CMYK
RGB Variations
Color information
#CB3BA7 (or 0xCB3BA7) is known color: Mulberry. HEX triplet: CB, 3B and A7. RGB value is (203,59,167). Sum of RGB (Red+Green+Blue) = 203+59+167=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3BA7 is #34C458. Grayscale: #727272. Windows color (decimal): -3458137 or 10959819. OLE color: 10959819.
HSL color Cylindrical-coordinate representation of color #CB3BA7: hue angle of 315º 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 #CB3BA7 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 59 | 167 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.20 |
| HSL | 315º | 0.58% | 0.51% | - |
| HSV(B) | 315º | 0.71% | 0.8% | - |
| XYZ | 33.17 | 18.61 | 38.4 | - |
| YUV | 114.37 | 157.71 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 59 | 167 | 0 | 0.71 | 0.18 | 0.20 | 315 | 0.58 | 0.51 |
| Hex | CB | 3B | A7 | 0 | 47 | 12 | 14 | 13B | 3A | 33 |
| Octal | 313 | 73 | 247 | 0 | 107 | 22 | 24 | 473 | 72 | 63 |
| Binary | 11001011 | 111011 | 10100111 | 0 | 1000111 | 10010 | 10100 | 100111011 | 111010 | 110011 |
Color Harmonies of #CB3BA7
Complementary color
Monochromatic Colors of #CB3BA7
Black with #CB3BA7
Text Example
Text Example
White with #CB3BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3BA7; }
p { color: rgb(203,59,167); }
H1.HeaderClassName
{
color: #CB3BA7;
}
.AnyTagClassName
{
color: #CB3BA7;
}
</style>
background-color css
<style>
a { background-color: #CB3BA7; }
a { background-color: rgb(203,59,167); }
div.DivClassName
{
background-color: #CB3BA7;
}
.BgClassName
{
background-color: #CB3BA7;
}
</style>
border-color css
<style>
span { border-color: #CB3BA7; }
span { border-color: rgb(203,59,167); }
td.TdClassName
{
border-color: #CB3BA7;
}
.TagClassName
{
border-color: #CB3BA7;
}
</style>