Shades of Mulberry #C4417C
Tints of Mulberry #C4417C
RGB
CMYK
RGB Variations
Color information
#C4417C (or 0xC4417C) is known color: Mulberry. HEX triplet: C4, 41 and 7C. RGB value is (196,65,124). Sum of RGB (Red+Green+Blue) = 196+65+124=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4417C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4417C is #3BBE83. Grayscale: #6E6E6E. Windows color (decimal): -3915396 or 8143300. OLE color: 8143300.
HSL color Cylindrical-coordinate representation of color #C4417C: hue angle of 332.98º 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 #C4417C is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 124 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.23 |
| HSL | 332.98º | 0.53% | 0.51% | - |
| HSV(B) | 332.98º | 0.67% | 0.77% | - |
| XYZ | 28.29 | 16.97 | 20.85 | - |
| YUV | 110.9 | 135.4 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 124 | 0 | 0.67 | 0.37 | 0.23 | 332.98 | 0.53 | 0.51 |
| Hex | C4 | 41 | 7C | 0 | 43 | 25 | 17 | 14D | 35 | 33 |
| Octal | 304 | 101 | 174 | 0 | 103 | 45 | 27 | 515 | 65 | 63 |
| Binary | 11000100 | 1000001 | 1111100 | 0 | 1000011 | 100101 | 10111 | 101001101 | 110101 | 110011 |
Color Harmonies of #C4417C
Complementary color
Monochromatic Colors of #C4417C
Black with #C4417C
Text Example
Text Example
White with #C4417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4417C; }
p { color: rgb(196,65,124); }
H1.HeaderClassName
{
color: #C4417C;
}
.AnyTagClassName
{
color: #C4417C;
}
</style>
background-color css
<style>
a { background-color: #C4417C; }
a { background-color: rgb(196,65,124); }
div.DivClassName
{
background-color: #C4417C;
}
.BgClassName
{
background-color: #C4417C;
}
</style>
border-color css
<style>
span { border-color: #C4417C; }
span { border-color: rgb(196,65,124); }
td.TdClassName
{
border-color: #C4417C;
}
.TagClassName
{
border-color: #C4417C;
}
</style>