Shades of Mulberry #C34BA5
Tints of Mulberry #C34BA5
RGB
CMYK
RGB Variations
Color information
#C34BA5 (or 0xC34BA5) is known color: Mulberry. HEX triplet: C3, 4B and A5. RGB value is (195,75,165). Sum of RGB (Red+Green+Blue) = 195+75+165=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C34BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34BA5 is #3CB45A. Grayscale: #787878. Windows color (decimal): -3978331 or 10832835. OLE color: 10832835.
HSL color Cylindrical-coordinate representation of color #C34BA5: hue angle of 315º 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 #C34BA5 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 165 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.24 |
| HSL | 315º | 0.5% | 0.53% | - |
| HSV(B) | 315º | 0.62% | 0.76% | - |
| XYZ | 31.81 | 19.35 | 37.66 | - |
| YUV | 121.14 | 152.76 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 165 | 0 | 0.62 | 0.15 | 0.24 | 315 | 0.5 | 0.53 |
| Hex | C3 | 4B | A5 | 0 | 3E | F | 18 | 13B | 32 | 35 |
| Octal | 303 | 113 | 245 | 0 | 76 | 17 | 30 | 473 | 62 | 65 |
| Binary | 11000011 | 1001011 | 10100101 | 0 | 111110 | 1111 | 11000 | 100111011 | 110010 | 110101 |
Color Harmonies of #C34BA5
Complementary color
Monochromatic Colors of #C34BA5
Black with #C34BA5
Text Example
Text Example
White with #C34BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34BA5; }
p { color: rgb(195,75,165); }
H1.HeaderClassName
{
color: #C34BA5;
}
.AnyTagClassName
{
color: #C34BA5;
}
</style>
background-color css
<style>
a { background-color: #C34BA5; }
a { background-color: rgb(195,75,165); }
div.DivClassName
{
background-color: #C34BA5;
}
.BgClassName
{
background-color: #C34BA5;
}
</style>
border-color css
<style>
span { border-color: #C34BA5; }
span { border-color: rgb(195,75,165); }
td.TdClassName
{
border-color: #C34BA5;
}
.TagClassName
{
border-color: #C34BA5;
}
</style>