Shades of Mulberry #CA42A0
Tints of Mulberry #CA42A0
RGB
CMYK
RGB Variations
Color information
#CA42A0 (or 0xCA42A0) is known color: Mulberry. HEX triplet: CA, 42 and A0. RGB value is (202,66,160). Sum of RGB (Red+Green+Blue) = 202+66+160=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA42A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA42A0 is #35BD5F. Grayscale: #757575. Windows color (decimal): -3521888 or 10502858. OLE color: 10502858.
HSL color Cylindrical-coordinate representation of color #CA42A0: hue angle of 318.53º 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 #CA42A0 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 160 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.21 |
| HSL | 318.53º | 0.56% | 0.53% | - |
| HSV(B) | 318.53º | 0.67% | 0.79% | - |
| XYZ | 32.65 | 18.99 | 35.2 | - |
| YUV | 117.38 | 152.06 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 160 | 0 | 0.67 | 0.21 | 0.21 | 318.53 | 0.56 | 0.53 |
| Hex | CA | 42 | A0 | 0 | 43 | 15 | 15 | 13F | 38 | 35 |
| Octal | 312 | 102 | 240 | 0 | 103 | 25 | 25 | 477 | 70 | 65 |
| Binary | 11001010 | 1000010 | 10100000 | 0 | 1000011 | 10101 | 10101 | 100111111 | 111000 | 110101 |
Color Harmonies of #CA42A0
Complementary color
Monochromatic Colors of #CA42A0
Black with #CA42A0
Text Example
Text Example
White with #CA42A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA42A0; }
p { color: rgb(202,66,160); }
H1.HeaderClassName
{
color: #CA42A0;
}
.AnyTagClassName
{
color: #CA42A0;
}
</style>
background-color css
<style>
a { background-color: #CA42A0; }
a { background-color: rgb(202,66,160); }
div.DivClassName
{
background-color: #CA42A0;
}
.BgClassName
{
background-color: #CA42A0;
}
</style>
border-color css
<style>
span { border-color: #CA42A0; }
span { border-color: rgb(202,66,160); }
td.TdClassName
{
border-color: #CA42A0;
}
.TagClassName
{
border-color: #CA42A0;
}
</style>