Shades of Mulberry #CA4082
Tints of Mulberry #CA4082
RGB
CMYK
RGB Variations
Color information
#CA4082 (or 0xCA4082) is known color: Mulberry. HEX triplet: CA, 40 and 82. RGB value is (202,64,130). Sum of RGB (Red+Green+Blue) = 202+64+130=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4082 is #35BF7D. Grayscale: #707070. Windows color (decimal): -3522430 or 8536266. OLE color: 8536266.
HSL color Cylindrical-coordinate representation of color #CA4082: hue angle of 331.3º 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 #CA4082 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 130 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.21 |
| HSL | 331.3º | 0.57% | 0.52% | - |
| HSV(B) | 331.3º | 0.68% | 0.79% | - |
| XYZ | 30.22 | 17.84 | 22.97 | - |
| YUV | 112.79 | 137.72 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 130 | 0 | 0.68 | 0.36 | 0.21 | 331.3 | 0.57 | 0.52 |
| Hex | CA | 40 | 82 | 0 | 44 | 24 | 15 | 14B | 39 | 34 |
| Octal | 312 | 100 | 202 | 0 | 104 | 44 | 25 | 513 | 71 | 64 |
| Binary | 11001010 | 1000000 | 10000010 | 0 | 1000100 | 100100 | 10101 | 101001011 | 111001 | 110100 |
Color Harmonies of #CA4082
Complementary color
Monochromatic Colors of #CA4082
Black with #CA4082
Text Example
Text Example
White with #CA4082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4082; }
p { color: rgb(202,64,130); }
H1.HeaderClassName
{
color: #CA4082;
}
.AnyTagClassName
{
color: #CA4082;
}
</style>
background-color css
<style>
a { background-color: #CA4082; }
a { background-color: rgb(202,64,130); }
div.DivClassName
{
background-color: #CA4082;
}
.BgClassName
{
background-color: #CA4082;
}
</style>
border-color css
<style>
span { border-color: #CA4082; }
span { border-color: rgb(202,64,130); }
td.TdClassName
{
border-color: #CA4082;
}
.TagClassName
{
border-color: #CA4082;
}
</style>