Shades of Mulberry #C0488A
Tints of Mulberry #C0488A
RGB
CMYK
RGB Variations
Color information
#C0488A (or 0xC0488A) is known color: Mulberry. HEX triplet: C0, 48 and 8A. RGB value is (192,72,138). Sum of RGB (Red+Green+Blue) = 192+72+138=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0488A is #3FB775. Grayscale: #737373. Windows color (decimal): -4175734 or 9062592. OLE color: 9062592.
HSL color Cylindrical-coordinate representation of color #C0488A: hue angle of 327º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0488A is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 138 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.25 |
| HSL | 327º | 0.49% | 0.52% | - |
| HSV(B) | 327º | 0.63% | 0.75% | - |
| XYZ | 28.64 | 17.68 | 25.95 | - |
| YUV | 115.4 | 140.76 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 138 | 0 | 0.63 | 0.28 | 0.25 | 327 | 0.49 | 0.52 |
| Hex | C0 | 48 | 8A | 0 | 3F | 1C | 19 | 147 | 31 | 34 |
| Octal | 300 | 110 | 212 | 0 | 77 | 34 | 31 | 507 | 61 | 64 |
| Binary | 11000000 | 1001000 | 10001010 | 0 | 111111 | 11100 | 11001 | 101000111 | 110001 | 110100 |
Color Harmonies of #C0488A
Complementary color
Monochromatic Colors of #C0488A
Black with #C0488A
Text Example
Text Example
White with #C0488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0488A; }
p { color: rgb(192,72,138); }
H1.HeaderClassName
{
color: #C0488A;
}
.AnyTagClassName
{
color: #C0488A;
}
</style>
background-color css
<style>
a { background-color: #C0488A; }
a { background-color: rgb(192,72,138); }
div.DivClassName
{
background-color: #C0488A;
}
.BgClassName
{
background-color: #C0488A;
}
</style>
border-color css
<style>
span { border-color: #C0488A; }
span { border-color: rgb(192,72,138); }
td.TdClassName
{
border-color: #C0488A;
}
.TagClassName
{
border-color: #C0488A;
}
</style>