Shades of Mulberry #CA38A2
Tints of Mulberry #CA38A2
RGB
CMYK
RGB Variations
Color information
#CA38A2 (or 0xCA38A2) is known color: Mulberry. HEX triplet: CA, 38 and A2. RGB value is (202,56,162). Sum of RGB (Red+Green+Blue) = 202+56+162=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA38A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA38A2 is #35C75D. Grayscale: #6F6F6F. Windows color (decimal): -3524446 or 10631370. OLE color: 10631370.
HSL color Cylindrical-coordinate representation of color #CA38A2: hue angle of 316.44º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA38A2 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 56 | 162 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.21 |
| HSL | 316.44º | 0.58% | 0.51% | - |
| HSV(B) | 316.44º | 0.72% | 0.79% | - |
| XYZ | 32.29 | 17.99 | 35.95 | - |
| YUV | 111.74 | 156.37 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 162 | 0 | 0.72 | 0.20 | 0.21 | 316.44 | 0.58 | 0.51 |
| Hex | CA | 38 | A2 | 0 | 48 | 14 | 15 | 13C | 3A | 33 |
| Octal | 312 | 70 | 242 | 0 | 110 | 24 | 25 | 474 | 72 | 63 |
| Binary | 11001010 | 111000 | 10100010 | 0 | 1001000 | 10100 | 10101 | 100111100 | 111010 | 110011 |
Color Harmonies of #CA38A2
Complementary color
Monochromatic Colors of #CA38A2
Black with #CA38A2
Text Example
Text Example
White with #CA38A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA38A2; }
p { color: rgb(202,56,162); }
H1.HeaderClassName
{
color: #CA38A2;
}
.AnyTagClassName
{
color: #CA38A2;
}
</style>
background-color css
<style>
a { background-color: #CA38A2; }
a { background-color: rgb(202,56,162); }
div.DivClassName
{
background-color: #CA38A2;
}
.BgClassName
{
background-color: #CA38A2;
}
</style>
border-color css
<style>
span { border-color: #CA38A2; }
span { border-color: rgb(202,56,162); }
td.TdClassName
{
border-color: #CA38A2;
}
.TagClassName
{
border-color: #CA38A2;
}
</style>