Shades of Mulberry #C34BA4
Tints of Mulberry #C34BA4
RGB
CMYK
RGB Variations
Color information
#C34BA4 (or 0xC34BA4) is known color: Mulberry. HEX triplet: C3, 4B and A4. RGB value is (195,75,164). Sum of RGB (Red+Green+Blue) = 195+75+164=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C34BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34BA4 is #3CB45B. Grayscale: #787878. Windows color (decimal): -3978332 or 10767299. OLE color: 10767299.
HSL color Cylindrical-coordinate representation of color #C34BA4: hue angle of 315.5º 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 #C34BA4 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 164 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.24 |
| HSL | 315.5º | 0.5% | 0.53% | - |
| HSV(B) | 315.5º | 0.62% | 0.76% | - |
| XYZ | 31.72 | 19.31 | 37.18 | - |
| YUV | 121.03 | 152.26 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 164 | 0 | 0.62 | 0.16 | 0.24 | 315.5 | 0.5 | 0.53 |
| Hex | C3 | 4B | A4 | 0 | 3E | 10 | 18 | 13C | 32 | 35 |
| Octal | 303 | 113 | 244 | 0 | 76 | 20 | 30 | 474 | 62 | 65 |
| Binary | 11000011 | 1001011 | 10100100 | 0 | 111110 | 10000 | 11000 | 100111100 | 110010 | 110101 |
Color Harmonies of #C34BA4
Complementary color
Monochromatic Colors of #C34BA4
Black with #C34BA4
Text Example
Text Example
White with #C34BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34BA4; }
p { color: rgb(195,75,164); }
H1.HeaderClassName
{
color: #C34BA4;
}
.AnyTagClassName
{
color: #C34BA4;
}
</style>
background-color css
<style>
a { background-color: #C34BA4; }
a { background-color: rgb(195,75,164); }
div.DivClassName
{
background-color: #C34BA4;
}
.BgClassName
{
background-color: #C34BA4;
}
</style>
border-color css
<style>
span { border-color: #C34BA4; }
span { border-color: rgb(195,75,164); }
td.TdClassName
{
border-color: #C34BA4;
}
.TagClassName
{
border-color: #C34BA4;
}
</style>