Shades of Mulberry #C4409B
Tints of Mulberry #C4409B
RGB
CMYK
RGB Variations
Color information
#C4409B (or 0xC4409B) is known color: Mulberry. HEX triplet: C4, 40 and 9B. RGB value is (196,64,155). Sum of RGB (Red+Green+Blue) = 196+64+155=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C4409B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4409B is #3BBF64. Grayscale: #717171. Windows color (decimal): -3915621 or 10174660. OLE color: 10174660.
HSL color Cylindrical-coordinate representation of color #C4409B: hue angle of 318.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4409B is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 155 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.23 |
| HSL | 318.64º | 0.53% | 0.51% | - |
| HSV(B) | 318.64º | 0.67% | 0.77% | - |
| XYZ | 30.51 | 17.77 | 32.83 | - |
| YUV | 113.84 | 151.23 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 155 | 0 | 0.67 | 0.21 | 0.23 | 318.64 | 0.53 | 0.51 |
| Hex | C4 | 40 | 9B | 0 | 43 | 15 | 17 | 13F | 35 | 33 |
| Octal | 304 | 100 | 233 | 0 | 103 | 25 | 27 | 477 | 65 | 63 |
| Binary | 11000100 | 1000000 | 10011011 | 0 | 1000011 | 10101 | 10111 | 100111111 | 110101 | 110011 |
Color Harmonies of #C4409B
Complementary color
Monochromatic Colors of #C4409B
Black with #C4409B
Text Example
Text Example
White with #C4409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4409B; }
p { color: rgb(196,64,155); }
H1.HeaderClassName
{
color: #C4409B;
}
.AnyTagClassName
{
color: #C4409B;
}
</style>
background-color css
<style>
a { background-color: #C4409B; }
a { background-color: rgb(196,64,155); }
div.DivClassName
{
background-color: #C4409B;
}
.BgClassName
{
background-color: #C4409B;
}
</style>
border-color css
<style>
span { border-color: #C4409B; }
span { border-color: rgb(196,64,155); }
td.TdClassName
{
border-color: #C4409B;
}
.TagClassName
{
border-color: #C4409B;
}
</style>