Shades of Mulberry #CA548E
Tints of Mulberry #CA548E
RGB
CMYK
RGB Variations
Color information
#CA548E (or 0xCA548E) is known color: Mulberry. HEX triplet: CA, 54 and 8E. RGB value is (202,84,142). Sum of RGB (Red+Green+Blue) = 202+84+142=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA548E is #35AB71. Grayscale: #7D7D7D. Windows color (decimal): -3517298 or 9327818. OLE color: 9327818.
HSL color Cylindrical-coordinate representation of color #CA548E: hue angle of 330.51º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA548E is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 142 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.21 |
| HSL | 330.51º | 0.53% | 0.56% | - |
| HSV(B) | 330.51º | 0.58% | 0.79% | - |
| XYZ | 32.41 | 20.85 | 27.91 | - |
| YUV | 125.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 142 | 0 | 0.58 | 0.30 | 0.21 | 330.51 | 0.53 | 0.56 |
| Hex | CA | 54 | 8E | 0 | 3A | 1E | 15 | 14B | 35 | 38 |
| Octal | 312 | 124 | 216 | 0 | 72 | 36 | 25 | 513 | 65 | 70 |
| Binary | 11001010 | 1010100 | 10001110 | 0 | 111010 | 11110 | 10101 | 101001011 | 110101 | 111000 |
Color Harmonies of #CA548E
Complementary color
Monochromatic Colors of #CA548E
Black with #CA548E
Text Example
Text Example
White with #CA548E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA548E; }
p { color: rgb(202,84,142); }
H1.HeaderClassName
{
color: #CA548E;
}
.AnyTagClassName
{
color: #CA548E;
}
</style>
background-color css
<style>
a { background-color: #CA548E; }
a { background-color: rgb(202,84,142); }
div.DivClassName
{
background-color: #CA548E;
}
.BgClassName
{
background-color: #CA548E;
}
</style>
border-color css
<style>
span { border-color: #CA548E; }
span { border-color: rgb(202,84,142); }
td.TdClassName
{
border-color: #CA548E;
}
.TagClassName
{
border-color: #CA548E;
}
</style>