Shades of Mulberry #C34A8B
Tints of Mulberry #C34A8B
RGB
CMYK
RGB Variations
Color information
#C34A8B (or 0xC34A8B) is known color: Mulberry. HEX triplet: C3, 4A and 8B. RGB value is (195,74,139). Sum of RGB (Red+Green+Blue) = 195+74+139=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34A8B is #3CB574. Grayscale: #757575. Windows color (decimal): -3978613 or 9128643. OLE color: 9128643.
HSL color Cylindrical-coordinate representation of color #C34A8B: hue angle of 327.77º 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 #C34A8B is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 139 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.24 |
| HSL | 327.77º | 0.5% | 0.53% | - |
| HSV(B) | 327.77º | 0.62% | 0.76% | - |
| XYZ | 29.61 | 18.36 | 26.41 | - |
| YUV | 117.59 | 140.09 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 139 | 0 | 0.62 | 0.29 | 0.24 | 327.77 | 0.5 | 0.53 |
| Hex | C3 | 4A | 8B | 0 | 3E | 1D | 18 | 148 | 32 | 35 |
| Octal | 303 | 112 | 213 | 0 | 76 | 35 | 30 | 510 | 62 | 65 |
| Binary | 11000011 | 1001010 | 10001011 | 0 | 111110 | 11101 | 11000 | 101001000 | 110010 | 110101 |
Color Harmonies of #C34A8B
Complementary color
Monochromatic Colors of #C34A8B
Black with #C34A8B
Text Example
Text Example
White with #C34A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A8B; }
p { color: rgb(195,74,139); }
H1.HeaderClassName
{
color: #C34A8B;
}
.AnyTagClassName
{
color: #C34A8B;
}
</style>
background-color css
<style>
a { background-color: #C34A8B; }
a { background-color: rgb(195,74,139); }
div.DivClassName
{
background-color: #C34A8B;
}
.BgClassName
{
background-color: #C34A8B;
}
</style>
border-color css
<style>
span { border-color: #C34A8B; }
span { border-color: rgb(195,74,139); }
td.TdClassName
{
border-color: #C34A8B;
}
.TagClassName
{
border-color: #C34A8B;
}
</style>