Shades of Mulberry #CA4281
Tints of Mulberry #CA4281
RGB
CMYK
RGB Variations
Color information
#CA4281 (or 0xCA4281) is known color: Mulberry. HEX triplet: CA, 42 and 81. RGB value is (202,66,129). Sum of RGB (Red+Green+Blue) = 202+66+129=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4281 is #35BD7E. Grayscale: #717171. Windows color (decimal): -3521919 or 8471242. OLE color: 8471242.
HSL color Cylindrical-coordinate representation of color #CA4281: hue angle of 332.21º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4281 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 129 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.21 |
| HSL | 332.21º | 0.56% | 0.53% | - |
| HSV(B) | 332.21º | 0.67% | 0.79% | - |
| XYZ | 30.27 | 18.04 | 22.66 | - |
| YUV | 113.85 | 136.56 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 129 | 0 | 0.67 | 0.36 | 0.21 | 332.21 | 0.56 | 0.53 |
| Hex | CA | 42 | 81 | 0 | 43 | 24 | 15 | 14C | 38 | 35 |
| Octal | 312 | 102 | 201 | 0 | 103 | 44 | 25 | 514 | 70 | 65 |
| Binary | 11001010 | 1000010 | 10000001 | 0 | 1000011 | 100100 | 10101 | 101001100 | 111000 | 110101 |
Color Harmonies of #CA4281
Complementary color
Monochromatic Colors of #CA4281
Black with #CA4281
Text Example
Text Example
White with #CA4281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4281; }
p { color: rgb(202,66,129); }
H1.HeaderClassName
{
color: #CA4281;
}
.AnyTagClassName
{
color: #CA4281;
}
</style>
background-color css
<style>
a { background-color: #CA4281; }
a { background-color: rgb(202,66,129); }
div.DivClassName
{
background-color: #CA4281;
}
.BgClassName
{
background-color: #CA4281;
}
</style>
border-color css
<style>
span { border-color: #CA4281; }
span { border-color: rgb(202,66,129); }
td.TdClassName
{
border-color: #CA4281;
}
.TagClassName
{
border-color: #CA4281;
}
</style>