Shades of Mulberry #C3488E
Tints of Mulberry #C3488E
RGB
CMYK
RGB Variations
Color information
#C3488E (or 0xC3488E) is known color: Mulberry. HEX triplet: C3, 48 and 8E. RGB value is (195,72,142). Sum of RGB (Red+Green+Blue) = 195+72+142=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C3488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3488E is #3CB771. Grayscale: #747474. Windows color (decimal): -3979122 or 9324739. OLE color: 9324739.
HSL color Cylindrical-coordinate representation of color #C3488E: hue angle of 325.85º 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 #C3488E is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 142 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.24 |
| HSL | 325.85º | 0.51% | 0.52% | - |
| HSV(B) | 325.85º | 0.63% | 0.76% | - |
| XYZ | 29.71 | 18.19 | 27.54 | - |
| YUV | 116.76 | 142.25 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 142 | 0 | 0.63 | 0.27 | 0.24 | 325.85 | 0.51 | 0.52 |
| Hex | C3 | 48 | 8E | 0 | 3F | 1B | 18 | 146 | 33 | 34 |
| Octal | 303 | 110 | 216 | 0 | 77 | 33 | 30 | 506 | 63 | 64 |
| Binary | 11000011 | 1001000 | 10001110 | 0 | 111111 | 11011 | 11000 | 101000110 | 110011 | 110100 |
Color Harmonies of #C3488E
Complementary color
Monochromatic Colors of #C3488E
Black with #C3488E
Text Example
Text Example
White with #C3488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3488E; }
p { color: rgb(195,72,142); }
H1.HeaderClassName
{
color: #C3488E;
}
.AnyTagClassName
{
color: #C3488E;
}
</style>
background-color css
<style>
a { background-color: #C3488E; }
a { background-color: rgb(195,72,142); }
div.DivClassName
{
background-color: #C3488E;
}
.BgClassName
{
background-color: #C3488E;
}
</style>
border-color css
<style>
span { border-color: #C3488E; }
span { border-color: rgb(195,72,142); }
td.TdClassName
{
border-color: #C3488E;
}
.TagClassName
{
border-color: #C3488E;
}
</style>