Shades of Mulberry #CA4584
Tints of Mulberry #CA4584
RGB
CMYK
RGB Variations
Color information
#CA4584 (or 0xCA4584) is known color: Mulberry. HEX triplet: CA, 45 and 84. RGB value is (202,69,132). Sum of RGB (Red+Green+Blue) = 202+69+132=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4584 is #35BA7B. Grayscale: #737373. Windows color (decimal): -3521148 or 8668618. OLE color: 8668618.
HSL color Cylindrical-coordinate representation of color #CA4584: hue angle of 331.58º 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 #CA4584 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 132 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.21 |
| HSL | 331.58º | 0.56% | 0.53% | - |
| HSV(B) | 331.58º | 0.66% | 0.79% | - |
| XYZ | 30.65 | 18.48 | 23.78 | - |
| YUV | 115.95 | 137.06 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 132 | 0 | 0.66 | 0.35 | 0.21 | 331.58 | 0.56 | 0.53 |
| Hex | CA | 45 | 84 | 0 | 42 | 23 | 15 | 14C | 38 | 35 |
| Octal | 312 | 105 | 204 | 0 | 102 | 43 | 25 | 514 | 70 | 65 |
| Binary | 11001010 | 1000101 | 10000100 | 0 | 1000010 | 100011 | 10101 | 101001100 | 111000 | 110101 |
Color Harmonies of #CA4584
Complementary color
Monochromatic Colors of #CA4584
Black with #CA4584
Text Example
Text Example
White with #CA4584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4584; }
p { color: rgb(202,69,132); }
H1.HeaderClassName
{
color: #CA4584;
}
.AnyTagClassName
{
color: #CA4584;
}
</style>
background-color css
<style>
a { background-color: #CA4584; }
a { background-color: rgb(202,69,132); }
div.DivClassName
{
background-color: #CA4584;
}
.BgClassName
{
background-color: #CA4584;
}
</style>
border-color css
<style>
span { border-color: #CA4584; }
span { border-color: rgb(202,69,132); }
td.TdClassName
{
border-color: #CA4584;
}
.TagClassName
{
border-color: #CA4584;
}
</style>