Shades of Mulberry #C3429C
Tints of Mulberry #C3429C
RGB
CMYK
RGB Variations
Color information
#C3429C (or 0xC3429C) is known color: Mulberry. HEX triplet: C3, 42 and 9C. RGB value is (195,66,156). Sum of RGB (Red+Green+Blue) = 195+66+156=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C3429C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3429C is #3CBD63. Grayscale: #727272. Windows color (decimal): -3980644 or 10240707. OLE color: 10240707.
HSL color Cylindrical-coordinate representation of color #C3429C: hue angle of 318.14º 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 #C3429C is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 156 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.24 |
| HSL | 318.14º | 0.52% | 0.51% | - |
| HSV(B) | 318.14º | 0.66% | 0.76% | - |
| XYZ | 30.45 | 17.9 | 33.3 | - |
| YUV | 114.83 | 151.24 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 156 | 0 | 0.66 | 0.20 | 0.24 | 318.14 | 0.52 | 0.51 |
| Hex | C3 | 42 | 9C | 0 | 42 | 14 | 18 | 13E | 34 | 33 |
| Octal | 303 | 102 | 234 | 0 | 102 | 24 | 30 | 476 | 64 | 63 |
| Binary | 11000011 | 1000010 | 10011100 | 0 | 1000010 | 10100 | 11000 | 100111110 | 110100 | 110011 |
Color Harmonies of #C3429C
Complementary color
Monochromatic Colors of #C3429C
Black with #C3429C
Text Example
Text Example
White with #C3429C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3429C; }
p { color: rgb(195,66,156); }
H1.HeaderClassName
{
color: #C3429C;
}
.AnyTagClassName
{
color: #C3429C;
}
</style>
background-color css
<style>
a { background-color: #C3429C; }
a { background-color: rgb(195,66,156); }
div.DivClassName
{
background-color: #C3429C;
}
.BgClassName
{
background-color: #C3429C;
}
</style>
border-color css
<style>
span { border-color: #C3429C; }
span { border-color: rgb(195,66,156); }
td.TdClassName
{
border-color: #C3429C;
}
.TagClassName
{
border-color: #C3429C;
}
</style>