Shades of Mulberry #C3429E
Tints of Mulberry #C3429E
RGB
CMYK
RGB Variations
Color information
#C3429E (or 0xC3429E) is known color: Mulberry. HEX triplet: C3, 42 and 9E. RGB value is (195,66,158). Sum of RGB (Red+Green+Blue) = 195+66+158=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C3429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3429E is #3CBD61. Grayscale: #727272. Windows color (decimal): -3980642 or 10371779. OLE color: 10371779.
HSL color Cylindrical-coordinate representation of color #C3429E: hue angle of 317.21º 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 #C3429E is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 158 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.24 |
| HSL | 317.21º | 0.52% | 0.51% | - |
| HSV(B) | 317.21º | 0.66% | 0.76% | - |
| XYZ | 30.63 | 17.97 | 34.2 | - |
| YUV | 115.06 | 152.24 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 158 | 0 | 0.66 | 0.19 | 0.24 | 317.21 | 0.52 | 0.51 |
| Hex | C3 | 42 | 9E | 0 | 42 | 13 | 18 | 13D | 34 | 33 |
| Octal | 303 | 102 | 236 | 0 | 102 | 23 | 30 | 475 | 64 | 63 |
| Binary | 11000011 | 1000010 | 10011110 | 0 | 1000010 | 10011 | 11000 | 100111101 | 110100 | 110011 |
Color Harmonies of #C3429E
Complementary color
Monochromatic Colors of #C3429E
Black with #C3429E
Text Example
Text Example
White with #C3429E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3429E; }
p { color: rgb(195,66,158); }
H1.HeaderClassName
{
color: #C3429E;
}
.AnyTagClassName
{
color: #C3429E;
}
</style>
background-color css
<style>
a { background-color: #C3429E; }
a { background-color: rgb(195,66,158); }
div.DivClassName
{
background-color: #C3429E;
}
.BgClassName
{
background-color: #C3429E;
}
</style>
border-color css
<style>
span { border-color: #C3429E; }
span { border-color: rgb(195,66,158); }
td.TdClassName
{
border-color: #C3429E;
}
.TagClassName
{
border-color: #C3429E;
}
</style>