Shades of Mulberry #C3428E
Tints of Mulberry #C3428E
RGB
CMYK
RGB Variations
Color information
#C3428E (or 0xC3428E) is known color: Mulberry. HEX triplet: C3, 42 and 8E. RGB value is (195,66,142). Sum of RGB (Red+Green+Blue) = 195+66+142=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3428E is #3CBD71. Grayscale: #717171. Windows color (decimal): -3980658 or 9323203. OLE color: 9323203.
HSL color Cylindrical-coordinate representation of color #C3428E: hue angle of 324.65º 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 #C3428E is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 142 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.24 |
| HSL | 324.65º | 0.52% | 0.51% | - |
| HSV(B) | 324.65º | 0.66% | 0.76% | - |
| XYZ | 29.34 | 17.45 | 27.41 | - |
| YUV | 113.24 | 144.24 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 142 | 0 | 0.66 | 0.27 | 0.24 | 324.65 | 0.52 | 0.51 |
| Hex | C3 | 42 | 8E | 0 | 42 | 1B | 18 | 145 | 34 | 33 |
| Octal | 303 | 102 | 216 | 0 | 102 | 33 | 30 | 505 | 64 | 63 |
| Binary | 11000011 | 1000010 | 10001110 | 0 | 1000010 | 11011 | 11000 | 101000101 | 110100 | 110011 |
Color Harmonies of #C3428E
Complementary color
Monochromatic Colors of #C3428E
Black with #C3428E
Text Example
Text Example
White with #C3428E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3428E; }
p { color: rgb(195,66,142); }
H1.HeaderClassName
{
color: #C3428E;
}
.AnyTagClassName
{
color: #C3428E;
}
</style>
background-color css
<style>
a { background-color: #C3428E; }
a { background-color: rgb(195,66,142); }
div.DivClassName
{
background-color: #C3428E;
}
.BgClassName
{
background-color: #C3428E;
}
</style>
border-color css
<style>
span { border-color: #C3428E; }
span { border-color: rgb(195,66,142); }
td.TdClassName
{
border-color: #C3428E;
}
.TagClassName
{
border-color: #C3428E;
}
</style>