Shades of Mulberry #C34BA7
Tints of Mulberry #C34BA7
RGB
CMYK
RGB Variations
Color information
#C34BA7 (or 0xC34BA7) is known color: Mulberry. HEX triplet: C3, 4B and A7. RGB value is (195,75,167). Sum of RGB (Red+Green+Blue) = 195+75+167=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 167 (65.62% from 255 or 38.22% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C34BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34BA7 is #3CB458. Grayscale: #797979. Windows color (decimal): -3978329 or 10963907. OLE color: 10963907.
HSL color Cylindrical-coordinate representation of color #C34BA7: hue angle of 314º 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 #C34BA7 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 167 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.24 |
| HSL | 314º | 0.5% | 0.53% | - |
| HSV(B) | 314º | 0.62% | 0.76% | - |
| XYZ | 32 | 19.42 | 38.62 | - |
| YUV | 121.37 | 153.76 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 167 | 0 | 0.62 | 0.14 | 0.24 | 314 | 0.5 | 0.53 |
| Hex | C3 | 4B | A7 | 0 | 3E | E | 18 | 13A | 32 | 35 |
| Octal | 303 | 113 | 247 | 0 | 76 | 16 | 30 | 472 | 62 | 65 |
| Binary | 11000011 | 1001011 | 10100111 | 0 | 111110 | 1110 | 11000 | 100111010 | 110010 | 110101 |
Color Harmonies of #C34BA7
Complementary color
Monochromatic Colors of #C34BA7
Black with #C34BA7
Text Example
Text Example
White with #C34BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34BA7; }
p { color: rgb(195,75,167); }
H1.HeaderClassName
{
color: #C34BA7;
}
.AnyTagClassName
{
color: #C34BA7;
}
</style>
background-color css
<style>
a { background-color: #C34BA7; }
a { background-color: rgb(195,75,167); }
div.DivClassName
{
background-color: #C34BA7;
}
.BgClassName
{
background-color: #C34BA7;
}
</style>
border-color css
<style>
span { border-color: #C34BA7; }
span { border-color: rgb(195,75,167); }
td.TdClassName
{
border-color: #C34BA7;
}
.TagClassName
{
border-color: #C34BA7;
}
</style>