Shades of Mulberry #C45494
Tints of Mulberry #C45494
RGB
CMYK
RGB Variations
Color information
#C45494 (or 0xC45494) is known color: Mulberry. HEX triplet: C4, 54 and 94. RGB value is (196,84,148). Sum of RGB (Red+Green+Blue) = 196+84+148=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C45494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45494 is #3BAB6B. Grayscale: #7C7C7C. Windows color (decimal): -3910508 or 9721028. OLE color: 9721028.
HSL color Cylindrical-coordinate representation of color #C45494: hue angle of 325.71º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C45494 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 148 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.23 |
| HSL | 325.71º | 0.49% | 0.55% | - |
| HSV(B) | 325.71º | 0.57% | 0.77% | - |
| XYZ | 31.28 | 20.21 | 30.27 | - |
| YUV | 124.78 | 141.11 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 148 | 0 | 0.57 | 0.24 | 0.23 | 325.71 | 0.49 | 0.55 |
| Hex | C4 | 54 | 94 | 0 | 39 | 18 | 17 | 146 | 31 | 37 |
| Octal | 304 | 124 | 224 | 0 | 71 | 30 | 27 | 506 | 61 | 67 |
| Binary | 11000100 | 1010100 | 10010100 | 0 | 111001 | 11000 | 10111 | 101000110 | 110001 | 110111 |
Color Harmonies of #C45494
Complementary color
Monochromatic Colors of #C45494
Black with #C45494
Text Example
Text Example
White with #C45494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45494; }
p { color: rgb(196,84,148); }
H1.HeaderClassName
{
color: #C45494;
}
.AnyTagClassName
{
color: #C45494;
}
</style>
background-color css
<style>
a { background-color: #C45494; }
a { background-color: rgb(196,84,148); }
div.DivClassName
{
background-color: #C45494;
}
.BgClassName
{
background-color: #C45494;
}
</style>
border-color css
<style>
span { border-color: #C45494; }
span { border-color: rgb(196,84,148); }
td.TdClassName
{
border-color: #C45494;
}
.TagClassName
{
border-color: #C45494;
}
</style>