Shades of Mulberry #CA3FA5
Tints of Mulberry #CA3FA5
RGB
CMYK
RGB Variations
Color information
#CA3FA5 (or 0xCA3FA5) is known color: Mulberry. HEX triplet: CA, 3F and A5. RGB value is (202,63,165). Sum of RGB (Red+Green+Blue) = 202+63+165=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3FA5 is #35C05A. Grayscale: #737373. Windows color (decimal): -3522651 or 10829770. OLE color: 10829770.
HSL color Cylindrical-coordinate representation of color #CA3FA5: hue angle of 315.97º 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 #CA3FA5 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 63 | 165 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.21 |
| HSL | 315.97º | 0.57% | 0.52% | - |
| HSV(B) | 315.97º | 0.69% | 0.79% | - |
| XYZ | 32.93 | 18.83 | 37.5 | - |
| YUV | 116.19 | 155.55 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 165 | 0 | 0.69 | 0.18 | 0.21 | 315.97 | 0.57 | 0.52 |
| Hex | CA | 3F | A5 | 0 | 45 | 12 | 15 | 13C | 39 | 34 |
| Octal | 312 | 77 | 245 | 0 | 105 | 22 | 25 | 474 | 71 | 64 |
| Binary | 11001010 | 111111 | 10100101 | 0 | 1000101 | 10010 | 10101 | 100111100 | 111001 | 110100 |
Color Harmonies of #CA3FA5
Complementary color
Monochromatic Colors of #CA3FA5
Black with #CA3FA5
Text Example
Text Example
White with #CA3FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3FA5; }
p { color: rgb(202,63,165); }
H1.HeaderClassName
{
color: #CA3FA5;
}
.AnyTagClassName
{
color: #CA3FA5;
}
</style>
background-color css
<style>
a { background-color: #CA3FA5; }
a { background-color: rgb(202,63,165); }
div.DivClassName
{
background-color: #CA3FA5;
}
.BgClassName
{
background-color: #CA3FA5;
}
</style>
border-color css
<style>
span { border-color: #CA3FA5; }
span { border-color: rgb(202,63,165); }
td.TdClassName
{
border-color: #CA3FA5;
}
.TagClassName
{
border-color: #CA3FA5;
}
</style>