Shades of Mulberry #CA488D
Tints of Mulberry #CA488D
RGB
CMYK
RGB Variations
Color information
#CA488D (or 0xCA488D) is known color: Mulberry. HEX triplet: CA, 48 and 8D. RGB value is (202,72,141). Sum of RGB (Red+Green+Blue) = 202+72+141=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA488D is #35B772. Grayscale: #767676. Windows color (decimal): -3520371 or 9259210. OLE color: 9259210.
HSL color Cylindrical-coordinate representation of color #CA488D: hue angle of 328.15º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA488D is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 141 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.21 |
| HSL | 328.15º | 0.55% | 0.54% | - |
| HSV(B) | 328.15º | 0.64% | 0.79% | - |
| XYZ | 31.48 | 19.11 | 27.23 | - |
| YUV | 118.74 | 140.57 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 141 | 0 | 0.64 | 0.30 | 0.21 | 328.15 | 0.55 | 0.54 |
| Hex | CA | 48 | 8D | 0 | 40 | 1E | 15 | 148 | 37 | 36 |
| Octal | 312 | 110 | 215 | 0 | 100 | 36 | 25 | 510 | 67 | 66 |
| Binary | 11001010 | 1001000 | 10001101 | 0 | 1000000 | 11110 | 10101 | 101001000 | 110111 | 110110 |
Color Harmonies of #CA488D
Complementary color
Monochromatic Colors of #CA488D
Black with #CA488D
Text Example
Text Example
White with #CA488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA488D; }
p { color: rgb(202,72,141); }
H1.HeaderClassName
{
color: #CA488D;
}
.AnyTagClassName
{
color: #CA488D;
}
</style>
background-color css
<style>
a { background-color: #CA488D; }
a { background-color: rgb(202,72,141); }
div.DivClassName
{
background-color: #CA488D;
}
.BgClassName
{
background-color: #CA488D;
}
</style>
border-color css
<style>
span { border-color: #CA488D; }
span { border-color: rgb(202,72,141); }
td.TdClassName
{
border-color: #CA488D;
}
.TagClassName
{
border-color: #CA488D;
}
</style>