Shades of Mulberry #C4457D
Tints of Mulberry #C4457D
RGB
CMYK
RGB Variations
Color information
#C4457D (or 0xC4457D) is known color: Mulberry. HEX triplet: C4, 45 and 7D. RGB value is (196,69,125). Sum of RGB (Red+Green+Blue) = 196+69+125=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4457D is #3BBA82. Grayscale: #717171. Windows color (decimal): -3914371 or 8209860. OLE color: 8209860.
HSL color Cylindrical-coordinate representation of color #C4457D: hue angle of 333.54º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4457D is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 125 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.23 |
| HSL | 333.54º | 0.52% | 0.52% | - |
| HSV(B) | 333.54º | 0.65% | 0.77% | - |
| XYZ | 28.59 | 17.47 | 21.27 | - |
| YUV | 113.36 | 134.58 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 125 | 0 | 0.65 | 0.36 | 0.23 | 333.54 | 0.52 | 0.52 |
| Hex | C4 | 45 | 7D | 0 | 41 | 24 | 17 | 14E | 34 | 34 |
| Octal | 304 | 105 | 175 | 0 | 101 | 44 | 27 | 516 | 64 | 64 |
| Binary | 11000100 | 1000101 | 1111101 | 0 | 1000001 | 100100 | 10111 | 101001110 | 110100 | 110100 |
Color Harmonies of #C4457D
Complementary color
Monochromatic Colors of #C4457D
Black with #C4457D
Text Example
Text Example
White with #C4457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4457D; }
p { color: rgb(196,69,125); }
H1.HeaderClassName
{
color: #C4457D;
}
.AnyTagClassName
{
color: #C4457D;
}
</style>
background-color css
<style>
a { background-color: #C4457D; }
a { background-color: rgb(196,69,125); }
div.DivClassName
{
background-color: #C4457D;
}
.BgClassName
{
background-color: #C4457D;
}
</style>
border-color css
<style>
span { border-color: #C4457D; }
span { border-color: rgb(196,69,125); }
td.TdClassName
{
border-color: #C4457D;
}
.TagClassName
{
border-color: #C4457D;
}
</style>