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