Shades of Mulberry #CA3E7B
Tints of Mulberry #CA3E7B
RGB
CMYK
RGB Variations
Color information
#CA3E7B (or 0xCA3E7B) is known color: Mulberry. HEX triplet: CA, 3E and 7B. RGB value is (202,62,123). Sum of RGB (Red+Green+Blue) = 202+62+123=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3E7B is #35C184. Grayscale: #6E6E6E. Windows color (decimal): -3522949 or 8077002. OLE color: 8077002.
HSL color Cylindrical-coordinate representation of color #CA3E7B: hue angle of 333.86º 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 #CA3E7B is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 62 | 123 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.21 |
| HSL | 333.86º | 0.57% | 0.52% | - |
| HSV(B) | 333.86º | 0.69% | 0.79% | - |
| XYZ | 29.65 | 17.43 | 20.54 | - |
| YUV | 110.81 | 134.88 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 123 | 0 | 0.69 | 0.39 | 0.21 | 333.86 | 0.57 | 0.52 |
| Hex | CA | 3E | 7B | 0 | 45 | 27 | 15 | 14E | 39 | 34 |
| Octal | 312 | 76 | 173 | 0 | 105 | 47 | 25 | 516 | 71 | 64 |
| Binary | 11001010 | 111110 | 1111011 | 0 | 1000101 | 100111 | 10101 | 101001110 | 111001 | 110100 |
Color Harmonies of #CA3E7B
Complementary color
Monochromatic Colors of #CA3E7B
Black with #CA3E7B
Text Example
Text Example
White with #CA3E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3E7B; }
p { color: rgb(202,62,123); }
H1.HeaderClassName
{
color: #CA3E7B;
}
.AnyTagClassName
{
color: #CA3E7B;
}
</style>
background-color css
<style>
a { background-color: #CA3E7B; }
a { background-color: rgb(202,62,123); }
div.DivClassName
{
background-color: #CA3E7B;
}
.BgClassName
{
background-color: #CA3E7B;
}
</style>
border-color css
<style>
span { border-color: #CA3E7B; }
span { border-color: rgb(202,62,123); }
td.TdClassName
{
border-color: #CA3E7B;
}
.TagClassName
{
border-color: #CA3E7B;
}
</style>