Shades of Mulberry #CA4080
Tints of Mulberry #CA4080
RGB
CMYK
RGB Variations
Color information
#CA4080 (or 0xCA4080) is known color: Mulberry. HEX triplet: CA, 40 and 80. RGB value is (202,64,128). Sum of RGB (Red+Green+Blue) = 202+64+128=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4080 is #35BF7F. Grayscale: #707070. Windows color (decimal): -3522432 or 8405194. OLE color: 8405194.
HSL color Cylindrical-coordinate representation of color #CA4080: hue angle of 332.17º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4080 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 128 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.21 |
| HSL | 332.17º | 0.57% | 0.52% | - |
| HSV(B) | 332.17º | 0.68% | 0.79% | - |
| XYZ | 30.09 | 17.78 | 22.27 | - |
| YUV | 112.56 | 136.72 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 128 | 0 | 0.68 | 0.37 | 0.21 | 332.17 | 0.57 | 0.52 |
| Hex | CA | 40 | 80 | 0 | 44 | 25 | 15 | 14C | 39 | 34 |
| Octal | 312 | 100 | 200 | 0 | 104 | 45 | 25 | 514 | 71 | 64 |
| Binary | 11001010 | 1000000 | 10000000 | 0 | 1000100 | 100101 | 10101 | 101001100 | 111001 | 110100 |
Color Harmonies of #CA4080
Complementary color
Monochromatic Colors of #CA4080
Black with #CA4080
Text Example
Text Example
White with #CA4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4080; }
p { color: rgb(202,64,128); }
H1.HeaderClassName
{
color: #CA4080;
}
.AnyTagClassName
{
color: #CA4080;
}
</style>
background-color css
<style>
a { background-color: #CA4080; }
a { background-color: rgb(202,64,128); }
div.DivClassName
{
background-color: #CA4080;
}
.BgClassName
{
background-color: #CA4080;
}
</style>
border-color css
<style>
span { border-color: #CA4080; }
span { border-color: rgb(202,64,128); }
td.TdClassName
{
border-color: #CA4080;
}
.TagClassName
{
border-color: #CA4080;
}
</style>