Shades of Mulberry #CA41A0
Tints of Mulberry #CA41A0
RGB
CMYK
RGB Variations
Color information
#CA41A0 (or 0xCA41A0) is known color: Mulberry. HEX triplet: CA, 41 and A0. RGB value is (202,65,160). Sum of RGB (Red+Green+Blue) = 202+65+160=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA41A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA41A0 is #35BE5F. Grayscale: #747474. Windows color (decimal): -3522144 or 10502602. OLE color: 10502602.
HSL color Cylindrical-coordinate representation of color #CA41A0: hue angle of 318.39º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA41A0 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 160 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.21 |
| HSL | 318.39º | 0.56% | 0.52% | - |
| HSV(B) | 318.39º | 0.68% | 0.79% | - |
| XYZ | 32.59 | 18.88 | 35.18 | - |
| YUV | 116.79 | 152.39 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 160 | 0 | 0.68 | 0.21 | 0.21 | 318.39 | 0.56 | 0.52 |
| Hex | CA | 41 | A0 | 0 | 44 | 15 | 15 | 13E | 38 | 34 |
| Octal | 312 | 101 | 240 | 0 | 104 | 25 | 25 | 476 | 70 | 64 |
| Binary | 11001010 | 1000001 | 10100000 | 0 | 1000100 | 10101 | 10101 | 100111110 | 111000 | 110100 |
Color Harmonies of #CA41A0
Complementary color
Monochromatic Colors of #CA41A0
Black with #CA41A0
Text Example
Text Example
White with #CA41A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA41A0; }
p { color: rgb(202,65,160); }
H1.HeaderClassName
{
color: #CA41A0;
}
.AnyTagClassName
{
color: #CA41A0;
}
</style>
background-color css
<style>
a { background-color: #CA41A0; }
a { background-color: rgb(202,65,160); }
div.DivClassName
{
background-color: #CA41A0;
}
.BgClassName
{
background-color: #CA41A0;
}
</style>
border-color css
<style>
span { border-color: #CA41A0; }
span { border-color: rgb(202,65,160); }
td.TdClassName
{
border-color: #CA41A0;
}
.TagClassName
{
border-color: #CA41A0;
}
</style>