Shades of Mulberry #CA3FA6
Tints of Mulberry #CA3FA6
RGB
CMYK
RGB Variations
Color information
#CA3FA6 (or 0xCA3FA6) is known color: Mulberry. HEX triplet: CA, 3F and A6. RGB value is (202,63,166). Sum of RGB (Red+Green+Blue) = 202+63+166=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3FA6 is #35C059. Grayscale: #747474. Windows color (decimal): -3522650 or 10895306. OLE color: 10895306.
HSL color Cylindrical-coordinate representation of color #CA3FA6: hue angle of 315.54º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3FA6 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 63 | 166 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.21 |
| HSL | 315.54º | 0.57% | 0.52% | - |
| HSV(B) | 315.54º | 0.69% | 0.79% | - |
| XYZ | 33.02 | 18.86 | 37.98 | - |
| YUV | 116.3 | 156.05 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 166 | 0 | 0.69 | 0.18 | 0.21 | 315.54 | 0.57 | 0.52 |
| Hex | CA | 3F | A6 | 0 | 45 | 12 | 15 | 13C | 39 | 34 |
| Octal | 312 | 77 | 246 | 0 | 105 | 22 | 25 | 474 | 71 | 64 |
| Binary | 11001010 | 111111 | 10100110 | 0 | 1000101 | 10010 | 10101 | 100111100 | 111001 | 110100 |
Color Harmonies of #CA3FA6
Complementary color
Monochromatic Colors of #CA3FA6
Black with #CA3FA6
Text Example
Text Example
White with #CA3FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3FA6; }
p { color: rgb(202,63,166); }
H1.HeaderClassName
{
color: #CA3FA6;
}
.AnyTagClassName
{
color: #CA3FA6;
}
</style>
background-color css
<style>
a { background-color: #CA3FA6; }
a { background-color: rgb(202,63,166); }
div.DivClassName
{
background-color: #CA3FA6;
}
.BgClassName
{
background-color: #CA3FA6;
}
</style>
border-color css
<style>
span { border-color: #CA3FA6; }
span { border-color: rgb(202,63,166); }
td.TdClassName
{
border-color: #CA3FA6;
}
.TagClassName
{
border-color: #CA3FA6;
}
</style>