Shades of Mulberry #C4418F
Tints of Mulberry #C4418F
RGB
CMYK
RGB Variations
Color information
#C4418F (or 0xC4418F) is known color: Mulberry. HEX triplet: C4, 41 and 8F. RGB value is (196,65,143). Sum of RGB (Red+Green+Blue) = 196+65+143=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4418F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4418F is #3BBE70. Grayscale: #707070. Windows color (decimal): -3915377 or 9388484. OLE color: 9388484.
HSL color Cylindrical-coordinate representation of color #C4418F: hue angle of 324.27º 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 #C4418F is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 143 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.23 |
| HSL | 324.27º | 0.53% | 0.51% | - |
| HSV(B) | 324.27º | 0.67% | 0.77% | - |
| XYZ | 29.61 | 17.5 | 27.8 | - |
| YUV | 113.06 | 144.9 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 143 | 0 | 0.67 | 0.27 | 0.23 | 324.27 | 0.53 | 0.51 |
| Hex | C4 | 41 | 8F | 0 | 43 | 1B | 17 | 144 | 35 | 33 |
| Octal | 304 | 101 | 217 | 0 | 103 | 33 | 27 | 504 | 65 | 63 |
| Binary | 11000100 | 1000001 | 10001111 | 0 | 1000011 | 11011 | 10111 | 101000100 | 110101 | 110011 |
Color Harmonies of #C4418F
Complementary color
Monochromatic Colors of #C4418F
Black with #C4418F
Text Example
Text Example
White with #C4418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4418F; }
p { color: rgb(196,65,143); }
H1.HeaderClassName
{
color: #C4418F;
}
.AnyTagClassName
{
color: #C4418F;
}
</style>
background-color css
<style>
a { background-color: #C4418F; }
a { background-color: rgb(196,65,143); }
div.DivClassName
{
background-color: #C4418F;
}
.BgClassName
{
background-color: #C4418F;
}
</style>
border-color css
<style>
span { border-color: #C4418F; }
span { border-color: rgb(196,65,143); }
td.TdClassName
{
border-color: #C4418F;
}
.TagClassName
{
border-color: #C4418F;
}
</style>