Shades of Mulberry #CA4487
Tints of Mulberry #CA4487
RGB
CMYK
RGB Variations
Color information
#CA4487 (or 0xCA4487) is known color: Mulberry. HEX triplet: CA, 44 and 87. RGB value is (202,68,135). Sum of RGB (Red+Green+Blue) = 202+68+135=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4487 is #35BB78. Grayscale: #737373. Windows color (decimal): -3521401 or 8864970. OLE color: 8864970.
HSL color Cylindrical-coordinate representation of color #CA4487: hue angle of 330º 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 #CA4487 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 135 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.21 |
| HSL | 330º | 0.56% | 0.53% | - |
| HSV(B) | 330º | 0.66% | 0.79% | - |
| XYZ | 30.8 | 18.44 | 24.86 | - |
| YUV | 115.7 | 138.89 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 135 | 0 | 0.66 | 0.33 | 0.21 | 330 | 0.56 | 0.53 |
| Hex | CA | 44 | 87 | 0 | 42 | 21 | 15 | 14A | 38 | 35 |
| Octal | 312 | 104 | 207 | 0 | 102 | 41 | 25 | 512 | 70 | 65 |
| Binary | 11001010 | 1000100 | 10000111 | 0 | 1000010 | 100001 | 10101 | 101001010 | 111000 | 110101 |
Color Harmonies of #CA4487
Complementary color
Monochromatic Colors of #CA4487
Black with #CA4487
Text Example
Text Example
White with #CA4487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4487; }
p { color: rgb(202,68,135); }
H1.HeaderClassName
{
color: #CA4487;
}
.AnyTagClassName
{
color: #CA4487;
}
</style>
background-color css
<style>
a { background-color: #CA4487; }
a { background-color: rgb(202,68,135); }
div.DivClassName
{
background-color: #CA4487;
}
.BgClassName
{
background-color: #CA4487;
}
</style>
border-color css
<style>
span { border-color: #CA4487; }
span { border-color: rgb(202,68,135); }
td.TdClassName
{
border-color: #CA4487;
}
.TagClassName
{
border-color: #CA4487;
}
</style>