Shades of Mulberry #C3488A
Tints of Mulberry #C3488A
RGB
CMYK
RGB Variations
Color information
#C3488A (or 0xC3488A) is known color: Mulberry. HEX triplet: C3, 48 and 8A. RGB value is (195,72,138). Sum of RGB (Red+Green+Blue) = 195+72+138=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3488A is #3CB775. Grayscale: #747474. Windows color (decimal): -3979126 or 9062595. OLE color: 9062595.
HSL color Cylindrical-coordinate representation of color #C3488A: hue angle of 327.8º 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 #C3488A is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 138 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.24 |
| HSL | 327.8º | 0.51% | 0.52% | - |
| HSV(B) | 327.8º | 0.63% | 0.76% | - |
| XYZ | 29.41 | 18.07 | 25.98 | - |
| YUV | 116.3 | 140.25 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 138 | 0 | 0.63 | 0.29 | 0.24 | 327.8 | 0.51 | 0.52 |
| Hex | C3 | 48 | 8A | 0 | 3F | 1D | 18 | 148 | 33 | 34 |
| Octal | 303 | 110 | 212 | 0 | 77 | 35 | 30 | 510 | 63 | 64 |
| Binary | 11000011 | 1001000 | 10001010 | 0 | 111111 | 11101 | 11000 | 101001000 | 110011 | 110100 |
Color Harmonies of #C3488A
Complementary color
Monochromatic Colors of #C3488A
Black with #C3488A
Text Example
Text Example
White with #C3488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3488A; }
p { color: rgb(195,72,138); }
H1.HeaderClassName
{
color: #C3488A;
}
.AnyTagClassName
{
color: #C3488A;
}
</style>
background-color css
<style>
a { background-color: #C3488A; }
a { background-color: rgb(195,72,138); }
div.DivClassName
{
background-color: #C3488A;
}
.BgClassName
{
background-color: #C3488A;
}
</style>
border-color css
<style>
span { border-color: #C3488A; }
span { border-color: rgb(195,72,138); }
td.TdClassName
{
border-color: #C3488A;
}
.TagClassName
{
border-color: #C3488A;
}
</style>