Shades of Mulberry #CB3C9A
Tints of Mulberry #CB3C9A
RGB
CMYK
RGB Variations
Color information
#CB3C9A (or 0xCB3C9A) is known color: Mulberry. HEX triplet: CB, 3C and 9A. RGB value is (203,60,154). Sum of RGB (Red+Green+Blue) = 203+60+154=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 60 (23.83% from 255 or 14.39% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3C9A is #34C365. Grayscale: #717171. Windows color (decimal): -3457894 or 10108107. OLE color: 10108107.
HSL color Cylindrical-coordinate representation of color #CB3C9A: hue angle of 320.56º 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 #CB3C9A is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 60 | 154 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.20 |
| HSL | 320.56º | 0.58% | 0.52% | - |
| HSV(B) | 320.56º | 0.7% | 0.8% | - |
| XYZ | 32.08 | 18.26 | 32.41 | - |
| YUV | 113.47 | 150.88 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 154 | 0 | 0.70 | 0.24 | 0.20 | 320.56 | 0.58 | 0.52 |
| Hex | CB | 3C | 9A | 0 | 46 | 18 | 14 | 141 | 3A | 34 |
| Octal | 313 | 74 | 232 | 0 | 106 | 30 | 24 | 501 | 72 | 64 |
| Binary | 11001011 | 111100 | 10011010 | 0 | 1000110 | 11000 | 10100 | 101000001 | 111010 | 110100 |
Color Harmonies of #CB3C9A
Complementary color
Monochromatic Colors of #CB3C9A
Black with #CB3C9A
Text Example
Text Example
White with #CB3C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3C9A; }
p { color: rgb(203,60,154); }
H1.HeaderClassName
{
color: #CB3C9A;
}
.AnyTagClassName
{
color: #CB3C9A;
}
</style>
background-color css
<style>
a { background-color: #CB3C9A; }
a { background-color: rgb(203,60,154); }
div.DivClassName
{
background-color: #CB3C9A;
}
.BgClassName
{
background-color: #CB3C9A;
}
</style>
border-color css
<style>
span { border-color: #CB3C9A; }
span { border-color: rgb(203,60,154); }
td.TdClassName
{
border-color: #CB3C9A;
}
.TagClassName
{
border-color: #CB3C9A;
}
</style>