Shades of Mulberry #CA3F93
Tints of Mulberry #CA3F93
RGB
CMYK
RGB Variations
Color information
#CA3F93 (or 0xCA3F93) is known color: Mulberry. HEX triplet: CA, 3F and 93. RGB value is (202,63,147). Sum of RGB (Red+Green+Blue) = 202+63+147=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3F93 is #35C06C. Grayscale: #717171. Windows color (decimal): -3522669 or 9650122. OLE color: 9650122.
HSL color Cylindrical-coordinate representation of color #CA3F93: hue angle of 323.74º 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 #CA3F93 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 63 | 147 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.21 |
| HSL | 323.74º | 0.57% | 0.52% | - |
| HSV(B) | 323.74º | 0.69% | 0.79% | - |
| XYZ | 31.4 | 18.22 | 29.47 | - |
| YUV | 114.14 | 146.55 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 147 | 0 | 0.69 | 0.27 | 0.21 | 323.74 | 0.57 | 0.52 |
| Hex | CA | 3F | 93 | 0 | 45 | 1B | 15 | 144 | 39 | 34 |
| Octal | 312 | 77 | 223 | 0 | 105 | 33 | 25 | 504 | 71 | 64 |
| Binary | 11001010 | 111111 | 10010011 | 0 | 1000101 | 11011 | 10101 | 101000100 | 111001 | 110100 |
Color Harmonies of #CA3F93
Complementary color
Monochromatic Colors of #CA3F93
Black with #CA3F93
Text Example
Text Example
White with #CA3F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3F93; }
p { color: rgb(202,63,147); }
H1.HeaderClassName
{
color: #CA3F93;
}
.AnyTagClassName
{
color: #CA3F93;
}
</style>
background-color css
<style>
a { background-color: #CA3F93; }
a { background-color: rgb(202,63,147); }
div.DivClassName
{
background-color: #CA3F93;
}
.BgClassName
{
background-color: #CA3F93;
}
</style>
border-color css
<style>
span { border-color: #CA3F93; }
span { border-color: rgb(202,63,147); }
td.TdClassName
{
border-color: #CA3F93;
}
.TagClassName
{
border-color: #CA3F93;
}
</style>