Shades of Mulberry #CA38A0
Tints of Mulberry #CA38A0
RGB
CMYK
RGB Variations
Color information
#CA38A0 (or 0xCA38A0) is known color: Mulberry. HEX triplet: CA, 38 and A0. RGB value is (202,56,160). Sum of RGB (Red+Green+Blue) = 202+56+160=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA38A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA38A0 is #35C75F. Grayscale: #6F6F6F. Windows color (decimal): -3524448 or 10500298. OLE color: 10500298.
HSL color Cylindrical-coordinate representation of color #CA38A0: hue angle of 317.26º 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 #CA38A0 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 56 | 160 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.21 |
| HSL | 317.26º | 0.58% | 0.51% | - |
| HSV(B) | 317.26º | 0.72% | 0.79% | - |
| XYZ | 32.12 | 17.92 | 35.02 | - |
| YUV | 111.51 | 155.37 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 160 | 0 | 0.72 | 0.21 | 0.21 | 317.26 | 0.58 | 0.51 |
| Hex | CA | 38 | A0 | 0 | 48 | 15 | 15 | 13D | 3A | 33 |
| Octal | 312 | 70 | 240 | 0 | 110 | 25 | 25 | 475 | 72 | 63 |
| Binary | 11001010 | 111000 | 10100000 | 0 | 1001000 | 10101 | 10101 | 100111101 | 111010 | 110011 |
Color Harmonies of #CA38A0
Complementary color
Monochromatic Colors of #CA38A0
Black with #CA38A0
Text Example
Text Example
White with #CA38A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA38A0; }
p { color: rgb(202,56,160); }
H1.HeaderClassName
{
color: #CA38A0;
}
.AnyTagClassName
{
color: #CA38A0;
}
</style>
background-color css
<style>
a { background-color: #CA38A0; }
a { background-color: rgb(202,56,160); }
div.DivClassName
{
background-color: #CA38A0;
}
.BgClassName
{
background-color: #CA38A0;
}
</style>
border-color css
<style>
span { border-color: #CA38A0; }
span { border-color: rgb(202,56,160); }
td.TdClassName
{
border-color: #CA38A0;
}
.TagClassName
{
border-color: #CA38A0;
}
</style>