Shades of Mulberry #C3489A
Tints of Mulberry #C3489A
RGB
CMYK
RGB Variations
Color information
#C3489A (or 0xC3489A) is known color: Mulberry. HEX triplet: C3, 48 and 9A. RGB value is (195,72,154). Sum of RGB (Red+Green+Blue) = 195+72+154=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C3489A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3489A is #3CB765. Grayscale: #757575. Windows color (decimal): -3979110 or 10111171. OLE color: 10111171.
HSL color Cylindrical-coordinate representation of color #C3489A: hue angle of 320º 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 #C3489A is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 154 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.24 |
| HSL | 320º | 0.51% | 0.52% | - |
| HSV(B) | 320º | 0.63% | 0.76% | - |
| XYZ | 30.66 | 18.57 | 32.54 | - |
| YUV | 118.13 | 148.25 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 154 | 0 | 0.63 | 0.21 | 0.24 | 320 | 0.51 | 0.52 |
| Hex | C3 | 48 | 9A | 0 | 3F | 15 | 18 | 140 | 33 | 34 |
| Octal | 303 | 110 | 232 | 0 | 77 | 25 | 30 | 500 | 63 | 64 |
| Binary | 11000011 | 1001000 | 10011010 | 0 | 111111 | 10101 | 11000 | 101000000 | 110011 | 110100 |
Color Harmonies of #C3489A
Complementary color
Monochromatic Colors of #C3489A
Black with #C3489A
Text Example
Text Example
White with #C3489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3489A; }
p { color: rgb(195,72,154); }
H1.HeaderClassName
{
color: #C3489A;
}
.AnyTagClassName
{
color: #C3489A;
}
</style>
background-color css
<style>
a { background-color: #C3489A; }
a { background-color: rgb(195,72,154); }
div.DivClassName
{
background-color: #C3489A;
}
.BgClassName
{
background-color: #C3489A;
}
</style>
border-color css
<style>
span { border-color: #C3489A; }
span { border-color: rgb(195,72,154); }
td.TdClassName
{
border-color: #C3489A;
}
.TagClassName
{
border-color: #C3489A;
}
</style>