Shades of Mulberry #CB3FA2
Tints of Mulberry #CB3FA2
RGB
CMYK
RGB Variations
Color information
#CB3FA2 (or 0xCB3FA2) is known color: Mulberry. HEX triplet: CB, 3F and A2. RGB value is (203,63,162). Sum of RGB (Red+Green+Blue) = 203+63+162=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3FA2 is #34C05D. Grayscale: #737373. Windows color (decimal): -3457118 or 10633163. OLE color: 10633163.
HSL color Cylindrical-coordinate representation of color #CB3FA2: hue angle of 317.57º 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 #CB3FA2 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 63 | 162 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.20 |
| HSL | 317.57º | 0.57% | 0.52% | - |
| HSV(B) | 317.57º | 0.69% | 0.8% | - |
| XYZ | 32.93 | 18.86 | 36.09 | - |
| YUV | 116.15 | 153.88 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 162 | 0 | 0.69 | 0.20 | 0.20 | 317.57 | 0.57 | 0.52 |
| Hex | CB | 3F | A2 | 0 | 45 | 14 | 14 | 13E | 39 | 34 |
| Octal | 313 | 77 | 242 | 0 | 105 | 24 | 24 | 476 | 71 | 64 |
| Binary | 11001011 | 111111 | 10100010 | 0 | 1000101 | 10100 | 10100 | 100111110 | 111001 | 110100 |
Color Harmonies of #CB3FA2
Complementary color
Monochromatic Colors of #CB3FA2
Black with #CB3FA2
Text Example
Text Example
White with #CB3FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3FA2; }
p { color: rgb(203,63,162); }
H1.HeaderClassName
{
color: #CB3FA2;
}
.AnyTagClassName
{
color: #CB3FA2;
}
</style>
background-color css
<style>
a { background-color: #CB3FA2; }
a { background-color: rgb(203,63,162); }
div.DivClassName
{
background-color: #CB3FA2;
}
.BgClassName
{
background-color: #CB3FA2;
}
</style>
border-color css
<style>
span { border-color: #CB3FA2; }
span { border-color: rgb(203,63,162); }
td.TdClassName
{
border-color: #CB3FA2;
}
.TagClassName
{
border-color: #CB3FA2;
}
</style>