Shades of Mulberry #C0409B
Tints of Mulberry #C0409B
RGB
CMYK
RGB Variations
Color information
#C0409B (or 0xC0409B) is known color: Mulberry. HEX triplet: C0, 40 and 9B. RGB value is (192,64,155). Sum of RGB (Red+Green+Blue) = 192+64+155=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0409B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0409B is #3FBF64. Grayscale: #707070. Windows color (decimal): -4177765 or 10174656. OLE color: 10174656.
HSL color Cylindrical-coordinate representation of color #C0409B: hue angle of 317.34º 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 #C0409B is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 155 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.25 |
| HSL | 317.34º | 0.5% | 0.5% | - |
| HSV(B) | 317.34º | 0.67% | 0.75% | - |
| XYZ | 29.49 | 17.24 | 32.78 | - |
| YUV | 112.65 | 151.91 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 155 | 0 | 0.67 | 0.19 | 0.25 | 317.34 | 0.5 | 0.5 |
| Hex | C0 | 40 | 9B | 0 | 43 | 13 | 19 | 13D | 32 | 32 |
| Octal | 300 | 100 | 233 | 0 | 103 | 23 | 31 | 475 | 62 | 62 |
| Binary | 11000000 | 1000000 | 10011011 | 0 | 1000011 | 10011 | 11001 | 100111101 | 110010 | 110010 |
Color Harmonies of #C0409B
Complementary color
Monochromatic Colors of #C0409B
Black with #C0409B
Text Example
Text Example
White with #C0409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0409B; }
p { color: rgb(192,64,155); }
H1.HeaderClassName
{
color: #C0409B;
}
.AnyTagClassName
{
color: #C0409B;
}
</style>
background-color css
<style>
a { background-color: #C0409B; }
a { background-color: rgb(192,64,155); }
div.DivClassName
{
background-color: #C0409B;
}
.BgClassName
{
background-color: #C0409B;
}
</style>
border-color css
<style>
span { border-color: #C0409B; }
span { border-color: rgb(192,64,155); }
td.TdClassName
{
border-color: #C0409B;
}
.TagClassName
{
border-color: #C0409B;
}
</style>