Shades of Mulberry #CA4081
Tints of Mulberry #CA4081
RGB
CMYK
RGB Variations
Color information
#CA4081 (or 0xCA4081) is known color: Mulberry. HEX triplet: CA, 40 and 81. RGB value is (202,64,129). Sum of RGB (Red+Green+Blue) = 202+64+129=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4081 is #35BF7E. Grayscale: #707070. Windows color (decimal): -3522431 or 8470730. OLE color: 8470730.
HSL color Cylindrical-coordinate representation of color #CA4081: hue angle of 331.74º 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 #CA4081 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 129 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.21 |
| HSL | 331.74º | 0.57% | 0.52% | - |
| HSV(B) | 331.74º | 0.68% | 0.79% | - |
| XYZ | 30.15 | 17.81 | 22.62 | - |
| YUV | 112.67 | 137.22 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 129 | 0 | 0.68 | 0.36 | 0.21 | 331.74 | 0.57 | 0.52 |
| Hex | CA | 40 | 81 | 0 | 44 | 24 | 15 | 14C | 39 | 34 |
| Octal | 312 | 100 | 201 | 0 | 104 | 44 | 25 | 514 | 71 | 64 |
| Binary | 11001010 | 1000000 | 10000001 | 0 | 1000100 | 100100 | 10101 | 101001100 | 111001 | 110100 |
Color Harmonies of #CA4081
Complementary color
Monochromatic Colors of #CA4081
Black with #CA4081
Text Example
Text Example
White with #CA4081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4081; }
p { color: rgb(202,64,129); }
H1.HeaderClassName
{
color: #CA4081;
}
.AnyTagClassName
{
color: #CA4081;
}
</style>
background-color css
<style>
a { background-color: #CA4081; }
a { background-color: rgb(202,64,129); }
div.DivClassName
{
background-color: #CA4081;
}
.BgClassName
{
background-color: #CA4081;
}
</style>
border-color css
<style>
span { border-color: #CA4081; }
span { border-color: rgb(202,64,129); }
td.TdClassName
{
border-color: #CA4081;
}
.TagClassName
{
border-color: #CA4081;
}
</style>