Shades of Mulberry #CA43A1
Tints of Mulberry #CA43A1
RGB
CMYK
RGB Variations
Color information
#CA43A1 (or 0xCA43A1) is known color: Mulberry. HEX triplet: CA, 43 and A1. RGB value is (202,67,161). Sum of RGB (Red+Green+Blue) = 202+67+161=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 67 (26.56% from 255 or 15.58% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA43A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA43A1 is #35BC5E. Grayscale: #757575. Windows color (decimal): -3521631 or 10568650. OLE color: 10568650.
HSL color Cylindrical-coordinate representation of color #CA43A1: hue angle of 318.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA43A1 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 161 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.21 |
| HSL | 318.22º | 0.56% | 0.53% | - |
| HSV(B) | 318.22º | 0.67% | 0.79% | - |
| XYZ | 32.8 | 19.14 | 35.68 | - |
| YUV | 118.08 | 152.23 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 161 | 0 | 0.67 | 0.20 | 0.21 | 318.22 | 0.56 | 0.53 |
| Hex | CA | 43 | A1 | 0 | 43 | 14 | 15 | 13E | 38 | 35 |
| Octal | 312 | 103 | 241 | 0 | 103 | 24 | 25 | 476 | 70 | 65 |
| Binary | 11001010 | 1000011 | 10100001 | 0 | 1000011 | 10100 | 10101 | 100111110 | 111000 | 110101 |
Color Harmonies of #CA43A1
Complementary color
Monochromatic Colors of #CA43A1
Black with #CA43A1
Text Example
Text Example
White with #CA43A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA43A1; }
p { color: rgb(202,67,161); }
H1.HeaderClassName
{
color: #CA43A1;
}
.AnyTagClassName
{
color: #CA43A1;
}
</style>
background-color css
<style>
a { background-color: #CA43A1; }
a { background-color: rgb(202,67,161); }
div.DivClassName
{
background-color: #CA43A1;
}
.BgClassName
{
background-color: #CA43A1;
}
</style>
border-color css
<style>
span { border-color: #CA43A1; }
span { border-color: rgb(202,67,161); }
td.TdClassName
{
border-color: #CA43A1;
}
.TagClassName
{
border-color: #CA43A1;
}
</style>