Shades of Mulberry #CA548F
Tints of Mulberry #CA548F
RGB
CMYK
RGB Variations
Color information
#CA548F (or 0xCA548F) is known color: Mulberry. HEX triplet: CA, 54 and 8F. RGB value is (202,84,143). Sum of RGB (Red+Green+Blue) = 202+84+143=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA548F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA548F is #35AB70. Grayscale: #7D7D7D. Windows color (decimal): -3517297 or 9393354. OLE color: 9393354.
HSL color Cylindrical-coordinate representation of color #CA548F: hue angle of 330º 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 #CA548F is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 84 | 143 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.21 |
| HSL | 330º | 0.53% | 0.56% | - |
| HSV(B) | 330º | 0.58% | 0.79% | - |
| XYZ | 32.49 | 20.88 | 28.3 | - |
| YUV | 126.01 | 137.59 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 143 | 0 | 0.58 | 0.29 | 0.21 | 330 | 0.53 | 0.56 |
| Hex | CA | 54 | 8F | 0 | 3A | 1D | 15 | 14A | 35 | 38 |
| Octal | 312 | 124 | 217 | 0 | 72 | 35 | 25 | 512 | 65 | 70 |
| Binary | 11001010 | 1010100 | 10001111 | 0 | 111010 | 11101 | 10101 | 101001010 | 110101 | 111000 |
Color Harmonies of #CA548F
Complementary color
Monochromatic Colors of #CA548F
Black with #CA548F
Text Example
Text Example
White with #CA548F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA548F; }
p { color: rgb(202,84,143); }
H1.HeaderClassName
{
color: #CA548F;
}
.AnyTagClassName
{
color: #CA548F;
}
</style>
background-color css
<style>
a { background-color: #CA548F; }
a { background-color: rgb(202,84,143); }
div.DivClassName
{
background-color: #CA548F;
}
.BgClassName
{
background-color: #CA548F;
}
</style>
border-color css
<style>
span { border-color: #CA548F; }
span { border-color: rgb(202,84,143); }
td.TdClassName
{
border-color: #CA548F;
}
.TagClassName
{
border-color: #CA548F;
}
</style>