Shades of Mulberry #CB3D9A
Tints of Mulberry #CB3D9A
RGB
CMYK
RGB Variations
Color information
#CB3D9A (or 0xCB3D9A) is known color: Mulberry. HEX triplet: CB, 3D and 9A. RGB value is (203,61,154). Sum of RGB (Red+Green+Blue) = 203+61+154=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3D9A is #34C265. Grayscale: #717171. Windows color (decimal): -3457638 or 10108363. OLE color: 10108363.
HSL color Cylindrical-coordinate representation of color #CB3D9A: hue angle of 320.7º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3D9A is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 61 | 154 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.20 |
| HSL | 320.7º | 0.58% | 0.52% | - |
| HSV(B) | 320.7º | 0.7% | 0.8% | - |
| XYZ | 32.13 | 18.37 | 32.42 | - |
| YUV | 114.06 | 150.54 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 154 | 0 | 0.70 | 0.24 | 0.20 | 320.7 | 0.58 | 0.52 |
| Hex | CB | 3D | 9A | 0 | 46 | 18 | 14 | 141 | 3A | 34 |
| Octal | 313 | 75 | 232 | 0 | 106 | 30 | 24 | 501 | 72 | 64 |
| Binary | 11001011 | 111101 | 10011010 | 0 | 1000110 | 11000 | 10100 | 101000001 | 111010 | 110100 |
Color Harmonies of #CB3D9A
Complementary color
Monochromatic Colors of #CB3D9A
Black with #CB3D9A
Text Example
Text Example
White with #CB3D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3D9A; }
p { color: rgb(203,61,154); }
H1.HeaderClassName
{
color: #CB3D9A;
}
.AnyTagClassName
{
color: #CB3D9A;
}
</style>
background-color css
<style>
a { background-color: #CB3D9A; }
a { background-color: rgb(203,61,154); }
div.DivClassName
{
background-color: #CB3D9A;
}
.BgClassName
{
background-color: #CB3D9A;
}
</style>
border-color css
<style>
span { border-color: #CB3D9A; }
span { border-color: rgb(203,61,154); }
td.TdClassName
{
border-color: #CB3D9A;
}
.TagClassName
{
border-color: #CB3D9A;
}
</style>