Shades of Mulberry #CA429B
Tints of Mulberry #CA429B
RGB
CMYK
RGB Variations
Color information
#CA429B (or 0xCA429B) is known color: Mulberry. HEX triplet: CA, 42 and 9B. RGB value is (202,66,155). Sum of RGB (Red+Green+Blue) = 202+66+155=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA429B is #35BD64. Grayscale: #747474. Windows color (decimal): -3521893 or 10175178. OLE color: 10175178.
HSL color Cylindrical-coordinate representation of color #CA429B: hue angle of 320.74º 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 #CA429B is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 155 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.21 |
| HSL | 320.74º | 0.56% | 0.53% | - |
| HSV(B) | 320.74º | 0.67% | 0.79% | - |
| XYZ | 32.22 | 18.82 | 32.94 | - |
| YUV | 116.81 | 149.56 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 155 | 0 | 0.67 | 0.23 | 0.21 | 320.74 | 0.56 | 0.53 |
| Hex | CA | 42 | 9B | 0 | 43 | 17 | 15 | 141 | 38 | 35 |
| Octal | 312 | 102 | 233 | 0 | 103 | 27 | 25 | 501 | 70 | 65 |
| Binary | 11001010 | 1000010 | 10011011 | 0 | 1000011 | 10111 | 10101 | 101000001 | 111000 | 110101 |
Color Harmonies of #CA429B
Complementary color
Monochromatic Colors of #CA429B
Black with #CA429B
Text Example
Text Example
White with #CA429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA429B; }
p { color: rgb(202,66,155); }
H1.HeaderClassName
{
color: #CA429B;
}
.AnyTagClassName
{
color: #CA429B;
}
</style>
background-color css
<style>
a { background-color: #CA429B; }
a { background-color: rgb(202,66,155); }
div.DivClassName
{
background-color: #CA429B;
}
.BgClassName
{
background-color: #CA429B;
}
</style>
border-color css
<style>
span { border-color: #CA429B; }
span { border-color: rgb(202,66,155); }
td.TdClassName
{
border-color: #CA429B;
}
.TagClassName
{
border-color: #CA429B;
}
</style>