Shades of Mulberry #CA478D
Tints of Mulberry #CA478D
RGB
CMYK
RGB Variations
Color information
#CA478D (or 0xCA478D) is known color: Mulberry. HEX triplet: CA, 47 and 8D. RGB value is (202,71,141). Sum of RGB (Red+Green+Blue) = 202+71+141=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA478D is #35B872. Grayscale: #767676. Windows color (decimal): -3520627 or 9258954. OLE color: 9258954.
HSL color Cylindrical-coordinate representation of color #CA478D: hue angle of 327.94º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA478D is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 141 | - |
| CMYK | 0 | 0.65 | 0.30 | 0.21 |
| HSL | 327.94º | 0.55% | 0.54% | - |
| HSV(B) | 327.94º | 0.65% | 0.79% | - |
| XYZ | 31.42 | 18.99 | 27.21 | - |
| YUV | 118.15 | 140.9 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 141 | 0 | 0.65 | 0.30 | 0.21 | 327.94 | 0.55 | 0.54 |
| Hex | CA | 47 | 8D | 0 | 41 | 1E | 15 | 148 | 37 | 36 |
| Octal | 312 | 107 | 215 | 0 | 101 | 36 | 25 | 510 | 67 | 66 |
| Binary | 11001010 | 1000111 | 10001101 | 0 | 1000001 | 11110 | 10101 | 101001000 | 110111 | 110110 |
Color Harmonies of #CA478D
Complementary color
Monochromatic Colors of #CA478D
Black with #CA478D
Text Example
Text Example
White with #CA478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA478D; }
p { color: rgb(202,71,141); }
H1.HeaderClassName
{
color: #CA478D;
}
.AnyTagClassName
{
color: #CA478D;
}
</style>
background-color css
<style>
a { background-color: #CA478D; }
a { background-color: rgb(202,71,141); }
div.DivClassName
{
background-color: #CA478D;
}
.BgClassName
{
background-color: #CA478D;
}
</style>
border-color css
<style>
span { border-color: #CA478D; }
span { border-color: rgb(202,71,141); }
td.TdClassName
{
border-color: #CA478D;
}
.TagClassName
{
border-color: #CA478D;
}
</style>