Shades of Mulberry #C34A9C
Tints of Mulberry #C34A9C
RGB
CMYK
RGB Variations
Color information
#C34A9C (or 0xC34A9C) is known color: Mulberry. HEX triplet: C3, 4A and 9C. RGB value is (195,74,156). Sum of RGB (Red+Green+Blue) = 195+74+156=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34A9C is #3CB563. Grayscale: #777777. Windows color (decimal): -3978596 or 10242755. OLE color: 10242755.
HSL color Cylindrical-coordinate representation of color #C34A9C: hue angle of 319.34º 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 #C34A9C is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 156 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.24 |
| HSL | 319.34º | 0.5% | 0.53% | - |
| HSV(B) | 319.34º | 0.62% | 0.76% | - |
| XYZ | 30.96 | 18.9 | 33.47 | - |
| YUV | 119.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 156 | 0 | 0.62 | 0.20 | 0.24 | 319.34 | 0.5 | 0.53 |
| Hex | C3 | 4A | 9C | 0 | 3E | 14 | 18 | 13F | 32 | 35 |
| Octal | 303 | 112 | 234 | 0 | 76 | 24 | 30 | 477 | 62 | 65 |
| Binary | 11000011 | 1001010 | 10011100 | 0 | 111110 | 10100 | 11000 | 100111111 | 110010 | 110101 |
Color Harmonies of #C34A9C
Complementary color
Monochromatic Colors of #C34A9C
Black with #C34A9C
Text Example
Text Example
White with #C34A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A9C; }
p { color: rgb(195,74,156); }
H1.HeaderClassName
{
color: #C34A9C;
}
.AnyTagClassName
{
color: #C34A9C;
}
</style>
background-color css
<style>
a { background-color: #C34A9C; }
a { background-color: rgb(195,74,156); }
div.DivClassName
{
background-color: #C34A9C;
}
.BgClassName
{
background-color: #C34A9C;
}
</style>
border-color css
<style>
span { border-color: #C34A9C; }
span { border-color: rgb(195,74,156); }
td.TdClassName
{
border-color: #C34A9C;
}
.TagClassName
{
border-color: #C34A9C;
}
</style>