Shades of Mulberry #CA41A3
Tints of Mulberry #CA41A3
RGB
CMYK
RGB Variations
Color information
#CA41A3 (or 0xCA41A3) is known color: Mulberry. HEX triplet: CA, 41 and A3. RGB value is (202,65,163). Sum of RGB (Red+Green+Blue) = 202+65+163=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA41A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA41A3 is #35BE5C. Grayscale: #747474. Windows color (decimal): -3522141 or 10699210. OLE color: 10699210.
HSL color Cylindrical-coordinate representation of color #CA41A3: hue angle of 317.08º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA41A3 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 163 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.21 |
| HSL | 317.08º | 0.56% | 0.52% | - |
| HSV(B) | 317.08º | 0.68% | 0.79% | - |
| XYZ | 32.86 | 18.98 | 36.58 | - |
| YUV | 117.14 | 153.89 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 163 | 0 | 0.68 | 0.19 | 0.21 | 317.08 | 0.56 | 0.52 |
| Hex | CA | 41 | A3 | 0 | 44 | 13 | 15 | 13D | 38 | 34 |
| Octal | 312 | 101 | 243 | 0 | 104 | 23 | 25 | 475 | 70 | 64 |
| Binary | 11001010 | 1000001 | 10100011 | 0 | 1000100 | 10011 | 10101 | 100111101 | 111000 | 110100 |
Color Harmonies of #CA41A3
Complementary color
Monochromatic Colors of #CA41A3
Black with #CA41A3
Text Example
Text Example
White with #CA41A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA41A3; }
p { color: rgb(202,65,163); }
H1.HeaderClassName
{
color: #CA41A3;
}
.AnyTagClassName
{
color: #CA41A3;
}
</style>
background-color css
<style>
a { background-color: #CA41A3; }
a { background-color: rgb(202,65,163); }
div.DivClassName
{
background-color: #CA41A3;
}
.BgClassName
{
background-color: #CA41A3;
}
</style>
border-color css
<style>
span { border-color: #CA41A3; }
span { border-color: rgb(202,65,163); }
td.TdClassName
{
border-color: #CA41A3;
}
.TagClassName
{
border-color: #CA41A3;
}
</style>