Shades of Mulberry #C24098
Tints of Mulberry #C24098
RGB
CMYK
RGB Variations
Color information
#C24098 (or 0xC24098) is known color: Mulberry. HEX triplet: C2, 40 and 98. RGB value is (194,64,152). Sum of RGB (Red+Green+Blue) = 194+64+152=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C24098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24098 is #3DBF67. Grayscale: #707070. Windows color (decimal): -4046696 or 9978050. OLE color: 9978050.
HSL color Cylindrical-coordinate representation of color #C24098: hue angle of 319.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C24098 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 152 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.24 |
| HSL | 319.38º | 0.52% | 0.51% | - |
| HSV(B) | 319.38º | 0.67% | 0.76% | - |
| XYZ | 29.75 | 17.4 | 31.5 | - |
| YUV | 112.9 | 150.07 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 152 | 0 | 0.67 | 0.22 | 0.24 | 319.38 | 0.52 | 0.51 |
| Hex | C2 | 40 | 98 | 0 | 43 | 16 | 18 | 13F | 34 | 33 |
| Octal | 302 | 100 | 230 | 0 | 103 | 26 | 30 | 477 | 64 | 63 |
| Binary | 11000010 | 1000000 | 10011000 | 0 | 1000011 | 10110 | 11000 | 100111111 | 110100 | 110011 |
Color Harmonies of #C24098
Complementary color
Monochromatic Colors of #C24098
Black with #C24098
Text Example
Text Example
White with #C24098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24098; }
p { color: rgb(194,64,152); }
H1.HeaderClassName
{
color: #C24098;
}
.AnyTagClassName
{
color: #C24098;
}
</style>
background-color css
<style>
a { background-color: #C24098; }
a { background-color: rgb(194,64,152); }
div.DivClassName
{
background-color: #C24098;
}
.BgClassName
{
background-color: #C24098;
}
</style>
border-color css
<style>
span { border-color: #C24098; }
span { border-color: rgb(194,64,152); }
td.TdClassName
{
border-color: #C24098;
}
.TagClassName
{
border-color: #C24098;
}
</style>