Shades of Mulberry #C34696
Tints of Mulberry #C34696
RGB
CMYK
RGB Variations
Color information
#C34696 (or 0xC34696) is known color: Mulberry. HEX triplet: C3, 46 and 96. RGB value is (195,70,150). Sum of RGB (Red+Green+Blue) = 195+70+150=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C34696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34696 is #3CB969. Grayscale: #747474. Windows color (decimal): -3979626 or 9848515. OLE color: 9848515.
HSL color Cylindrical-coordinate representation of color #C34696: hue angle of 321.6º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C34696 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 150 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.24 |
| HSL | 321.6º | 0.51% | 0.52% | - |
| HSV(B) | 321.6º | 0.64% | 0.76% | - |
| XYZ | 30.2 | 18.18 | 30.77 | - |
| YUV | 116.5 | 146.91 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 150 | 0 | 0.64 | 0.23 | 0.24 | 321.6 | 0.51 | 0.52 |
| Hex | C3 | 46 | 96 | 0 | 40 | 17 | 18 | 142 | 33 | 34 |
| Octal | 303 | 106 | 226 | 0 | 100 | 27 | 30 | 502 | 63 | 64 |
| Binary | 11000011 | 1000110 | 10010110 | 0 | 1000000 | 10111 | 11000 | 101000010 | 110011 | 110100 |
Color Harmonies of #C34696
Complementary color
Monochromatic Colors of #C34696
Black with #C34696
Text Example
Text Example
White with #C34696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34696; }
p { color: rgb(195,70,150); }
H1.HeaderClassName
{
color: #C34696;
}
.AnyTagClassName
{
color: #C34696;
}
</style>
background-color css
<style>
a { background-color: #C34696; }
a { background-color: rgb(195,70,150); }
div.DivClassName
{
background-color: #C34696;
}
.BgClassName
{
background-color: #C34696;
}
</style>
border-color css
<style>
span { border-color: #C34696; }
span { border-color: rgb(195,70,150); }
td.TdClassName
{
border-color: #C34696;
}
.TagClassName
{
border-color: #C34696;
}
</style>