Shades of Mulberry #CB41A0
Tints of Mulberry #CB41A0
RGB
CMYK
RGB Variations
Color information
#CB41A0 (or 0xCB41A0) is known color: Mulberry. HEX triplet: CB, 41 and A0. RGB value is (203,65,160). Sum of RGB (Red+Green+Blue) = 203+65+160=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB41A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB41A0 is #34BE5F. Grayscale: #747474. Windows color (decimal): -3456608 or 10502603. OLE color: 10502603.
HSL color Cylindrical-coordinate representation of color #CB41A0: hue angle of 318.7º 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 #CB41A0 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 160 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.20 |
| HSL | 318.7º | 0.57% | 0.53% | - |
| HSV(B) | 318.7º | 0.68% | 0.8% | - |
| XYZ | 32.86 | 19.02 | 35.2 | - |
| YUV | 117.09 | 152.22 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 160 | 0 | 0.68 | 0.21 | 0.20 | 318.7 | 0.57 | 0.53 |
| Hex | CB | 41 | A0 | 0 | 44 | 15 | 14 | 13F | 39 | 35 |
| Octal | 313 | 101 | 240 | 0 | 104 | 25 | 24 | 477 | 71 | 65 |
| Binary | 11001011 | 1000001 | 10100000 | 0 | 1000100 | 10101 | 10100 | 100111111 | 111001 | 110101 |
Color Harmonies of #CB41A0
Complementary color
Monochromatic Colors of #CB41A0
Black with #CB41A0
Text Example
Text Example
White with #CB41A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB41A0; }
p { color: rgb(203,65,160); }
H1.HeaderClassName
{
color: #CB41A0;
}
.AnyTagClassName
{
color: #CB41A0;
}
</style>
background-color css
<style>
a { background-color: #CB41A0; }
a { background-color: rgb(203,65,160); }
div.DivClassName
{
background-color: #CB41A0;
}
.BgClassName
{
background-color: #CB41A0;
}
</style>
border-color css
<style>
span { border-color: #CB41A0; }
span { border-color: rgb(203,65,160); }
td.TdClassName
{
border-color: #CB41A0;
}
.TagClassName
{
border-color: #CB41A0;
}
</style>