Shades of Mulberry #CA498D
Tints of Mulberry #CA498D
RGB
CMYK
RGB Variations
Color information
#CA498D (or 0xCA498D) is known color: Mulberry. HEX triplet: CA, 49 and 8D. RGB value is (202,73,141). Sum of RGB (Red+Green+Blue) = 202+73+141=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA498D is #35B672. Grayscale: #777777. Windows color (decimal): -3520115 or 9259466. OLE color: 9259466.
HSL color Cylindrical-coordinate representation of color #CA498D: hue angle of 328.37º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA498D is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 141 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.21 |
| HSL | 328.37º | 0.55% | 0.54% | - |
| HSV(B) | 328.37º | 0.64% | 0.79% | - |
| XYZ | 31.55 | 19.24 | 27.25 | - |
| YUV | 119.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 141 | 0 | 0.64 | 0.30 | 0.21 | 328.37 | 0.55 | 0.54 |
| Hex | CA | 49 | 8D | 0 | 40 | 1E | 15 | 148 | 37 | 36 |
| Octal | 312 | 111 | 215 | 0 | 100 | 36 | 25 | 510 | 67 | 66 |
| Binary | 11001010 | 1001001 | 10001101 | 0 | 1000000 | 11110 | 10101 | 101001000 | 110111 | 110110 |
Color Harmonies of #CA498D
Complementary color
Monochromatic Colors of #CA498D
Black with #CA498D
Text Example
Text Example
White with #CA498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA498D; }
p { color: rgb(202,73,141); }
H1.HeaderClassName
{
color: #CA498D;
}
.AnyTagClassName
{
color: #CA498D;
}
</style>
background-color css
<style>
a { background-color: #CA498D; }
a { background-color: rgb(202,73,141); }
div.DivClassName
{
background-color: #CA498D;
}
.BgClassName
{
background-color: #CA498D;
}
</style>
border-color css
<style>
span { border-color: #CA498D; }
span { border-color: rgb(202,73,141); }
td.TdClassName
{
border-color: #CA498D;
}
.TagClassName
{
border-color: #CA498D;
}
</style>