Shades of Mulberry #CA579F
Tints of Mulberry #CA579F
RGB
CMYK
RGB Variations
Color information
#CA579F (or 0xCA579F) is known color: Mulberry. HEX triplet: CA, 57 and 9F. RGB value is (202,87,159). Sum of RGB (Red+Green+Blue) = 202+87+159=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA579F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA579F is #35A860. Grayscale: #818181. Windows color (decimal): -3516513 or 10442698. OLE color: 10442698.
HSL color Cylindrical-coordinate representation of color #CA579F: hue angle of 322.43º 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 #CA579F is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 87 | 159 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.21 |
| HSL | 322.43º | 0.52% | 0.57% | - |
| HSV(B) | 322.43º | 0.57% | 0.79% | - |
| XYZ | 34.02 | 21.88 | 35.23 | - |
| YUV | 129.59 | 144.6 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 87 | 159 | 0 | 0.57 | 0.21 | 0.21 | 322.43 | 0.52 | 0.57 |
| Hex | CA | 57 | 9F | 0 | 39 | 15 | 15 | 142 | 34 | 39 |
| Octal | 312 | 127 | 237 | 0 | 71 | 25 | 25 | 502 | 64 | 71 |
| Binary | 11001010 | 1010111 | 10011111 | 0 | 111001 | 10101 | 10101 | 101000010 | 110100 | 111001 |
Color Harmonies of #CA579F
Complementary color
Monochromatic Colors of #CA579F
Black with #CA579F
Text Example
Text Example
White with #CA579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA579F; }
p { color: rgb(202,87,159); }
H1.HeaderClassName
{
color: #CA579F;
}
.AnyTagClassName
{
color: #CA579F;
}
</style>
background-color css
<style>
a { background-color: #CA579F; }
a { background-color: rgb(202,87,159); }
div.DivClassName
{
background-color: #CA579F;
}
.BgClassName
{
background-color: #CA579F;
}
</style>
border-color css
<style>
span { border-color: #CA579F; }
span { border-color: rgb(202,87,159); }
td.TdClassName
{
border-color: #CA579F;
}
.TagClassName
{
border-color: #CA579F;
}
</style>