Shades of Mulberry #C4419A
Tints of Mulberry #C4419A
RGB
CMYK
RGB Variations
Color information
#C4419A (or 0xC4419A) is known color: Mulberry. HEX triplet: C4, 41 and 9A. RGB value is (196,65,154). Sum of RGB (Red+Green+Blue) = 196+65+154=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C4419A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4419A is #3BBE65. Grayscale: #727272. Windows color (decimal): -3915366 or 10109380. OLE color: 10109380.
HSL color Cylindrical-coordinate representation of color #C4419A: hue angle of 319.24º 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 #C4419A is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 154 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.23 |
| HSL | 319.24º | 0.53% | 0.51% | - |
| HSV(B) | 319.24º | 0.67% | 0.77% | - |
| XYZ | 30.49 | 17.85 | 32.41 | - |
| YUV | 114.32 | 150.4 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 154 | 0 | 0.67 | 0.21 | 0.23 | 319.24 | 0.53 | 0.51 |
| Hex | C4 | 41 | 9A | 0 | 43 | 15 | 17 | 13F | 35 | 33 |
| Octal | 304 | 101 | 232 | 0 | 103 | 25 | 27 | 477 | 65 | 63 |
| Binary | 11000100 | 1000001 | 10011010 | 0 | 1000011 | 10101 | 10111 | 100111111 | 110101 | 110011 |
Color Harmonies of #C4419A
Complementary color
Monochromatic Colors of #C4419A
Black with #C4419A
Text Example
Text Example
White with #C4419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4419A; }
p { color: rgb(196,65,154); }
H1.HeaderClassName
{
color: #C4419A;
}
.AnyTagClassName
{
color: #C4419A;
}
</style>
background-color css
<style>
a { background-color: #C4419A; }
a { background-color: rgb(196,65,154); }
div.DivClassName
{
background-color: #C4419A;
}
.BgClassName
{
background-color: #C4419A;
}
</style>
border-color css
<style>
span { border-color: #C4419A; }
span { border-color: rgb(196,65,154); }
td.TdClassName
{
border-color: #C4419A;
}
.TagClassName
{
border-color: #C4419A;
}
</style>