Shades of Mulberry #C0429F
Tints of Mulberry #C0429F
RGB
CMYK
RGB Variations
Color information
#C0429F (or 0xC0429F) is known color: Mulberry. HEX triplet: C0, 42 and 9F. RGB value is (192,66,159). Sum of RGB (Red+Green+Blue) = 192+66+159=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0429F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0429F is #3FBD60. Grayscale: #727272. Windows color (decimal): -4177249 or 10437312. OLE color: 10437312.
HSL color Cylindrical-coordinate representation of color #C0429F: hue angle of 315.71º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0429F is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 159 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.25 |
| HSL | 315.71º | 0.5% | 0.51% | - |
| HSV(B) | 315.71º | 0.66% | 0.75% | - |
| XYZ | 29.94 | 17.61 | 34.62 | - |
| YUV | 114.28 | 153.24 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 159 | 0 | 0.66 | 0.17 | 0.25 | 315.71 | 0.5 | 0.51 |
| Hex | C0 | 42 | 9F | 0 | 42 | 11 | 19 | 13C | 32 | 33 |
| Octal | 300 | 102 | 237 | 0 | 102 | 21 | 31 | 474 | 62 | 63 |
| Binary | 11000000 | 1000010 | 10011111 | 0 | 1000010 | 10001 | 11001 | 100111100 | 110010 | 110011 |
Color Harmonies of #C0429F
Complementary color
Monochromatic Colors of #C0429F
Black with #C0429F
Text Example
Text Example
White with #C0429F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0429F; }
p { color: rgb(192,66,159); }
H1.HeaderClassName
{
color: #C0429F;
}
.AnyTagClassName
{
color: #C0429F;
}
</style>
background-color css
<style>
a { background-color: #C0429F; }
a { background-color: rgb(192,66,159); }
div.DivClassName
{
background-color: #C0429F;
}
.BgClassName
{
background-color: #C0429F;
}
</style>
border-color css
<style>
span { border-color: #C0429F; }
span { border-color: rgb(192,66,159); }
td.TdClassName
{
border-color: #C0429F;
}
.TagClassName
{
border-color: #C0429F;
}
</style>