Shades of Mulberry #C3489B
Tints of Mulberry #C3489B
RGB
CMYK
RGB Variations
Color information
#C3489B (or 0xC3489B) is known color: Mulberry. HEX triplet: C3, 48 and 9B. RGB value is (195,72,155). Sum of RGB (Red+Green+Blue) = 195+72+155=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C3489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3489B is #3CB764. Grayscale: #767676. Windows color (decimal): -3979109 or 10176707. OLE color: 10176707.
HSL color Cylindrical-coordinate representation of color #C3489B: hue angle of 319.51º 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 #C3489B is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 155 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.24 |
| HSL | 319.51º | 0.51% | 0.52% | - |
| HSV(B) | 319.51º | 0.63% | 0.76% | - |
| XYZ | 30.74 | 18.6 | 32.98 | - |
| YUV | 118.24 | 148.75 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 155 | 0 | 0.63 | 0.21 | 0.24 | 319.51 | 0.51 | 0.52 |
| Hex | C3 | 48 | 9B | 0 | 3F | 15 | 18 | 140 | 33 | 34 |
| Octal | 303 | 110 | 233 | 0 | 77 | 25 | 30 | 500 | 63 | 64 |
| Binary | 11000011 | 1001000 | 10011011 | 0 | 111111 | 10101 | 11000 | 101000000 | 110011 | 110100 |
Color Harmonies of #C3489B
Complementary color
Monochromatic Colors of #C3489B
Black with #C3489B
Text Example
Text Example
White with #C3489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3489B; }
p { color: rgb(195,72,155); }
H1.HeaderClassName
{
color: #C3489B;
}
.AnyTagClassName
{
color: #C3489B;
}
</style>
background-color css
<style>
a { background-color: #C3489B; }
a { background-color: rgb(195,72,155); }
div.DivClassName
{
background-color: #C3489B;
}
.BgClassName
{
background-color: #C3489B;
}
</style>
border-color css
<style>
span { border-color: #C3489B; }
span { border-color: rgb(195,72,155); }
td.TdClassName
{
border-color: #C3489B;
}
.TagClassName
{
border-color: #C3489B;
}
</style>