Shades of Mulberry #C04CA4
Tints of Mulberry #C04CA4
RGB
CMYK
RGB Variations
Color information
#C04CA4 (or 0xC04CA4) is known color: Mulberry. HEX triplet: C0, 4C and A4. RGB value is (192,76,164). Sum of RGB (Red+Green+Blue) = 192+76+164=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04CA4 is #3FB35B. Grayscale: #787878. Windows color (decimal): -4174684 or 10767552. OLE color: 10767552.
HSL color Cylindrical-coordinate representation of color #C04CA4: hue angle of 314.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04CA4 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 164 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.25 |
| HSL | 314.48º | 0.48% | 0.53% | - |
| HSV(B) | 314.48º | 0.6% | 0.75% | - |
| XYZ | 31.02 | 19.06 | 37.16 | - |
| YUV | 120.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 164 | 0 | 0.60 | 0.15 | 0.25 | 314.48 | 0.48 | 0.53 |
| Hex | C0 | 4C | A4 | 0 | 3C | F | 19 | 13A | 30 | 35 |
| Octal | 300 | 114 | 244 | 0 | 74 | 17 | 31 | 472 | 60 | 65 |
| Binary | 11000000 | 1001100 | 10100100 | 0 | 111100 | 1111 | 11001 | 100111010 | 110000 | 110101 |
Color Harmonies of #C04CA4
Complementary color
Monochromatic Colors of #C04CA4
Black with #C04CA4
Text Example
Text Example
White with #C04CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04CA4; }
p { color: rgb(192,76,164); }
H1.HeaderClassName
{
color: #C04CA4;
}
.AnyTagClassName
{
color: #C04CA4;
}
</style>
background-color css
<style>
a { background-color: #C04CA4; }
a { background-color: rgb(192,76,164); }
div.DivClassName
{
background-color: #C04CA4;
}
.BgClassName
{
background-color: #C04CA4;
}
</style>
border-color css
<style>
span { border-color: #C04CA4; }
span { border-color: rgb(192,76,164); }
td.TdClassName
{
border-color: #C04CA4;
}
.TagClassName
{
border-color: #C04CA4;
}
</style>