Shades of Mulberry #CA4291
Tints of Mulberry #CA4291
RGB
CMYK
RGB Variations
Color information
#CA4291 (or 0xCA4291) is known color: Mulberry. HEX triplet: CA, 42 and 91. RGB value is (202,66,145). Sum of RGB (Red+Green+Blue) = 202+66+145=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4291 is #35BD6E. Grayscale: #737373. Windows color (decimal): -3521903 or 9519818. OLE color: 9519818.
HSL color Cylindrical-coordinate representation of color #CA4291: hue angle of 325.15º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4291 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 145 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.21 |
| HSL | 325.15º | 0.56% | 0.53% | - |
| HSV(B) | 325.15º | 0.67% | 0.79% | - |
| XYZ | 31.42 | 18.5 | 28.7 | - |
| YUV | 115.67 | 144.56 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 145 | 0 | 0.67 | 0.28 | 0.21 | 325.15 | 0.56 | 0.53 |
| Hex | CA | 42 | 91 | 0 | 43 | 1C | 15 | 145 | 38 | 35 |
| Octal | 312 | 102 | 221 | 0 | 103 | 34 | 25 | 505 | 70 | 65 |
| Binary | 11001010 | 1000010 | 10010001 | 0 | 1000011 | 11100 | 10101 | 101000101 | 111000 | 110101 |
Color Harmonies of #CA4291
Complementary color
Monochromatic Colors of #CA4291
Black with #CA4291
Text Example
Text Example
White with #CA4291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4291; }
p { color: rgb(202,66,145); }
H1.HeaderClassName
{
color: #CA4291;
}
.AnyTagClassName
{
color: #CA4291;
}
</style>
background-color css
<style>
a { background-color: #CA4291; }
a { background-color: rgb(202,66,145); }
div.DivClassName
{
background-color: #CA4291;
}
.BgClassName
{
background-color: #CA4291;
}
</style>
border-color css
<style>
span { border-color: #CA4291; }
span { border-color: rgb(202,66,145); }
td.TdClassName
{
border-color: #CA4291;
}
.TagClassName
{
border-color: #CA4291;
}
</style>