Shades of Mulberry #C4409A
Tints of Mulberry #C4409A
RGB
CMYK
RGB Variations
Color information
#C4409A (or 0xC4409A) is known color: Mulberry. HEX triplet: C4, 40 and 9A. RGB value is (196,64,154). Sum of RGB (Red+Green+Blue) = 196+64+154=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C4409A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4409A is #3BBF65. Grayscale: #717171. Windows color (decimal): -3915622 or 10109124. OLE color: 10109124.
HSL color Cylindrical-coordinate representation of color #C4409A: hue angle of 319.09º 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 #C4409A is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 154 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.23 |
| HSL | 319.09º | 0.53% | 0.51% | - |
| HSV(B) | 319.09º | 0.67% | 0.77% | - |
| XYZ | 30.43 | 17.74 | 32.39 | - |
| YUV | 113.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 154 | 0 | 0.67 | 0.21 | 0.23 | 319.09 | 0.53 | 0.51 |
| Hex | C4 | 40 | 9A | 0 | 43 | 15 | 17 | 13F | 35 | 33 |
| Octal | 304 | 100 | 232 | 0 | 103 | 25 | 27 | 477 | 65 | 63 |
| Binary | 11000100 | 1000000 | 10011010 | 0 | 1000011 | 10101 | 10111 | 100111111 | 110101 | 110011 |
Color Harmonies of #C4409A
Complementary color
Monochromatic Colors of #C4409A
Black with #C4409A
Text Example
Text Example
White with #C4409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4409A; }
p { color: rgb(196,64,154); }
H1.HeaderClassName
{
color: #C4409A;
}
.AnyTagClassName
{
color: #C4409A;
}
</style>
background-color css
<style>
a { background-color: #C4409A; }
a { background-color: rgb(196,64,154); }
div.DivClassName
{
background-color: #C4409A;
}
.BgClassName
{
background-color: #C4409A;
}
</style>
border-color css
<style>
span { border-color: #C4409A; }
span { border-color: rgb(196,64,154); }
td.TdClassName
{
border-color: #C4409A;
}
.TagClassName
{
border-color: #C4409A;
}
</style>