Shades of Mulberry #C3428D
Tints of Mulberry #C3428D
RGB
CMYK
RGB Variations
Color information
#C3428D (or 0xC3428D) is known color: Mulberry. HEX triplet: C3, 42 and 8D. RGB value is (195,66,141). Sum of RGB (Red+Green+Blue) = 195+66+141=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3428D is #3CBD72. Grayscale: #707070. Windows color (decimal): -3980659 or 9257667. OLE color: 9257667.
HSL color Cylindrical-coordinate representation of color #C3428D: hue angle of 325.12º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C3428D is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 141 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.24 |
| HSL | 325.12º | 0.52% | 0.51% | - |
| HSV(B) | 325.12º | 0.66% | 0.76% | - |
| XYZ | 29.26 | 17.42 | 27.02 | - |
| YUV | 113.12 | 143.74 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 141 | 0 | 0.66 | 0.28 | 0.24 | 325.12 | 0.52 | 0.51 |
| Hex | C3 | 42 | 8D | 0 | 42 | 1C | 18 | 145 | 34 | 33 |
| Octal | 303 | 102 | 215 | 0 | 102 | 34 | 30 | 505 | 64 | 63 |
| Binary | 11000011 | 1000010 | 10001101 | 0 | 1000010 | 11100 | 11000 | 101000101 | 110100 | 110011 |
Color Harmonies of #C3428D
Complementary color
Monochromatic Colors of #C3428D
Black with #C3428D
Text Example
Text Example
White with #C3428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3428D; }
p { color: rgb(195,66,141); }
H1.HeaderClassName
{
color: #C3428D;
}
.AnyTagClassName
{
color: #C3428D;
}
</style>
background-color css
<style>
a { background-color: #C3428D; }
a { background-color: rgb(195,66,141); }
div.DivClassName
{
background-color: #C3428D;
}
.BgClassName
{
background-color: #C3428D;
}
</style>
border-color css
<style>
span { border-color: #C3428D; }
span { border-color: rgb(195,66,141); }
td.TdClassName
{
border-color: #C3428D;
}
.TagClassName
{
border-color: #C3428D;
}
</style>