Shades of Mulberry #CA4398
Tints of Mulberry #CA4398
RGB
CMYK
RGB Variations
Color information
#CA4398 (or 0xCA4398) is known color: Mulberry. HEX triplet: CA, 43 and 98. RGB value is (202,67,152). Sum of RGB (Red+Green+Blue) = 202+67+152=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4398 is #35BC67. Grayscale: #747474. Windows color (decimal): -3521640 or 9978826. OLE color: 9978826.
HSL color Cylindrical-coordinate representation of color #CA4398: hue angle of 322.22º 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 #CA4398 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 152 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.21 |
| HSL | 322.22º | 0.56% | 0.53% | - |
| HSV(B) | 322.22º | 0.67% | 0.79% | - |
| XYZ | 32.03 | 18.84 | 31.65 | - |
| YUV | 117.06 | 147.73 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 152 | 0 | 0.67 | 0.25 | 0.21 | 322.22 | 0.56 | 0.53 |
| Hex | CA | 43 | 98 | 0 | 43 | 19 | 15 | 142 | 38 | 35 |
| Octal | 312 | 103 | 230 | 0 | 103 | 31 | 25 | 502 | 70 | 65 |
| Binary | 11001010 | 1000011 | 10011000 | 0 | 1000011 | 11001 | 10101 | 101000010 | 111000 | 110101 |
Color Harmonies of #CA4398
Complementary color
Monochromatic Colors of #CA4398
Black with #CA4398
Text Example
Text Example
White with #CA4398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4398; }
p { color: rgb(202,67,152); }
H1.HeaderClassName
{
color: #CA4398;
}
.AnyTagClassName
{
color: #CA4398;
}
</style>
background-color css
<style>
a { background-color: #CA4398; }
a { background-color: rgb(202,67,152); }
div.DivClassName
{
background-color: #CA4398;
}
.BgClassName
{
background-color: #CA4398;
}
</style>
border-color css
<style>
span { border-color: #CA4398; }
span { border-color: rgb(202,67,152); }
td.TdClassName
{
border-color: #CA4398;
}
.TagClassName
{
border-color: #CA4398;
}
</style>