Shades of Mulberry #C34084
Tints of Mulberry #C34084
RGB
CMYK
RGB Variations
Color information
#C34084 (or 0xC34084) is known color: Mulberry. HEX triplet: C3, 40 and 84. RGB value is (195,64,132). Sum of RGB (Red+Green+Blue) = 195+64+132=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C34084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34084 is #3CBF7B. Grayscale: #6E6E6E. Windows color (decimal): -3981180 or 8667331. OLE color: 8667331.
HSL color Cylindrical-coordinate representation of color #C34084: hue angle of 328.85º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34084 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 132 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.24 |
| HSL | 328.85º | 0.52% | 0.51% | - |
| HSV(B) | 328.85º | 0.67% | 0.76% | - |
| XYZ | 28.5 | 16.93 | 23.6 | - |
| YUV | 110.92 | 139.9 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 132 | 0 | 0.67 | 0.32 | 0.24 | 328.85 | 0.52 | 0.51 |
| Hex | C3 | 40 | 84 | 0 | 43 | 20 | 18 | 149 | 34 | 33 |
| Octal | 303 | 100 | 204 | 0 | 103 | 40 | 30 | 511 | 64 | 63 |
| Binary | 11000011 | 1000000 | 10000100 | 0 | 1000011 | 100000 | 11000 | 101001001 | 110100 | 110011 |
Color Harmonies of #C34084
Complementary color
Monochromatic Colors of #C34084
Black with #C34084
Text Example
Text Example
White with #C34084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34084; }
p { color: rgb(195,64,132); }
H1.HeaderClassName
{
color: #C34084;
}
.AnyTagClassName
{
color: #C34084;
}
</style>
background-color css
<style>
a { background-color: #C34084; }
a { background-color: rgb(195,64,132); }
div.DivClassName
{
background-color: #C34084;
}
.BgClassName
{
background-color: #C34084;
}
</style>
border-color css
<style>
span { border-color: #C34084; }
span { border-color: rgb(195,64,132); }
td.TdClassName
{
border-color: #C34084;
}
.TagClassName
{
border-color: #C34084;
}
</style>