Shades of Mulberry #CA578A
Tints of Mulberry #CA578A
RGB
CMYK
RGB Variations
Color information
#CA578A (or 0xCA578A) is known color: Mulberry. HEX triplet: CA, 57 and 8A. RGB value is (202,87,138). Sum of RGB (Red+Green+Blue) = 202+87+138=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA578A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA578A is #35A875. Grayscale: #7F7F7F. Windows color (decimal): -3516534 or 9066442. OLE color: 9066442.
HSL color Cylindrical-coordinate representation of color #CA578A: hue angle of 333.39º 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 #CA578A is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 87 | 138 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.21 |
| HSL | 333.39º | 0.52% | 0.57% | - |
| HSV(B) | 333.39º | 0.57% | 0.79% | - |
| XYZ | 32.35 | 21.21 | 26.43 | - |
| YUV | 127.2 | 134.1 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 87 | 138 | 0 | 0.57 | 0.32 | 0.21 | 333.39 | 0.52 | 0.57 |
| Hex | CA | 57 | 8A | 0 | 39 | 20 | 15 | 14D | 34 | 39 |
| Octal | 312 | 127 | 212 | 0 | 71 | 40 | 25 | 515 | 64 | 71 |
| Binary | 11001010 | 1010111 | 10001010 | 0 | 111001 | 100000 | 10101 | 101001101 | 110100 | 111001 |
Color Harmonies of #CA578A
Complementary color
Monochromatic Colors of #CA578A
Black with #CA578A
Text Example
Text Example
White with #CA578A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA578A; }
p { color: rgb(202,87,138); }
H1.HeaderClassName
{
color: #CA578A;
}
.AnyTagClassName
{
color: #CA578A;
}
</style>
background-color css
<style>
a { background-color: #CA578A; }
a { background-color: rgb(202,87,138); }
div.DivClassName
{
background-color: #CA578A;
}
.BgClassName
{
background-color: #CA578A;
}
</style>
border-color css
<style>
span { border-color: #CA578A; }
span { border-color: rgb(202,87,138); }
td.TdClassName
{
border-color: #CA578A;
}
.TagClassName
{
border-color: #CA578A;
}
</style>