Shades of Mulberry #C34C82
Tints of Mulberry #C34C82
RGB
CMYK
RGB Variations
Color information
#C34C82 (or 0xC34C82) is known color: Mulberry. HEX triplet: C3, 4C and 82. RGB value is (195,76,130). Sum of RGB (Red+Green+Blue) = 195+76+130=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34C82 is #3CB37D. Grayscale: #757575. Windows color (decimal): -3978110 or 8539331. OLE color: 8539331.
HSL color Cylindrical-coordinate representation of color #C34C82: hue angle of 332.77º 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 #C34C82 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 130 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.24 |
| HSL | 332.77º | 0.5% | 0.53% | - |
| HSV(B) | 332.77º | 0.61% | 0.76% | - |
| XYZ | 29.12 | 18.38 | 23.13 | - |
| YUV | 117.74 | 134.92 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 130 | 0 | 0.61 | 0.33 | 0.24 | 332.77 | 0.5 | 0.53 |
| Hex | C3 | 4C | 82 | 0 | 3D | 21 | 18 | 14D | 32 | 35 |
| Octal | 303 | 114 | 202 | 0 | 75 | 41 | 30 | 515 | 62 | 65 |
| Binary | 11000011 | 1001100 | 10000010 | 0 | 111101 | 100001 | 11000 | 101001101 | 110010 | 110101 |
Color Harmonies of #C34C82
Complementary color
Monochromatic Colors of #C34C82
Black with #C34C82
Text Example
Text Example
White with #C34C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34C82; }
p { color: rgb(195,76,130); }
H1.HeaderClassName
{
color: #C34C82;
}
.AnyTagClassName
{
color: #C34C82;
}
</style>
background-color css
<style>
a { background-color: #C34C82; }
a { background-color: rgb(195,76,130); }
div.DivClassName
{
background-color: #C34C82;
}
.BgClassName
{
background-color: #C34C82;
}
</style>
border-color css
<style>
span { border-color: #C34C82; }
span { border-color: rgb(195,76,130); }
td.TdClassName
{
border-color: #C34C82;
}
.TagClassName
{
border-color: #C34C82;
}
</style>