Shades of Mulberry #CB3EA3
Tints of Mulberry #CB3EA3
RGB
CMYK
RGB Variations
Color information
#CB3EA3 (or 0xCB3EA3) is known color: Mulberry. HEX triplet: CB, 3E and A3. RGB value is (203,62,163). Sum of RGB (Red+Green+Blue) = 203+62+163=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 163 (64.06% from 255 or 38.08% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3EA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3EA3 is #34C15C. Grayscale: #737373. Windows color (decimal): -3457373 or 10698443. OLE color: 10698443.
HSL color Cylindrical-coordinate representation of color #CB3EA3: hue angle of 317.02º 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 #CB3EA3 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 163 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.20 |
| HSL | 317.02º | 0.58% | 0.52% | - |
| HSV(B) | 317.02º | 0.69% | 0.8% | - |
| XYZ | 32.96 | 18.79 | 36.54 | - |
| YUV | 115.67 | 154.71 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 163 | 0 | 0.69 | 0.20 | 0.20 | 317.02 | 0.58 | 0.52 |
| Hex | CB | 3E | A3 | 0 | 45 | 14 | 14 | 13D | 3A | 34 |
| Octal | 313 | 76 | 243 | 0 | 105 | 24 | 24 | 475 | 72 | 64 |
| Binary | 11001011 | 111110 | 10100011 | 0 | 1000101 | 10100 | 10100 | 100111101 | 111010 | 110100 |
Color Harmonies of #CB3EA3
Complementary color
Monochromatic Colors of #CB3EA3
Black with #CB3EA3
Text Example
Text Example
White with #CB3EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3EA3; }
p { color: rgb(203,62,163); }
H1.HeaderClassName
{
color: #CB3EA3;
}
.AnyTagClassName
{
color: #CB3EA3;
}
</style>
background-color css
<style>
a { background-color: #CB3EA3; }
a { background-color: rgb(203,62,163); }
div.DivClassName
{
background-color: #CB3EA3;
}
.BgClassName
{
background-color: #CB3EA3;
}
</style>
border-color css
<style>
span { border-color: #CB3EA3; }
span { border-color: rgb(203,62,163); }
td.TdClassName
{
border-color: #CB3EA3;
}
.TagClassName
{
border-color: #CB3EA3;
}
</style>