Shades of Mulberry #C0409F
Tints of Mulberry #C0409F
RGB
CMYK
RGB Variations
Color information
#C0409F (or 0xC0409F) is known color: Mulberry. HEX triplet: C0, 40 and 9F. RGB value is (192,64,159). Sum of RGB (Red+Green+Blue) = 192+64+159=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0409F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0409F is #3FBF60. Grayscale: #707070. Windows color (decimal): -4177761 or 10436800. OLE color: 10436800.
HSL color Cylindrical-coordinate representation of color #C0409F: hue angle of 315.47º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0409F is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 159 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.25 |
| HSL | 315.47º | 0.5% | 0.5% | - |
| HSV(B) | 315.47º | 0.67% | 0.75% | - |
| XYZ | 29.83 | 17.38 | 34.58 | - |
| YUV | 113.1 | 153.91 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 159 | 0 | 0.67 | 0.17 | 0.25 | 315.47 | 0.5 | 0.5 |
| Hex | C0 | 40 | 9F | 0 | 43 | 11 | 19 | 13B | 32 | 32 |
| Octal | 300 | 100 | 237 | 0 | 103 | 21 | 31 | 473 | 62 | 62 |
| Binary | 11000000 | 1000000 | 10011111 | 0 | 1000011 | 10001 | 11001 | 100111011 | 110010 | 110010 |
Color Harmonies of #C0409F
Complementary color
Monochromatic Colors of #C0409F
Black with #C0409F
Text Example
Text Example
White with #C0409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0409F; }
p { color: rgb(192,64,159); }
H1.HeaderClassName
{
color: #C0409F;
}
.AnyTagClassName
{
color: #C0409F;
}
</style>
background-color css
<style>
a { background-color: #C0409F; }
a { background-color: rgb(192,64,159); }
div.DivClassName
{
background-color: #C0409F;
}
.BgClassName
{
background-color: #C0409F;
}
</style>
border-color css
<style>
span { border-color: #C0409F; }
span { border-color: rgb(192,64,159); }
td.TdClassName
{
border-color: #C0409F;
}
.TagClassName
{
border-color: #C0409F;
}
</style>