Shades of Mulberry #CA4485
Tints of Mulberry #CA4485
RGB
CMYK
RGB Variations
Color information
#CA4485 (or 0xCA4485) is known color: Mulberry. HEX triplet: CA, 44 and 85. RGB value is (202,68,133). Sum of RGB (Red+Green+Blue) = 202+68+133=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4485 is #35BB7A. Grayscale: #737373. Windows color (decimal): -3521403 or 8733898. OLE color: 8733898.
HSL color Cylindrical-coordinate representation of color #CA4485: hue angle of 330.9º 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 #CA4485 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 133 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.21 |
| HSL | 330.9º | 0.56% | 0.53% | - |
| HSV(B) | 330.9º | 0.66% | 0.79% | - |
| XYZ | 30.66 | 18.38 | 24.12 | - |
| YUV | 115.48 | 137.89 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 133 | 0 | 0.66 | 0.34 | 0.21 | 330.9 | 0.56 | 0.53 |
| Hex | CA | 44 | 85 | 0 | 42 | 22 | 15 | 14B | 38 | 35 |
| Octal | 312 | 104 | 205 | 0 | 102 | 42 | 25 | 513 | 70 | 65 |
| Binary | 11001010 | 1000100 | 10000101 | 0 | 1000010 | 100010 | 10101 | 101001011 | 111000 | 110101 |
Color Harmonies of #CA4485
Complementary color
Monochromatic Colors of #CA4485
Black with #CA4485
Text Example
Text Example
White with #CA4485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4485; }
p { color: rgb(202,68,133); }
H1.HeaderClassName
{
color: #CA4485;
}
.AnyTagClassName
{
color: #CA4485;
}
</style>
background-color css
<style>
a { background-color: #CA4485; }
a { background-color: rgb(202,68,133); }
div.DivClassName
{
background-color: #CA4485;
}
.BgClassName
{
background-color: #CA4485;
}
</style>
border-color css
<style>
span { border-color: #CA4485; }
span { border-color: rgb(202,68,133); }
td.TdClassName
{
border-color: #CA4485;
}
.TagClassName
{
border-color: #CA4485;
}
</style>