Shades of Mulberry #C2408D
Tints of Mulberry #C2408D
RGB
CMYK
RGB Variations
Color information
#C2408D (or 0xC2408D) is known color: Mulberry. HEX triplet: C2, 40 and 8D. RGB value is (194,64,141). Sum of RGB (Red+Green+Blue) = 194+64+141=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2408D is #3DBF72. Grayscale: #6F6F6F. Windows color (decimal): -4046707 or 9257154. OLE color: 9257154.
HSL color Cylindrical-coordinate representation of color #C2408D: hue angle of 324.46º 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 #C2408D is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 141 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.24 |
| HSL | 324.46º | 0.52% | 0.51% | - |
| HSV(B) | 324.46º | 0.67% | 0.76% | - |
| XYZ | 28.89 | 17.06 | 26.97 | - |
| YUV | 111.65 | 144.57 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 141 | 0 | 0.67 | 0.27 | 0.24 | 324.46 | 0.52 | 0.51 |
| Hex | C2 | 40 | 8D | 0 | 43 | 1B | 18 | 144 | 34 | 33 |
| Octal | 302 | 100 | 215 | 0 | 103 | 33 | 30 | 504 | 64 | 63 |
| Binary | 11000010 | 1000000 | 10001101 | 0 | 1000011 | 11011 | 11000 | 101000100 | 110100 | 110011 |
Color Harmonies of #C2408D
Complementary color
Monochromatic Colors of #C2408D
Black with #C2408D
Text Example
Text Example
White with #C2408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2408D; }
p { color: rgb(194,64,141); }
H1.HeaderClassName
{
color: #C2408D;
}
.AnyTagClassName
{
color: #C2408D;
}
</style>
background-color css
<style>
a { background-color: #C2408D; }
a { background-color: rgb(194,64,141); }
div.DivClassName
{
background-color: #C2408D;
}
.BgClassName
{
background-color: #C2408D;
}
</style>
border-color css
<style>
span { border-color: #C2408D; }
span { border-color: rgb(194,64,141); }
td.TdClassName
{
border-color: #C2408D;
}
.TagClassName
{
border-color: #C2408D;
}
</style>