Shades of Mulberry #CA508A
Tints of Mulberry #CA508A
RGB
CMYK
RGB Variations
Color information
#CA508A (or 0xCA508A) is known color: Mulberry. HEX triplet: CA, 50 and 8A. RGB value is (202,80,138). Sum of RGB (Red+Green+Blue) = 202+80+138=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA508A is #35AF75. Grayscale: #7A7A7A. Windows color (decimal): -3518326 or 9064650. OLE color: 9064650.
HSL color Cylindrical-coordinate representation of color #CA508A: hue angle of 331.48º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA508A is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 80 | 138 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.21 |
| HSL | 331.48º | 0.54% | 0.55% | - |
| HSV(B) | 331.48º | 0.6% | 0.79% | - |
| XYZ | 31.81 | 20.13 | 26.25 | - |
| YUV | 123.09 | 136.42 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 138 | 0 | 0.60 | 0.32 | 0.21 | 331.48 | 0.54 | 0.55 |
| Hex | CA | 50 | 8A | 0 | 3C | 20 | 15 | 14B | 36 | 37 |
| Octal | 312 | 120 | 212 | 0 | 74 | 40 | 25 | 513 | 66 | 67 |
| Binary | 11001010 | 1010000 | 10001010 | 0 | 111100 | 100000 | 10101 | 101001011 | 110110 | 110111 |
Color Harmonies of #CA508A
Complementary color
Monochromatic Colors of #CA508A
Black with #CA508A
Text Example
Text Example
White with #CA508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA508A; }
p { color: rgb(202,80,138); }
H1.HeaderClassName
{
color: #CA508A;
}
.AnyTagClassName
{
color: #CA508A;
}
</style>
background-color css
<style>
a { background-color: #CA508A; }
a { background-color: rgb(202,80,138); }
div.DivClassName
{
background-color: #CA508A;
}
.BgClassName
{
background-color: #CA508A;
}
</style>
border-color css
<style>
span { border-color: #CA508A; }
span { border-color: rgb(202,80,138); }
td.TdClassName
{
border-color: #CA508A;
}
.TagClassName
{
border-color: #CA508A;
}
</style>