Shades of Mulberry #CA48A2
Tints of Mulberry #CA48A2
RGB
CMYK
RGB Variations
Color information
#CA48A2 (or 0xCA48A2) is known color: Mulberry. HEX triplet: CA, 48 and A2. RGB value is (202,72,162). Sum of RGB (Red+Green+Blue) = 202+72+162=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA48A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA48A2 is #35B75D. Grayscale: #787878. Windows color (decimal): -3520350 or 10635466. OLE color: 10635466.
HSL color Cylindrical-coordinate representation of color #CA48A2: hue angle of 318.46º 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 #CA48A2 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 162 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.21 |
| HSL | 318.46º | 0.55% | 0.54% | - |
| HSV(B) | 318.46º | 0.64% | 0.79% | - |
| XYZ | 33.2 | 19.8 | 36.25 | - |
| YUV | 121.13 | 151.07 | 185.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 162 | 0 | 0.64 | 0.20 | 0.21 | 318.46 | 0.55 | 0.54 |
| Hex | CA | 48 | A2 | 0 | 40 | 14 | 15 | 13E | 37 | 36 |
| Octal | 312 | 110 | 242 | 0 | 100 | 24 | 25 | 476 | 67 | 66 |
| Binary | 11001010 | 1001000 | 10100010 | 0 | 1000000 | 10100 | 10101 | 100111110 | 110111 | 110110 |
Color Harmonies of #CA48A2
Complementary color
Monochromatic Colors of #CA48A2
Black with #CA48A2
Text Example
Text Example
White with #CA48A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA48A2; }
p { color: rgb(202,72,162); }
H1.HeaderClassName
{
color: #CA48A2;
}
.AnyTagClassName
{
color: #CA48A2;
}
</style>
background-color css
<style>
a { background-color: #CA48A2; }
a { background-color: rgb(202,72,162); }
div.DivClassName
{
background-color: #CA48A2;
}
.BgClassName
{
background-color: #CA48A2;
}
</style>
border-color css
<style>
span { border-color: #CA48A2; }
span { border-color: rgb(202,72,162); }
td.TdClassName
{
border-color: #CA48A2;
}
.TagClassName
{
border-color: #CA48A2;
}
</style>