Shades of Mulberry #CB41A2
Tints of Mulberry #CB41A2
RGB
CMYK
RGB Variations
Color information
#CB41A2 (or 0xCB41A2) is known color: Mulberry. HEX triplet: CB, 41 and A2. RGB value is (203,65,162). Sum of RGB (Red+Green+Blue) = 203+65+162=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB41A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB41A2 is #34BE5D. Grayscale: #757575. Windows color (decimal): -3456606 or 10633675. OLE color: 10633675.
HSL color Cylindrical-coordinate representation of color #CB41A2: hue angle of 317.83º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB41A2 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 162 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.20 |
| HSL | 317.83º | 0.57% | 0.53% | - |
| HSV(B) | 317.83º | 0.68% | 0.8% | - |
| XYZ | 33.04 | 19.09 | 36.12 | - |
| YUV | 117.32 | 153.22 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 162 | 0 | 0.68 | 0.20 | 0.20 | 317.83 | 0.57 | 0.53 |
| Hex | CB | 41 | A2 | 0 | 44 | 14 | 14 | 13E | 39 | 35 |
| Octal | 313 | 101 | 242 | 0 | 104 | 24 | 24 | 476 | 71 | 65 |
| Binary | 11001011 | 1000001 | 10100010 | 0 | 1000100 | 10100 | 10100 | 100111110 | 111001 | 110101 |
Color Harmonies of #CB41A2
Complementary color
Monochromatic Colors of #CB41A2
Black with #CB41A2
Text Example
Text Example
White with #CB41A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB41A2; }
p { color: rgb(203,65,162); }
H1.HeaderClassName
{
color: #CB41A2;
}
.AnyTagClassName
{
color: #CB41A2;
}
</style>
background-color css
<style>
a { background-color: #CB41A2; }
a { background-color: rgb(203,65,162); }
div.DivClassName
{
background-color: #CB41A2;
}
.BgClassName
{
background-color: #CB41A2;
}
</style>
border-color css
<style>
span { border-color: #CB41A2; }
span { border-color: rgb(203,65,162); }
td.TdClassName
{
border-color: #CB41A2;
}
.TagClassName
{
border-color: #CB41A2;
}
</style>