Shades of Mulberry #C24B8D
Tints of Mulberry #C24B8D
RGB
CMYK
RGB Variations
Color information
#C24B8D (or 0xC24B8D) is known color: Mulberry. HEX triplet: C2, 4B and 8D. RGB value is (194,75,141). Sum of RGB (Red+Green+Blue) = 194+75+141=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 75 (29.69% from 255 or 18.29% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24B8D is #3DB472. Grayscale: #757575. Windows color (decimal): -4043891 or 9259970. OLE color: 9259970.
HSL color Cylindrical-coordinate representation of color #C24B8D: hue angle of 326.72º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24B8D is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 141 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.24 |
| HSL | 326.72º | 0.49% | 0.53% | - |
| HSV(B) | 326.72º | 0.61% | 0.76% | - |
| XYZ | 29.57 | 18.42 | 27.2 | - |
| YUV | 118.11 | 140.92 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 141 | 0 | 0.61 | 0.27 | 0.24 | 326.72 | 0.49 | 0.53 |
| Hex | C2 | 4B | 8D | 0 | 3D | 1B | 18 | 147 | 31 | 35 |
| Octal | 302 | 113 | 215 | 0 | 75 | 33 | 30 | 507 | 61 | 65 |
| Binary | 11000010 | 1001011 | 10001101 | 0 | 111101 | 11011 | 11000 | 101000111 | 110001 | 110101 |
Color Harmonies of #C24B8D
Complementary color
Monochromatic Colors of #C24B8D
Black with #C24B8D
Text Example
Text Example
White with #C24B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24B8D; }
p { color: rgb(194,75,141); }
H1.HeaderClassName
{
color: #C24B8D;
}
.AnyTagClassName
{
color: #C24B8D;
}
</style>
background-color css
<style>
a { background-color: #C24B8D; }
a { background-color: rgb(194,75,141); }
div.DivClassName
{
background-color: #C24B8D;
}
.BgClassName
{
background-color: #C24B8D;
}
</style>
border-color css
<style>
span { border-color: #C24B8D; }
span { border-color: rgb(194,75,141); }
td.TdClassName
{
border-color: #C24B8D;
}
.TagClassName
{
border-color: #C24B8D;
}
</style>