Shades of Mulberry #CA4491
Tints of Mulberry #CA4491
RGB
CMYK
RGB Variations
Color information
#CA4491 (or 0xCA4491) is known color: Mulberry. HEX triplet: CA, 44 and 91. RGB value is (202,68,145). Sum of RGB (Red+Green+Blue) = 202+68+145=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4491 is #35BB6E. Grayscale: #747474. Windows color (decimal): -3521391 or 9520330. OLE color: 9520330.
HSL color Cylindrical-coordinate representation of color #CA4491: hue angle of 325.52º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA4491 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 145 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.21 |
| HSL | 325.52º | 0.56% | 0.53% | - |
| HSV(B) | 325.52º | 0.66% | 0.79% | - |
| XYZ | 31.54 | 18.74 | 28.74 | - |
| YUV | 116.84 | 143.89 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 145 | 0 | 0.66 | 0.28 | 0.21 | 325.52 | 0.56 | 0.53 |
| Hex | CA | 44 | 91 | 0 | 42 | 1C | 15 | 146 | 38 | 35 |
| Octal | 312 | 104 | 221 | 0 | 102 | 34 | 25 | 506 | 70 | 65 |
| Binary | 11001010 | 1000100 | 10010001 | 0 | 1000010 | 11100 | 10101 | 101000110 | 111000 | 110101 |
Color Harmonies of #CA4491
Complementary color
Monochromatic Colors of #CA4491
Black with #CA4491
Text Example
Text Example
White with #CA4491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4491; }
p { color: rgb(202,68,145); }
H1.HeaderClassName
{
color: #CA4491;
}
.AnyTagClassName
{
color: #CA4491;
}
</style>
background-color css
<style>
a { background-color: #CA4491; }
a { background-color: rgb(202,68,145); }
div.DivClassName
{
background-color: #CA4491;
}
.BgClassName
{
background-color: #CA4491;
}
</style>
border-color css
<style>
span { border-color: #CA4491; }
span { border-color: rgb(202,68,145); }
td.TdClassName
{
border-color: #CA4491;
}
.TagClassName
{
border-color: #CA4491;
}
</style>