Shades of Mulberry #CA3E8F
Tints of Mulberry #CA3E8F
RGB
CMYK
RGB Variations
Color information
#CA3E8F (or 0xCA3E8F) is known color: Mulberry. HEX triplet: CA, 3E and 8F. RGB value is (202,62,143). Sum of RGB (Red+Green+Blue) = 202+62+143=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3E8F is #35C170. Grayscale: #707070. Windows color (decimal): -3522929 or 9387722. OLE color: 9387722.
HSL color Cylindrical-coordinate representation of color #CA3E8F: hue angle of 325.29º 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 #CA3E8F is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 62 | 143 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.21 |
| HSL | 325.29º | 0.57% | 0.52% | - |
| HSV(B) | 325.29º | 0.69% | 0.79% | - |
| XYZ | 31.04 | 17.98 | 27.82 | - |
| YUV | 113.09 | 144.88 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 143 | 0 | 0.69 | 0.29 | 0.21 | 325.29 | 0.57 | 0.52 |
| Hex | CA | 3E | 8F | 0 | 45 | 1D | 15 | 145 | 39 | 34 |
| Octal | 312 | 76 | 217 | 0 | 105 | 35 | 25 | 505 | 71 | 64 |
| Binary | 11001010 | 111110 | 10001111 | 0 | 1000101 | 11101 | 10101 | 101000101 | 111001 | 110100 |
Color Harmonies of #CA3E8F
Complementary color
Monochromatic Colors of #CA3E8F
Black with #CA3E8F
Text Example
Text Example
White with #CA3E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3E8F; }
p { color: rgb(202,62,143); }
H1.HeaderClassName
{
color: #CA3E8F;
}
.AnyTagClassName
{
color: #CA3E8F;
}
</style>
background-color css
<style>
a { background-color: #CA3E8F; }
a { background-color: rgb(202,62,143); }
div.DivClassName
{
background-color: #CA3E8F;
}
.BgClassName
{
background-color: #CA3E8F;
}
</style>
border-color css
<style>
span { border-color: #CA3E8F; }
span { border-color: rgb(202,62,143); }
td.TdClassName
{
border-color: #CA3E8F;
}
.TagClassName
{
border-color: #CA3E8F;
}
</style>