Shades of Mulberry #CA3F9E
Tints of Mulberry #CA3F9E
RGB
CMYK
RGB Variations
Color information
#CA3F9E (or 0xCA3F9E) is known color: Mulberry. HEX triplet: CA, 3F and 9E. RGB value is (202,63,158). Sum of RGB (Red+Green+Blue) = 202+63+158=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3F9E is #35C061. Grayscale: #737373. Windows color (decimal): -3522658 or 10371018. OLE color: 10371018.
HSL color Cylindrical-coordinate representation of color #CA3F9E: hue angle of 318.99º 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 #CA3F9E is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 63 | 158 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.21 |
| HSL | 318.99º | 0.57% | 0.52% | - |
| HSV(B) | 318.99º | 0.69% | 0.79% | - |
| XYZ | 32.31 | 18.58 | 34.23 | - |
| YUV | 115.39 | 152.05 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 158 | 0 | 0.69 | 0.22 | 0.21 | 318.99 | 0.57 | 0.52 |
| Hex | CA | 3F | 9E | 0 | 45 | 16 | 15 | 13F | 39 | 34 |
| Octal | 312 | 77 | 236 | 0 | 105 | 26 | 25 | 477 | 71 | 64 |
| Binary | 11001010 | 111111 | 10011110 | 0 | 1000101 | 10110 | 10101 | 100111111 | 111001 | 110100 |
Color Harmonies of #CA3F9E
Complementary color
Monochromatic Colors of #CA3F9E
Black with #CA3F9E
Text Example
Text Example
White with #CA3F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3F9E; }
p { color: rgb(202,63,158); }
H1.HeaderClassName
{
color: #CA3F9E;
}
.AnyTagClassName
{
color: #CA3F9E;
}
</style>
background-color css
<style>
a { background-color: #CA3F9E; }
a { background-color: rgb(202,63,158); }
div.DivClassName
{
background-color: #CA3F9E;
}
.BgClassName
{
background-color: #CA3F9E;
}
</style>
border-color css
<style>
span { border-color: #CA3F9E; }
span { border-color: rgb(202,63,158); }
td.TdClassName
{
border-color: #CA3F9E;
}
.TagClassName
{
border-color: #CA3F9E;
}
</style>