Shades of Mulberry #CA4190
Tints of Mulberry #CA4190
RGB
CMYK
RGB Variations
Color information
#CA4190 (or 0xCA4190) is known color: Mulberry. HEX triplet: CA, 41 and 90. RGB value is (202,65,144). Sum of RGB (Red+Green+Blue) = 202+65+144=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4190 is #35BE6F. Grayscale: #727272. Windows color (decimal): -3522160 or 9454026. OLE color: 9454026.
HSL color Cylindrical-coordinate representation of color #CA4190: hue angle of 325.4º 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 #CA4190 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 144 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.21 |
| HSL | 325.4º | 0.56% | 0.52% | - |
| HSV(B) | 325.4º | 0.68% | 0.79% | - |
| XYZ | 31.28 | 18.35 | 28.28 | - |
| YUV | 114.97 | 144.39 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 144 | 0 | 0.68 | 0.29 | 0.21 | 325.4 | 0.56 | 0.52 |
| Hex | CA | 41 | 90 | 0 | 44 | 1D | 15 | 145 | 38 | 34 |
| Octal | 312 | 101 | 220 | 0 | 104 | 35 | 25 | 505 | 70 | 64 |
| Binary | 11001010 | 1000001 | 10010000 | 0 | 1000100 | 11101 | 10101 | 101000101 | 111000 | 110100 |
Color Harmonies of #CA4190
Complementary color
Monochromatic Colors of #CA4190
Black with #CA4190
Text Example
Text Example
White with #CA4190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4190; }
p { color: rgb(202,65,144); }
H1.HeaderClassName
{
color: #CA4190;
}
.AnyTagClassName
{
color: #CA4190;
}
</style>
background-color css
<style>
a { background-color: #CA4190; }
a { background-color: rgb(202,65,144); }
div.DivClassName
{
background-color: #CA4190;
}
.BgClassName
{
background-color: #CA4190;
}
</style>
border-color css
<style>
span { border-color: #CA4190; }
span { border-color: rgb(202,65,144); }
td.TdClassName
{
border-color: #CA4190;
}
.TagClassName
{
border-color: #CA4190;
}
</style>