Shades of Mulberry #CA4488
Tints of Mulberry #CA4488
RGB
CMYK
RGB Variations
Color information
#CA4488 (or 0xCA4488) is known color: Mulberry. HEX triplet: CA, 44 and 88. RGB value is (202,68,136). Sum of RGB (Red+Green+Blue) = 202+68+136=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4488 is #35BB77. Grayscale: #737373. Windows color (decimal): -3521400 or 8930506. OLE color: 8930506.
HSL color Cylindrical-coordinate representation of color #CA4488: hue angle of 329.55º 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 #CA4488 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 136 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.21 |
| HSL | 329.55º | 0.56% | 0.53% | - |
| HSV(B) | 329.55º | 0.66% | 0.79% | - |
| XYZ | 30.87 | 18.47 | 25.23 | - |
| YUV | 115.82 | 139.39 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 136 | 0 | 0.66 | 0.33 | 0.21 | 329.55 | 0.56 | 0.53 |
| Hex | CA | 44 | 88 | 0 | 42 | 21 | 15 | 14A | 38 | 35 |
| Octal | 312 | 104 | 210 | 0 | 102 | 41 | 25 | 512 | 70 | 65 |
| Binary | 11001010 | 1000100 | 10001000 | 0 | 1000010 | 100001 | 10101 | 101001010 | 111000 | 110101 |
Color Harmonies of #CA4488
Complementary color
Monochromatic Colors of #CA4488
Black with #CA4488
Text Example
Text Example
White with #CA4488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4488; }
p { color: rgb(202,68,136); }
H1.HeaderClassName
{
color: #CA4488;
}
.AnyTagClassName
{
color: #CA4488;
}
</style>
background-color css
<style>
a { background-color: #CA4488; }
a { background-color: rgb(202,68,136); }
div.DivClassName
{
background-color: #CA4488;
}
.BgClassName
{
background-color: #CA4488;
}
</style>
border-color css
<style>
span { border-color: #CA4488; }
span { border-color: rgb(202,68,136); }
td.TdClassName
{
border-color: #CA4488;
}
.TagClassName
{
border-color: #CA4488;
}
</style>