Shades of Mulberry #CB3F9A
Tints of Mulberry #CB3F9A
RGB
CMYK
RGB Variations
Color information
#CB3F9A (or 0xCB3F9A) is known color: Mulberry. HEX triplet: CB, 3F and 9A. RGB value is (203,63,154). Sum of RGB (Red+Green+Blue) = 203+63+154=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3F9A is #34C065. Grayscale: #737373. Windows color (decimal): -3457126 or 10108875. OLE color: 10108875.
HSL color Cylindrical-coordinate representation of color #CB3F9A: hue angle of 321º degrees, saturation: 0.57, 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 #CB3F9A is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 63 | 154 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.20 |
| HSL | 321º | 0.57% | 0.52% | - |
| HSV(B) | 321º | 0.69% | 0.8% | - |
| XYZ | 32.24 | 18.58 | 32.46 | - |
| YUV | 115.23 | 149.88 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 154 | 0 | 0.69 | 0.24 | 0.20 | 321 | 0.57 | 0.52 |
| Hex | CB | 3F | 9A | 0 | 45 | 18 | 14 | 141 | 39 | 34 |
| Octal | 313 | 77 | 232 | 0 | 105 | 30 | 24 | 501 | 71 | 64 |
| Binary | 11001011 | 111111 | 10011010 | 0 | 1000101 | 11000 | 10100 | 101000001 | 111001 | 110100 |
Color Harmonies of #CB3F9A
Complementary color
Monochromatic Colors of #CB3F9A
Black with #CB3F9A
Text Example
Text Example
White with #CB3F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3F9A; }
p { color: rgb(203,63,154); }
H1.HeaderClassName
{
color: #CB3F9A;
}
.AnyTagClassName
{
color: #CB3F9A;
}
</style>
background-color css
<style>
a { background-color: #CB3F9A; }
a { background-color: rgb(203,63,154); }
div.DivClassName
{
background-color: #CB3F9A;
}
.BgClassName
{
background-color: #CB3F9A;
}
</style>
border-color css
<style>
span { border-color: #CB3F9A; }
span { border-color: rgb(203,63,154); }
td.TdClassName
{
border-color: #CB3F9A;
}
.TagClassName
{
border-color: #CB3F9A;
}
</style>