Shades of Mulberry #C2429F
Tints of Mulberry #C2429F
RGB
CMYK
RGB Variations
Color information
#C2429F (or 0xC2429F) is known color: Mulberry. HEX triplet: C2, 42 and 9F. RGB value is (194,66,159). Sum of RGB (Red+Green+Blue) = 194+66+159=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2429F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2429F is #3DBD60. Grayscale: #727272. Windows color (decimal): -4046177 or 10437314. OLE color: 10437314.
HSL color Cylindrical-coordinate representation of color #C2429F: hue angle of 316.41º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2429F is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 159 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.24 |
| HSL | 316.41º | 0.51% | 0.51% | - |
| HSV(B) | 316.41º | 0.66% | 0.76% | - |
| XYZ | 30.45 | 17.87 | 34.64 | - |
| YUV | 114.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 159 | 0 | 0.66 | 0.18 | 0.24 | 316.41 | 0.51 | 0.51 |
| Hex | C2 | 42 | 9F | 0 | 42 | 12 | 18 | 13C | 33 | 33 |
| Octal | 302 | 102 | 237 | 0 | 102 | 22 | 30 | 474 | 63 | 63 |
| Binary | 11000010 | 1000010 | 10011111 | 0 | 1000010 | 10010 | 11000 | 100111100 | 110011 | 110011 |
Color Harmonies of #C2429F
Complementary color
Monochromatic Colors of #C2429F
Black with #C2429F
Text Example
Text Example
White with #C2429F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2429F; }
p { color: rgb(194,66,159); }
H1.HeaderClassName
{
color: #C2429F;
}
.AnyTagClassName
{
color: #C2429F;
}
</style>
background-color css
<style>
a { background-color: #C2429F; }
a { background-color: rgb(194,66,159); }
div.DivClassName
{
background-color: #C2429F;
}
.BgClassName
{
background-color: #C2429F;
}
</style>
border-color css
<style>
span { border-color: #C2429F; }
span { border-color: rgb(194,66,159); }
td.TdClassName
{
border-color: #C2429F;
}
.TagClassName
{
border-color: #C2429F;
}
</style>