Shades of Mulberry #C44285
Tints of Mulberry #C44285
RGB
CMYK
RGB Variations
Color information
#C44285 (or 0xC44285) is known color: Mulberry. HEX triplet: C4, 42 and 85. RGB value is (196,66,133). Sum of RGB (Red+Green+Blue) = 196+66+133=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C44285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44285 is #3BBD7A. Grayscale: #707070. Windows color (decimal): -3915131 or 8733380. OLE color: 8733380.
HSL color Cylindrical-coordinate representation of color #C44285: hue angle of 329.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44285 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 133 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.23 |
| HSL | 329.08º | 0.52% | 0.51% | - |
| HSV(B) | 329.08º | 0.66% | 0.77% | - |
| XYZ | 28.95 | 17.33 | 24.01 | - |
| YUV | 112.51 | 139.57 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 133 | 0 | 0.66 | 0.32 | 0.23 | 329.08 | 0.52 | 0.51 |
| Hex | C4 | 42 | 85 | 0 | 42 | 20 | 17 | 149 | 34 | 33 |
| Octal | 304 | 102 | 205 | 0 | 102 | 40 | 27 | 511 | 64 | 63 |
| Binary | 11000100 | 1000010 | 10000101 | 0 | 1000010 | 100000 | 10111 | 101001001 | 110100 | 110011 |
Color Harmonies of #C44285
Complementary color
Monochromatic Colors of #C44285
Black with #C44285
Text Example
Text Example
White with #C44285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44285; }
p { color: rgb(196,66,133); }
H1.HeaderClassName
{
color: #C44285;
}
.AnyTagClassName
{
color: #C44285;
}
</style>
background-color css
<style>
a { background-color: #C44285; }
a { background-color: rgb(196,66,133); }
div.DivClassName
{
background-color: #C44285;
}
.BgClassName
{
background-color: #C44285;
}
</style>
border-color css
<style>
span { border-color: #C44285; }
span { border-color: rgb(196,66,133); }
td.TdClassName
{
border-color: #C44285;
}
.TagClassName
{
border-color: #C44285;
}
</style>