Shades of Mulberry #CA3FA0
Tints of Mulberry #CA3FA0
RGB
CMYK
RGB Variations
Color information
#CA3FA0 (or 0xCA3FA0) is known color: Mulberry. HEX triplet: CA, 3F and A0. RGB value is (202,63,160). Sum of RGB (Red+Green+Blue) = 202+63+160=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3FA0 is #35C05F. Grayscale: #737373. Windows color (decimal): -3522656 or 10502090. OLE color: 10502090.
HSL color Cylindrical-coordinate representation of color #CA3FA0: hue angle of 318.13º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3FA0 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 63 | 160 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.21 |
| HSL | 318.13º | 0.57% | 0.52% | - |
| HSV(B) | 318.13º | 0.69% | 0.79% | - |
| XYZ | 32.48 | 18.65 | 35.15 | - |
| YUV | 115.62 | 153.05 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 160 | 0 | 0.69 | 0.21 | 0.21 | 318.13 | 0.57 | 0.52 |
| Hex | CA | 3F | A0 | 0 | 45 | 15 | 15 | 13E | 39 | 34 |
| Octal | 312 | 77 | 240 | 0 | 105 | 25 | 25 | 476 | 71 | 64 |
| Binary | 11001010 | 111111 | 10100000 | 0 | 1000101 | 10101 | 10101 | 100111110 | 111001 | 110100 |
Color Harmonies of #CA3FA0
Complementary color
Monochromatic Colors of #CA3FA0
Black with #CA3FA0
Text Example
Text Example
White with #CA3FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3FA0; }
p { color: rgb(202,63,160); }
H1.HeaderClassName
{
color: #CA3FA0;
}
.AnyTagClassName
{
color: #CA3FA0;
}
</style>
background-color css
<style>
a { background-color: #CA3FA0; }
a { background-color: rgb(202,63,160); }
div.DivClassName
{
background-color: #CA3FA0;
}
.BgClassName
{
background-color: #CA3FA0;
}
</style>
border-color css
<style>
span { border-color: #CA3FA0; }
span { border-color: rgb(202,63,160); }
td.TdClassName
{
border-color: #CA3FA0;
}
.TagClassName
{
border-color: #CA3FA0;
}
</style>