Shades of Mulberry #C34CA5
Tints of Mulberry #C34CA5
RGB
CMYK
RGB Variations
Color information
#C34CA5 (or 0xC34CA5) is known color: Mulberry. HEX triplet: C3, 4C and A5. RGB value is (195,76,165). Sum of RGB (Red+Green+Blue) = 195+76+165=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34CA5 is #3CB35A. Grayscale: #797979. Windows color (decimal): -3978075 or 10833091. OLE color: 10833091.
HSL color Cylindrical-coordinate representation of color #C34CA5: hue angle of 315.13º 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 #C34CA5 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 165 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.24 |
| HSL | 315.13º | 0.5% | 0.53% | - |
| HSV(B) | 315.13º | 0.61% | 0.76% | - |
| XYZ | 31.88 | 19.49 | 37.68 | - |
| YUV | 121.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 165 | 0 | 0.61 | 0.15 | 0.24 | 315.13 | 0.5 | 0.53 |
| Hex | C3 | 4C | A5 | 0 | 3D | F | 18 | 13B | 32 | 35 |
| Octal | 303 | 114 | 245 | 0 | 75 | 17 | 30 | 473 | 62 | 65 |
| Binary | 11000011 | 1001100 | 10100101 | 0 | 111101 | 1111 | 11000 | 100111011 | 110010 | 110101 |
Color Harmonies of #C34CA5
Complementary color
Monochromatic Colors of #C34CA5
Black with #C34CA5
Text Example
Text Example
White with #C34CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34CA5; }
p { color: rgb(195,76,165); }
H1.HeaderClassName
{
color: #C34CA5;
}
.AnyTagClassName
{
color: #C34CA5;
}
</style>
background-color css
<style>
a { background-color: #C34CA5; }
a { background-color: rgb(195,76,165); }
div.DivClassName
{
background-color: #C34CA5;
}
.BgClassName
{
background-color: #C34CA5;
}
</style>
border-color css
<style>
span { border-color: #C34CA5; }
span { border-color: rgb(195,76,165); }
td.TdClassName
{
border-color: #C34CA5;
}
.TagClassName
{
border-color: #C34CA5;
}
</style>