Shades of Mulberry #CA42A6
Tints of Mulberry #CA42A6
RGB
CMYK
RGB Variations
Color information
#CA42A6 (or 0xCA42A6) is known color: Mulberry. HEX triplet: CA, 42 and A6. RGB value is (202,66,166). Sum of RGB (Red+Green+Blue) = 202+66+166=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA42A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA42A6 is #35BD59. Grayscale: #757575. Windows color (decimal): -3521882 or 10896074. OLE color: 10896074.
HSL color Cylindrical-coordinate representation of color #CA42A6: hue angle of 315.88º 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 #CA42A6 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 166 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.21 |
| HSL | 315.88º | 0.56% | 0.53% | - |
| HSV(B) | 315.88º | 0.67% | 0.79% | - |
| XYZ | 33.19 | 19.21 | 38.03 | - |
| YUV | 118.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 166 | 0 | 0.67 | 0.18 | 0.21 | 315.88 | 0.56 | 0.53 |
| Hex | CA | 42 | A6 | 0 | 43 | 12 | 15 | 13C | 38 | 35 |
| Octal | 312 | 102 | 246 | 0 | 103 | 22 | 25 | 474 | 70 | 65 |
| Binary | 11001010 | 1000010 | 10100110 | 0 | 1000011 | 10010 | 10101 | 100111100 | 111000 | 110101 |
Color Harmonies of #CA42A6
Complementary color
Monochromatic Colors of #CA42A6
Black with #CA42A6
Text Example
Text Example
White with #CA42A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA42A6; }
p { color: rgb(202,66,166); }
H1.HeaderClassName
{
color: #CA42A6;
}
.AnyTagClassName
{
color: #CA42A6;
}
</style>
background-color css
<style>
a { background-color: #CA42A6; }
a { background-color: rgb(202,66,166); }
div.DivClassName
{
background-color: #CA42A6;
}
.BgClassName
{
background-color: #CA42A6;
}
</style>
border-color css
<style>
span { border-color: #CA42A6; }
span { border-color: rgb(202,66,166); }
td.TdClassName
{
border-color: #CA42A6;
}
.TagClassName
{
border-color: #CA42A6;
}
</style>