Shades of Mulberry #C34480
Tints of Mulberry #C34480
RGB
CMYK
RGB Variations
Color information
#C34480 (or 0xC34480) is known color: Mulberry. HEX triplet: C3, 44 and 80. RGB value is (195,68,128). Sum of RGB (Red+Green+Blue) = 195+68+128=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C34480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34480 is #3CBB7F. Grayscale: #707070. Windows color (decimal): -3980160 or 8406211. OLE color: 8406211.
HSL color Cylindrical-coordinate representation of color #C34480: hue angle of 331.65º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34480 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 128 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.24 |
| HSL | 331.65º | 0.51% | 0.52% | - |
| HSV(B) | 331.65º | 0.65% | 0.76% | - |
| XYZ | 28.47 | 17.29 | 22.26 | - |
| YUV | 112.81 | 136.58 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 128 | 0 | 0.65 | 0.34 | 0.24 | 331.65 | 0.51 | 0.52 |
| Hex | C3 | 44 | 80 | 0 | 41 | 22 | 18 | 14C | 33 | 34 |
| Octal | 303 | 104 | 200 | 0 | 101 | 42 | 30 | 514 | 63 | 64 |
| Binary | 11000011 | 1000100 | 10000000 | 0 | 1000001 | 100010 | 11000 | 101001100 | 110011 | 110100 |
Color Harmonies of #C34480
Complementary color
Monochromatic Colors of #C34480
Black with #C34480
Text Example
Text Example
White with #C34480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34480; }
p { color: rgb(195,68,128); }
H1.HeaderClassName
{
color: #C34480;
}
.AnyTagClassName
{
color: #C34480;
}
</style>
background-color css
<style>
a { background-color: #C34480; }
a { background-color: rgb(195,68,128); }
div.DivClassName
{
background-color: #C34480;
}
.BgClassName
{
background-color: #C34480;
}
</style>
border-color css
<style>
span { border-color: #C34480; }
span { border-color: rgb(195,68,128); }
td.TdClassName
{
border-color: #C34480;
}
.TagClassName
{
border-color: #C34480;
}
</style>