Shades of Mulberry #CA579E
Tints of Mulberry #CA579E
RGB
CMYK
RGB Variations
Color information
#CA579E (or 0xCA579E) is known color: Mulberry. HEX triplet: CA, 57 and 9E. RGB value is (202,87,158). Sum of RGB (Red+Green+Blue) = 202+87+158=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 87 (34.38% from 255 or 19.46% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA579E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA579E is #35A861. Grayscale: #818181. Windows color (decimal): -3516514 or 10377162. OLE color: 10377162.
HSL color Cylindrical-coordinate representation of color #CA579E: hue angle of 322.96º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA579E is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 87 | 158 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.21 |
| HSL | 322.96º | 0.52% | 0.57% | - |
| HSV(B) | 322.96º | 0.57% | 0.79% | - |
| XYZ | 33.94 | 21.84 | 34.77 | - |
| YUV | 129.48 | 144.1 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 87 | 158 | 0 | 0.57 | 0.22 | 0.21 | 322.96 | 0.52 | 0.57 |
| Hex | CA | 57 | 9E | 0 | 39 | 16 | 15 | 143 | 34 | 39 |
| Octal | 312 | 127 | 236 | 0 | 71 | 26 | 25 | 503 | 64 | 71 |
| Binary | 11001010 | 1010111 | 10011110 | 0 | 111001 | 10110 | 10101 | 101000011 | 110100 | 111001 |
Color Harmonies of #CA579E
Complementary color
Monochromatic Colors of #CA579E
Black with #CA579E
Text Example
Text Example
White with #CA579E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA579E; }
p { color: rgb(202,87,158); }
H1.HeaderClassName
{
color: #CA579E;
}
.AnyTagClassName
{
color: #CA579E;
}
</style>
background-color css
<style>
a { background-color: #CA579E; }
a { background-color: rgb(202,87,158); }
div.DivClassName
{
background-color: #CA579E;
}
.BgClassName
{
background-color: #CA579E;
}
</style>
border-color css
<style>
span { border-color: #CA579E; }
span { border-color: rgb(202,87,158); }
td.TdClassName
{
border-color: #CA579E;
}
.TagClassName
{
border-color: #CA579E;
}
</style>