Shades of Mulberry #CA37A6
Tints of Mulberry #CA37A6
RGB
CMYK
RGB Variations
Color information
#CA37A6 (or 0xCA37A6) is known color: Mulberry. HEX triplet: CA, 37 and A6. RGB value is (202,55,166). Sum of RGB (Red+Green+Blue) = 202+55+166=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA37A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA37A6 is #35C859. Grayscale: #6F6F6F. Windows color (decimal): -3524698 or 10893258. OLE color: 10893258.
HSL color Cylindrical-coordinate representation of color #CA37A6: hue angle of 314.69º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA37A6 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 55 | 166 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.21 |
| HSL | 314.69º | 0.58% | 0.5% | - |
| HSV(B) | 314.69º | 0.73% | 0.79% | - |
| XYZ | 32.61 | 18.04 | 37.84 | - |
| YUV | 111.61 | 158.7 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 166 | 0 | 0.73 | 0.18 | 0.21 | 314.69 | 0.58 | 0.5 |
| Hex | CA | 37 | A6 | 0 | 49 | 12 | 15 | 13B | 3A | 32 |
| Octal | 312 | 67 | 246 | 0 | 111 | 22 | 25 | 473 | 72 | 62 |
| Binary | 11001010 | 110111 | 10100110 | 0 | 1001001 | 10010 | 10101 | 100111011 | 111010 | 110010 |
Color Harmonies of #CA37A6
Complementary color
Monochromatic Colors of #CA37A6
Black with #CA37A6
Text Example
Text Example
White with #CA37A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA37A6; }
p { color: rgb(202,55,166); }
H1.HeaderClassName
{
color: #CA37A6;
}
.AnyTagClassName
{
color: #CA37A6;
}
</style>
background-color css
<style>
a { background-color: #CA37A6; }
a { background-color: rgb(202,55,166); }
div.DivClassName
{
background-color: #CA37A6;
}
.BgClassName
{
background-color: #CA37A6;
}
</style>
border-color css
<style>
span { border-color: #CA37A6; }
span { border-color: rgb(202,55,166); }
td.TdClassName
{
border-color: #CA37A6;
}
.TagClassName
{
border-color: #CA37A6;
}
</style>