Shades of Mulberry #CA57A1
Tints of Mulberry #CA57A1
RGB
CMYK
RGB Variations
Color information
#CA57A1 (or 0xCA57A1) is known color: Mulberry. HEX triplet: CA, 57 and A1. RGB value is (202,87,161). Sum of RGB (Red+Green+Blue) = 202+87+161=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 87 (34.38% from 255 or 19.33% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA57A1 is #35A85E. Grayscale: #818181. Windows color (decimal): -3516511 or 10573770. OLE color: 10573770.
HSL color Cylindrical-coordinate representation of color #CA57A1: hue angle of 321.39º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA57A1 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 87 | 161 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.21 |
| HSL | 321.39º | 0.52% | 0.57% | - |
| HSV(B) | 321.39º | 0.57% | 0.79% | - |
| XYZ | 34.2 | 21.95 | 36.15 | - |
| YUV | 129.82 | 145.6 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 87 | 161 | 0 | 0.57 | 0.20 | 0.21 | 321.39 | 0.52 | 0.57 |
| Hex | CA | 57 | A1 | 0 | 39 | 14 | 15 | 141 | 34 | 39 |
| Octal | 312 | 127 | 241 | 0 | 71 | 24 | 25 | 501 | 64 | 71 |
| Binary | 11001010 | 1010111 | 10100001 | 0 | 111001 | 10100 | 10101 | 101000001 | 110100 | 111001 |
Color Harmonies of #CA57A1
Complementary color
Monochromatic Colors of #CA57A1
Black with #CA57A1
Text Example
Text Example
White with #CA57A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA57A1; }
p { color: rgb(202,87,161); }
H1.HeaderClassName
{
color: #CA57A1;
}
.AnyTagClassName
{
color: #CA57A1;
}
</style>
background-color css
<style>
a { background-color: #CA57A1; }
a { background-color: rgb(202,87,161); }
div.DivClassName
{
background-color: #CA57A1;
}
.BgClassName
{
background-color: #CA57A1;
}
</style>
border-color css
<style>
span { border-color: #CA57A1; }
span { border-color: rgb(202,87,161); }
td.TdClassName
{
border-color: #CA57A1;
}
.TagClassName
{
border-color: #CA57A1;
}
</style>