Shades of Mulberry #C4417F
Tints of Mulberry #C4417F
RGB
CMYK
RGB Variations
Color information
#C4417F (or 0xC4417F) is known color: Mulberry. HEX triplet: C4, 41 and 7F. RGB value is (196,65,127). Sum of RGB (Red+Green+Blue) = 196+65+127=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 65 (25.78% from 255 or 16.75% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4417F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4417F is #3BBE80. Grayscale: #6F6F6F. Windows color (decimal): -3915393 or 8339908. OLE color: 8339908.
HSL color Cylindrical-coordinate representation of color #C4417F: hue angle of 331.6º 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 #C4417F is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 127 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.23 |
| HSL | 331.6º | 0.53% | 0.51% | - |
| HSV(B) | 331.6º | 0.67% | 0.77% | - |
| XYZ | 28.49 | 17.05 | 21.87 | - |
| YUV | 111.24 | 136.9 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 127 | 0 | 0.67 | 0.35 | 0.23 | 331.6 | 0.53 | 0.51 |
| Hex | C4 | 41 | 7F | 0 | 43 | 23 | 17 | 14C | 35 | 33 |
| Octal | 304 | 101 | 177 | 0 | 103 | 43 | 27 | 514 | 65 | 63 |
| Binary | 11000100 | 1000001 | 1111111 | 0 | 1000011 | 100011 | 10111 | 101001100 | 110101 | 110011 |
Color Harmonies of #C4417F
Complementary color
Monochromatic Colors of #C4417F
Black with #C4417F
Text Example
Text Example
White with #C4417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4417F; }
p { color: rgb(196,65,127); }
H1.HeaderClassName
{
color: #C4417F;
}
.AnyTagClassName
{
color: #C4417F;
}
</style>
background-color css
<style>
a { background-color: #C4417F; }
a { background-color: rgb(196,65,127); }
div.DivClassName
{
background-color: #C4417F;
}
.BgClassName
{
background-color: #C4417F;
}
</style>
border-color css
<style>
span { border-color: #C4417F; }
span { border-color: rgb(196,65,127); }
td.TdClassName
{
border-color: #C4417F;
}
.TagClassName
{
border-color: #C4417F;
}
</style>