Shades of Mulberry #C44683
Tints of Mulberry #C44683
RGB
CMYK
RGB Variations
Color information
#C44683 (or 0xC44683) is known color: Mulberry. HEX triplet: C4, 46 and 83. RGB value is (196,70,131). Sum of RGB (Red+Green+Blue) = 196+70+131=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C44683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44683 is #3BB97C. Grayscale: #727272. Windows color (decimal): -3914109 or 8603332. OLE color: 8603332.
HSL color Cylindrical-coordinate representation of color #C44683: hue angle of 330.95º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44683 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 131 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.23 |
| HSL | 330.95º | 0.52% | 0.52% | - |
| HSV(B) | 330.95º | 0.64% | 0.77% | - |
| XYZ | 29.05 | 17.75 | 23.37 | - |
| YUV | 114.63 | 137.24 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 131 | 0 | 0.64 | 0.33 | 0.23 | 330.95 | 0.52 | 0.52 |
| Hex | C4 | 46 | 83 | 0 | 40 | 21 | 17 | 14B | 34 | 34 |
| Octal | 304 | 106 | 203 | 0 | 100 | 41 | 27 | 513 | 64 | 64 |
| Binary | 11000100 | 1000110 | 10000011 | 0 | 1000000 | 100001 | 10111 | 101001011 | 110100 | 110100 |
Color Harmonies of #C44683
Complementary color
Monochromatic Colors of #C44683
Black with #C44683
Text Example
Text Example
White with #C44683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44683; }
p { color: rgb(196,70,131); }
H1.HeaderClassName
{
color: #C44683;
}
.AnyTagClassName
{
color: #C44683;
}
</style>
background-color css
<style>
a { background-color: #C44683; }
a { background-color: rgb(196,70,131); }
div.DivClassName
{
background-color: #C44683;
}
.BgClassName
{
background-color: #C44683;
}
</style>
border-color css
<style>
span { border-color: #C44683; }
span { border-color: rgb(196,70,131); }
td.TdClassName
{
border-color: #C44683;
}
.TagClassName
{
border-color: #C44683;
}
</style>