Shades of Mulberry #C4407D
Tints of Mulberry #C4407D
RGB
CMYK
RGB Variations
Color information
#C4407D (or 0xC4407D) is known color: Mulberry. HEX triplet: C4, 40 and 7D. RGB value is (196,64,125). Sum of RGB (Red+Green+Blue) = 196+64+125=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4407D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4407D is #3BBF82. Grayscale: #6E6E6E. Windows color (decimal): -3915651 or 8208580. OLE color: 8208580.
HSL color Cylindrical-coordinate representation of color #C4407D: hue angle of 332.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 #C4407D is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 125 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.23 |
| HSL | 332.27º | 0.53% | 0.51% | - |
| HSV(B) | 332.27º | 0.67% | 0.77% | - |
| XYZ | 28.3 | 16.88 | 21.17 | - |
| YUV | 110.42 | 136.23 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 125 | 0 | 0.67 | 0.36 | 0.23 | 332.27 | 0.53 | 0.51 |
| Hex | C4 | 40 | 7D | 0 | 43 | 24 | 17 | 14C | 35 | 33 |
| Octal | 304 | 100 | 175 | 0 | 103 | 44 | 27 | 514 | 65 | 63 |
| Binary | 11000100 | 1000000 | 1111101 | 0 | 1000011 | 100100 | 10111 | 101001100 | 110101 | 110011 |
Color Harmonies of #C4407D
Complementary color
Monochromatic Colors of #C4407D
Black with #C4407D
Text Example
Text Example
White with #C4407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4407D; }
p { color: rgb(196,64,125); }
H1.HeaderClassName
{
color: #C4407D;
}
.AnyTagClassName
{
color: #C4407D;
}
</style>
background-color css
<style>
a { background-color: #C4407D; }
a { background-color: rgb(196,64,125); }
div.DivClassName
{
background-color: #C4407D;
}
.BgClassName
{
background-color: #C4407D;
}
</style>
border-color css
<style>
span { border-color: #C4407D; }
span { border-color: rgb(196,64,125); }
td.TdClassName
{
border-color: #C4407D;
}
.TagClassName
{
border-color: #C4407D;
}
</style>