Shades of Mulberry #C34982
Tints of Mulberry #C34982
RGB
CMYK
RGB Variations
Color information
#C34982 (or 0xC34982) is known color: Mulberry. HEX triplet: C3, 49 and 82. RGB value is (195,73,130). Sum of RGB (Red+Green+Blue) = 195+73+130=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C34982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34982 is #3CB67D. Grayscale: #737373. Windows color (decimal): -3978878 or 8538563. OLE color: 8538563.
HSL color Cylindrical-coordinate representation of color #C34982: hue angle of 331.97º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34982 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 130 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.24 |
| HSL | 331.97º | 0.5% | 0.53% | - |
| HSV(B) | 331.97º | 0.63% | 0.76% | - |
| XYZ | 28.92 | 17.98 | 23.07 | - |
| YUV | 115.98 | 135.92 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 130 | 0 | 0.63 | 0.33 | 0.24 | 331.97 | 0.5 | 0.53 |
| Hex | C3 | 49 | 82 | 0 | 3F | 21 | 18 | 14C | 32 | 35 |
| Octal | 303 | 111 | 202 | 0 | 77 | 41 | 30 | 514 | 62 | 65 |
| Binary | 11000011 | 1001001 | 10000010 | 0 | 111111 | 100001 | 11000 | 101001100 | 110010 | 110101 |
Color Harmonies of #C34982
Complementary color
Monochromatic Colors of #C34982
Black with #C34982
Text Example
Text Example
White with #C34982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34982; }
p { color: rgb(195,73,130); }
H1.HeaderClassName
{
color: #C34982;
}
.AnyTagClassName
{
color: #C34982;
}
</style>
background-color css
<style>
a { background-color: #C34982; }
a { background-color: rgb(195,73,130); }
div.DivClassName
{
background-color: #C34982;
}
.BgClassName
{
background-color: #C34982;
}
</style>
border-color css
<style>
span { border-color: #C34982; }
span { border-color: rgb(195,73,130); }
td.TdClassName
{
border-color: #C34982;
}
.TagClassName
{
border-color: #C34982;
}
</style>