Shades of Mulberry #CA44A0
Tints of Mulberry #CA44A0
RGB
CMYK
RGB Variations
Color information
#CA44A0 (or 0xCA44A0) is known color: Mulberry. HEX triplet: CA, 44 and A0. RGB value is (202,68,160). Sum of RGB (Red+Green+Blue) = 202+68+160=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA44A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA44A0 is #35BB5F. Grayscale: #767676. Windows color (decimal): -3521376 or 10503370. OLE color: 10503370.
HSL color Cylindrical-coordinate representation of color #CA44A0: hue angle of 318.81º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA44A0 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 160 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.21 |
| HSL | 318.81º | 0.56% | 0.53% | - |
| HSV(B) | 318.81º | 0.66% | 0.79% | - |
| XYZ | 32.77 | 19.23 | 35.24 | - |
| YUV | 118.55 | 151.39 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 160 | 0 | 0.66 | 0.21 | 0.21 | 318.81 | 0.56 | 0.53 |
| Hex | CA | 44 | A0 | 0 | 42 | 15 | 15 | 13F | 38 | 35 |
| Octal | 312 | 104 | 240 | 0 | 102 | 25 | 25 | 477 | 70 | 65 |
| Binary | 11001010 | 1000100 | 10100000 | 0 | 1000010 | 10101 | 10101 | 100111111 | 111000 | 110101 |
Color Harmonies of #CA44A0
Complementary color
Monochromatic Colors of #CA44A0
Black with #CA44A0
Text Example
Text Example
White with #CA44A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA44A0; }
p { color: rgb(202,68,160); }
H1.HeaderClassName
{
color: #CA44A0;
}
.AnyTagClassName
{
color: #CA44A0;
}
</style>
background-color css
<style>
a { background-color: #CA44A0; }
a { background-color: rgb(202,68,160); }
div.DivClassName
{
background-color: #CA44A0;
}
.BgClassName
{
background-color: #CA44A0;
}
</style>
border-color css
<style>
span { border-color: #CA44A0; }
span { border-color: rgb(202,68,160); }
td.TdClassName
{
border-color: #CA44A0;
}
.TagClassName
{
border-color: #CA44A0;
}
</style>