Shades of Mulberry #CA4191
Tints of Mulberry #CA4191
RGB
CMYK
RGB Variations
Color information
#CA4191 (or 0xCA4191) is known color: Mulberry. HEX triplet: CA, 41 and 91. RGB value is (202,65,145). Sum of RGB (Red+Green+Blue) = 202+65+145=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4191 is #35BE6E. Grayscale: #727272. Windows color (decimal): -3522159 or 9519562. OLE color: 9519562.
HSL color Cylindrical-coordinate representation of color #CA4191: hue angle of 324.96º 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 #CA4191 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 145 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.21 |
| HSL | 324.96º | 0.56% | 0.52% | - |
| HSV(B) | 324.96º | 0.68% | 0.79% | - |
| XYZ | 31.36 | 18.38 | 28.68 | - |
| YUV | 115.08 | 144.89 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 145 | 0 | 0.68 | 0.28 | 0.21 | 324.96 | 0.56 | 0.52 |
| Hex | CA | 41 | 91 | 0 | 44 | 1C | 15 | 145 | 38 | 34 |
| Octal | 312 | 101 | 221 | 0 | 104 | 34 | 25 | 505 | 70 | 64 |
| Binary | 11001010 | 1000001 | 10010001 | 0 | 1000100 | 11100 | 10101 | 101000101 | 111000 | 110100 |
Color Harmonies of #CA4191
Complementary color
Monochromatic Colors of #CA4191
Black with #CA4191
Text Example
Text Example
White with #CA4191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4191; }
p { color: rgb(202,65,145); }
H1.HeaderClassName
{
color: #CA4191;
}
.AnyTagClassName
{
color: #CA4191;
}
</style>
background-color css
<style>
a { background-color: #CA4191; }
a { background-color: rgb(202,65,145); }
div.DivClassName
{
background-color: #CA4191;
}
.BgClassName
{
background-color: #CA4191;
}
</style>
border-color css
<style>
span { border-color: #CA4191; }
span { border-color: rgb(202,65,145); }
td.TdClassName
{
border-color: #CA4191;
}
.TagClassName
{
border-color: #CA4191;
}
</style>