Shades of Mulberry #C0409D
Tints of Mulberry #C0409D
RGB
CMYK
RGB Variations
Color information
#C0409D (or 0xC0409D) is known color: Mulberry. HEX triplet: C0, 40 and 9D. RGB value is (192,64,157). Sum of RGB (Red+Green+Blue) = 192+64+157=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0409D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0409D is #3FBF62. Grayscale: #707070. Windows color (decimal): -4177763 or 10305728. OLE color: 10305728.
HSL color Cylindrical-coordinate representation of color #C0409D: hue angle of 316.41º 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 #C0409D is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 157 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.25 |
| HSL | 316.41º | 0.5% | 0.5% | - |
| HSV(B) | 316.41º | 0.67% | 0.75% | - |
| XYZ | 29.66 | 17.31 | 33.68 | - |
| YUV | 112.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 157 | 0 | 0.67 | 0.18 | 0.25 | 316.41 | 0.5 | 0.5 |
| Hex | C0 | 40 | 9D | 0 | 43 | 12 | 19 | 13C | 32 | 32 |
| Octal | 300 | 100 | 235 | 0 | 103 | 22 | 31 | 474 | 62 | 62 |
| Binary | 11000000 | 1000000 | 10011101 | 0 | 1000011 | 10010 | 11001 | 100111100 | 110010 | 110010 |
Color Harmonies of #C0409D
Complementary color
Monochromatic Colors of #C0409D
Black with #C0409D
Text Example
Text Example
White with #C0409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0409D; }
p { color: rgb(192,64,157); }
H1.HeaderClassName
{
color: #C0409D;
}
.AnyTagClassName
{
color: #C0409D;
}
</style>
background-color css
<style>
a { background-color: #C0409D; }
a { background-color: rgb(192,64,157); }
div.DivClassName
{
background-color: #C0409D;
}
.BgClassName
{
background-color: #C0409D;
}
</style>
border-color css
<style>
span { border-color: #C0409D; }
span { border-color: rgb(192,64,157); }
td.TdClassName
{
border-color: #C0409D;
}
.TagClassName
{
border-color: #C0409D;
}
</style>