Shades of Mulberry #CA48A0
Tints of Mulberry #CA48A0
RGB
CMYK
RGB Variations
Color information
#CA48A0 (or 0xCA48A0) is known color: Mulberry. HEX triplet: CA, 48 and A0. RGB value is (202,72,160). Sum of RGB (Red+Green+Blue) = 202+72+160=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA48A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA48A0 is #35B75F. Grayscale: #787878. Windows color (decimal): -3520352 or 10504394. OLE color: 10504394.
HSL color Cylindrical-coordinate representation of color #CA48A0: hue angle of 319.38º 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 #CA48A0 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 160 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.21 |
| HSL | 319.38º | 0.55% | 0.54% | - |
| HSV(B) | 319.38º | 0.64% | 0.79% | - |
| XYZ | 33.02 | 19.73 | 35.33 | - |
| YUV | 120.9 | 150.07 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 160 | 0 | 0.64 | 0.21 | 0.21 | 319.38 | 0.55 | 0.54 |
| Hex | CA | 48 | A0 | 0 | 40 | 15 | 15 | 13F | 37 | 36 |
| Octal | 312 | 110 | 240 | 0 | 100 | 25 | 25 | 477 | 67 | 66 |
| Binary | 11001010 | 1001000 | 10100000 | 0 | 1000000 | 10101 | 10101 | 100111111 | 110111 | 110110 |
Color Harmonies of #CA48A0
Complementary color
Monochromatic Colors of #CA48A0
Black with #CA48A0
Text Example
Text Example
White with #CA48A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA48A0; }
p { color: rgb(202,72,160); }
H1.HeaderClassName
{
color: #CA48A0;
}
.AnyTagClassName
{
color: #CA48A0;
}
</style>
background-color css
<style>
a { background-color: #CA48A0; }
a { background-color: rgb(202,72,160); }
div.DivClassName
{
background-color: #CA48A0;
}
.BgClassName
{
background-color: #CA48A0;
}
</style>
border-color css
<style>
span { border-color: #CA48A0; }
span { border-color: rgb(202,72,160); }
td.TdClassName
{
border-color: #CA48A0;
}
.TagClassName
{
border-color: #CA48A0;
}
</style>