Shades of Mulberry #CB3A8D
Tints of Mulberry #CB3A8D
RGB
CMYK
RGB Variations
Color information
#CB3A8D (or 0xCB3A8D) is known color: Mulberry. HEX triplet: CB, 3A and 8D. RGB value is (203,58,141). Sum of RGB (Red+Green+Blue) = 203+58+141=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3A8D is #34C572. Grayscale: #6E6E6E. Windows color (decimal): -3458419 or 9255627. OLE color: 9255627.
HSL color Cylindrical-coordinate representation of color #CB3A8D: hue angle of 325.66º 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 #CB3A8D is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 58 | 141 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.20 |
| HSL | 325.66º | 0.58% | 0.51% | - |
| HSV(B) | 325.66º | 0.71% | 0.8% | - |
| XYZ | 30.95 | 17.65 | 26.97 | - |
| YUV | 110.82 | 145.04 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 58 | 141 | 0 | 0.71 | 0.31 | 0.20 | 325.66 | 0.58 | 0.51 |
| Hex | CB | 3A | 8D | 0 | 47 | 1F | 14 | 146 | 3A | 33 |
| Octal | 313 | 72 | 215 | 0 | 107 | 37 | 24 | 506 | 72 | 63 |
| Binary | 11001011 | 111010 | 10001101 | 0 | 1000111 | 11111 | 10100 | 101000110 | 111010 | 110011 |
Color Harmonies of #CB3A8D
Complementary color
Monochromatic Colors of #CB3A8D
Black with #CB3A8D
Text Example
Text Example
White with #CB3A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3A8D; }
p { color: rgb(203,58,141); }
H1.HeaderClassName
{
color: #CB3A8D;
}
.AnyTagClassName
{
color: #CB3A8D;
}
</style>
background-color css
<style>
a { background-color: #CB3A8D; }
a { background-color: rgb(203,58,141); }
div.DivClassName
{
background-color: #CB3A8D;
}
.BgClassName
{
background-color: #CB3A8D;
}
</style>
border-color css
<style>
span { border-color: #CB3A8D; }
span { border-color: rgb(203,58,141); }
td.TdClassName
{
border-color: #CB3A8D;
}
.TagClassName
{
border-color: #CB3A8D;
}
</style>