Shades of Mulberry #CA479E
Tints of Mulberry #CA479E
RGB
CMYK
RGB Variations
Color information
#CA479E (or 0xCA479E) is known color: Mulberry. HEX triplet: CA, 47 and 9E. RGB value is (202,71,158). Sum of RGB (Red+Green+Blue) = 202+71+158=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA479E is #35B861. Grayscale: #777777. Windows color (decimal): -3520610 or 10373066. OLE color: 10373066.
HSL color Cylindrical-coordinate representation of color #CA479E: hue angle of 320.15º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA479E is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 71 | 158 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.21 |
| HSL | 320.15º | 0.55% | 0.54% | - |
| HSV(B) | 320.15º | 0.65% | 0.79% | - |
| XYZ | 32.78 | 19.53 | 34.39 | - |
| YUV | 120.09 | 149.4 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 71 | 158 | 0 | 0.65 | 0.22 | 0.21 | 320.15 | 0.55 | 0.54 |
| Hex | CA | 47 | 9E | 0 | 41 | 16 | 15 | 140 | 37 | 36 |
| Octal | 312 | 107 | 236 | 0 | 101 | 26 | 25 | 500 | 67 | 66 |
| Binary | 11001010 | 1000111 | 10011110 | 0 | 1000001 | 10110 | 10101 | 101000000 | 110111 | 110110 |
Color Harmonies of #CA479E
Complementary color
Monochromatic Colors of #CA479E
Black with #CA479E
Text Example
Text Example
White with #CA479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA479E; }
p { color: rgb(202,71,158); }
H1.HeaderClassName
{
color: #CA479E;
}
.AnyTagClassName
{
color: #CA479E;
}
</style>
background-color css
<style>
a { background-color: #CA479E; }
a { background-color: rgb(202,71,158); }
div.DivClassName
{
background-color: #CA479E;
}
.BgClassName
{
background-color: #CA479E;
}
</style>
border-color css
<style>
span { border-color: #CA479E; }
span { border-color: rgb(202,71,158); }
td.TdClassName
{
border-color: #CA479E;
}
.TagClassName
{
border-color: #CA479E;
}
</style>