Shades of Mulberry #C34A8D
Tints of Mulberry #C34A8D
RGB
CMYK
RGB Variations
Color information
#C34A8D (or 0xC34A8D) is known color: Mulberry. HEX triplet: C3, 4A and 8D. RGB value is (195,74,141). Sum of RGB (Red+Green+Blue) = 195+74+141=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34A8D is #3CB572. Grayscale: #757575. Windows color (decimal): -3978611 or 9259715. OLE color: 9259715.
HSL color Cylindrical-coordinate representation of color #C34A8D: hue angle of 326.78º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34A8D is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 141 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.24 |
| HSL | 326.78º | 0.5% | 0.53% | - |
| HSV(B) | 326.78º | 0.62% | 0.76% | - |
| XYZ | 29.76 | 18.42 | 27.19 | - |
| YUV | 117.82 | 141.09 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 141 | 0 | 0.62 | 0.28 | 0.24 | 326.78 | 0.5 | 0.53 |
| Hex | C3 | 4A | 8D | 0 | 3E | 1C | 18 | 147 | 32 | 35 |
| Octal | 303 | 112 | 215 | 0 | 76 | 34 | 30 | 507 | 62 | 65 |
| Binary | 11000011 | 1001010 | 10001101 | 0 | 111110 | 11100 | 11000 | 101000111 | 110010 | 110101 |
Color Harmonies of #C34A8D
Complementary color
Monochromatic Colors of #C34A8D
Black with #C34A8D
Text Example
Text Example
White with #C34A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A8D; }
p { color: rgb(195,74,141); }
H1.HeaderClassName
{
color: #C34A8D;
}
.AnyTagClassName
{
color: #C34A8D;
}
</style>
background-color css
<style>
a { background-color: #C34A8D; }
a { background-color: rgb(195,74,141); }
div.DivClassName
{
background-color: #C34A8D;
}
.BgClassName
{
background-color: #C34A8D;
}
</style>
border-color css
<style>
span { border-color: #C34A8D; }
span { border-color: rgb(195,74,141); }
td.TdClassName
{
border-color: #C34A8D;
}
.TagClassName
{
border-color: #C34A8D;
}
</style>