Shades of Mulberry #C45483
Tints of Mulberry #C45483
RGB
CMYK
RGB Variations
Color information
#C45483 (or 0xC45483) is known color: Mulberry. HEX triplet: C4, 54 and 83. RGB value is (196,84,131). Sum of RGB (Red+Green+Blue) = 196+84+131=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C45483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45483 is #3BAB7C. Grayscale: #7A7A7A. Windows color (decimal): -3910525 or 8606916. OLE color: 8606916.
HSL color Cylindrical-coordinate representation of color #C45483: hue angle of 334.82º 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 #C45483 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 131 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.23 |
| HSL | 334.82º | 0.49% | 0.55% | - |
| HSV(B) | 334.82º | 0.57% | 0.77% | - |
| XYZ | 30.03 | 19.72 | 23.7 | - |
| YUV | 122.85 | 132.61 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 131 | 0 | 0.57 | 0.33 | 0.23 | 334.82 | 0.49 | 0.55 |
| Hex | C4 | 54 | 83 | 0 | 39 | 21 | 17 | 14F | 31 | 37 |
| Octal | 304 | 124 | 203 | 0 | 71 | 41 | 27 | 517 | 61 | 67 |
| Binary | 11000100 | 1010100 | 10000011 | 0 | 111001 | 100001 | 10111 | 101001111 | 110001 | 110111 |
Color Harmonies of #C45483
Complementary color
Monochromatic Colors of #C45483
Black with #C45483
Text Example
Text Example
White with #C45483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45483; }
p { color: rgb(196,84,131); }
H1.HeaderClassName
{
color: #C45483;
}
.AnyTagClassName
{
color: #C45483;
}
</style>
background-color css
<style>
a { background-color: #C45483; }
a { background-color: rgb(196,84,131); }
div.DivClassName
{
background-color: #C45483;
}
.BgClassName
{
background-color: #C45483;
}
</style>
border-color css
<style>
span { border-color: #C45483; }
span { border-color: rgb(196,84,131); }
td.TdClassName
{
border-color: #C45483;
}
.TagClassName
{
border-color: #C45483;
}
</style>