Shades of Mulberry #C3488C
Tints of Mulberry #C3488C
RGB
CMYK
RGB Variations
Color information
#C3488C (or 0xC3488C) is known color: Mulberry. HEX triplet: C3, 48 and 8C. RGB value is (195,72,140). Sum of RGB (Red+Green+Blue) = 195+72+140=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3488C is #3CB773. Grayscale: #747474. Windows color (decimal): -3979124 or 9193667. OLE color: 9193667.
HSL color Cylindrical-coordinate representation of color #C3488C: hue angle of 326.83º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3488C is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 140 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.24 |
| HSL | 326.83º | 0.51% | 0.52% | - |
| HSV(B) | 326.83º | 0.63% | 0.76% | - |
| XYZ | 29.56 | 18.13 | 26.75 | - |
| YUV | 116.53 | 141.25 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 140 | 0 | 0.63 | 0.28 | 0.24 | 326.83 | 0.51 | 0.52 |
| Hex | C3 | 48 | 8C | 0 | 3F | 1C | 18 | 147 | 33 | 34 |
| Octal | 303 | 110 | 214 | 0 | 77 | 34 | 30 | 507 | 63 | 64 |
| Binary | 11000011 | 1001000 | 10001100 | 0 | 111111 | 11100 | 11000 | 101000111 | 110011 | 110100 |
Color Harmonies of #C3488C
Complementary color
Monochromatic Colors of #C3488C
Black with #C3488C
Text Example
Text Example
White with #C3488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3488C; }
p { color: rgb(195,72,140); }
H1.HeaderClassName
{
color: #C3488C;
}
.AnyTagClassName
{
color: #C3488C;
}
</style>
background-color css
<style>
a { background-color: #C3488C; }
a { background-color: rgb(195,72,140); }
div.DivClassName
{
background-color: #C3488C;
}
.BgClassName
{
background-color: #C3488C;
}
</style>
border-color css
<style>
span { border-color: #C3488C; }
span { border-color: rgb(195,72,140); }
td.TdClassName
{
border-color: #C3488C;
}
.TagClassName
{
border-color: #C3488C;
}
</style>