Shades of Mulberry #CA4098
Tints of Mulberry #CA4098
RGB
CMYK
RGB Variations
Color information
#CA4098 (or 0xCA4098) is known color: Mulberry. HEX triplet: CA, 40 and 98. RGB value is (202,64,152). Sum of RGB (Red+Green+Blue) = 202+64+152=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4098 is #35BF67. Grayscale: #737373. Windows color (decimal): -3522408 or 9978058. OLE color: 9978058.
HSL color Cylindrical-coordinate representation of color #CA4098: hue angle of 321.74º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4098 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 64 | 152 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.21 |
| HSL | 321.74º | 0.57% | 0.52% | - |
| HSV(B) | 321.74º | 0.68% | 0.79% | - |
| XYZ | 31.86 | 18.49 | 31.6 | - |
| YUV | 115.29 | 148.72 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 152 | 0 | 0.68 | 0.25 | 0.21 | 321.74 | 0.57 | 0.52 |
| Hex | CA | 40 | 98 | 0 | 44 | 19 | 15 | 142 | 39 | 34 |
| Octal | 312 | 100 | 230 | 0 | 104 | 31 | 25 | 502 | 71 | 64 |
| Binary | 11001010 | 1000000 | 10011000 | 0 | 1000100 | 11001 | 10101 | 101000010 | 111001 | 110100 |
Color Harmonies of #CA4098
Complementary color
Monochromatic Colors of #CA4098
Black with #CA4098
Text Example
Text Example
White with #CA4098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4098; }
p { color: rgb(202,64,152); }
H1.HeaderClassName
{
color: #CA4098;
}
.AnyTagClassName
{
color: #CA4098;
}
</style>
background-color css
<style>
a { background-color: #CA4098; }
a { background-color: rgb(202,64,152); }
div.DivClassName
{
background-color: #CA4098;
}
.BgClassName
{
background-color: #CA4098;
}
</style>
border-color css
<style>
span { border-color: #CA4098; }
span { border-color: rgb(202,64,152); }
td.TdClassName
{
border-color: #CA4098;
}
.TagClassName
{
border-color: #CA4098;
}
</style>