Shades of Mulberry #C34CA6
Tints of Mulberry #C34CA6
RGB
CMYK
RGB Variations
Color information
#C34CA6 (or 0xC34CA6) is known color: Mulberry. HEX triplet: C3, 4C and A6. RGB value is (195,76,166). Sum of RGB (Red+Green+Blue) = 195+76+166=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34CA6 is #3CB359. Grayscale: #797979. Windows color (decimal): -3978074 or 10898627. OLE color: 10898627.
HSL color Cylindrical-coordinate representation of color #C34CA6: hue angle of 314.62º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34CA6 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 166 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.24 |
| HSL | 314.62º | 0.5% | 0.53% | - |
| HSV(B) | 314.62º | 0.61% | 0.76% | - |
| XYZ | 31.97 | 19.52 | 38.16 | - |
| YUV | 121.84 | 152.92 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 166 | 0 | 0.61 | 0.15 | 0.24 | 314.62 | 0.5 | 0.53 |
| Hex | C3 | 4C | A6 | 0 | 3D | F | 18 | 13B | 32 | 35 |
| Octal | 303 | 114 | 246 | 0 | 75 | 17 | 30 | 473 | 62 | 65 |
| Binary | 11000011 | 1001100 | 10100110 | 0 | 111101 | 1111 | 11000 | 100111011 | 110010 | 110101 |
Color Harmonies of #C34CA6
Complementary color
Monochromatic Colors of #C34CA6
Black with #C34CA6
Text Example
Text Example
White with #C34CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34CA6; }
p { color: rgb(195,76,166); }
H1.HeaderClassName
{
color: #C34CA6;
}
.AnyTagClassName
{
color: #C34CA6;
}
</style>
background-color css
<style>
a { background-color: #C34CA6; }
a { background-color: rgb(195,76,166); }
div.DivClassName
{
background-color: #C34CA6;
}
.BgClassName
{
background-color: #C34CA6;
}
</style>
border-color css
<style>
span { border-color: #C34CA6; }
span { border-color: rgb(195,76,166); }
td.TdClassName
{
border-color: #C34CA6;
}
.TagClassName
{
border-color: #C34CA6;
}
</style>