Shades of Mulberry #CA4293
Tints of Mulberry #CA4293
RGB
CMYK
RGB Variations
Color information
#CA4293 (or 0xCA4293) is known color: Mulberry. HEX triplet: CA, 42 and 93. RGB value is (202,66,147). Sum of RGB (Red+Green+Blue) = 202+66+147=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4293 is #35BD6C. Grayscale: #737373. Windows color (decimal): -3521901 or 9650890. OLE color: 9650890.
HSL color Cylindrical-coordinate representation of color #CA4293: hue angle of 324.26º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4293 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 66 | 147 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.21 |
| HSL | 324.26º | 0.56% | 0.53% | - |
| HSV(B) | 324.26º | 0.67% | 0.79% | - |
| XYZ | 31.57 | 18.56 | 29.52 | - |
| YUV | 115.9 | 145.56 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 147 | 0 | 0.67 | 0.27 | 0.21 | 324.26 | 0.56 | 0.53 |
| Hex | CA | 42 | 93 | 0 | 43 | 1B | 15 | 144 | 38 | 35 |
| Octal | 312 | 102 | 223 | 0 | 103 | 33 | 25 | 504 | 70 | 65 |
| Binary | 11001010 | 1000010 | 10010011 | 0 | 1000011 | 11011 | 10101 | 101000100 | 111000 | 110101 |
Color Harmonies of #CA4293
Complementary color
Monochromatic Colors of #CA4293
Black with #CA4293
Text Example
Text Example
White with #CA4293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4293; }
p { color: rgb(202,66,147); }
H1.HeaderClassName
{
color: #CA4293;
}
.AnyTagClassName
{
color: #CA4293;
}
</style>
background-color css
<style>
a { background-color: #CA4293; }
a { background-color: rgb(202,66,147); }
div.DivClassName
{
background-color: #CA4293;
}
.BgClassName
{
background-color: #CA4293;
}
</style>
border-color css
<style>
span { border-color: #CA4293; }
span { border-color: rgb(202,66,147); }
td.TdClassName
{
border-color: #CA4293;
}
.TagClassName
{
border-color: #CA4293;
}
</style>