Shades of Mulberry #C04AA5
Tints of Mulberry #C04AA5
RGB
CMYK
RGB Variations
Color information
#C04AA5 (or 0xC04AA5) is known color: Mulberry. HEX triplet: C0, 4A and A5. RGB value is (192,74,165). Sum of RGB (Red+Green+Blue) = 192+74+165=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C04AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04AA5 is #3FB55A. Grayscale: #777777. Windows color (decimal): -4175195 or 10832576. OLE color: 10832576.
HSL color Cylindrical-coordinate representation of color #C04AA5: hue angle of 313.73º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04AA5 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 165 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.25 |
| HSL | 313.73º | 0.48% | 0.52% | - |
| HSV(B) | 313.73º | 0.61% | 0.75% | - |
| XYZ | 30.98 | 18.82 | 37.6 | - |
| YUV | 119.66 | 153.59 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 165 | 0 | 0.61 | 0.14 | 0.25 | 313.73 | 0.48 | 0.52 |
| Hex | C0 | 4A | A5 | 0 | 3D | E | 19 | 13A | 30 | 34 |
| Octal | 300 | 112 | 245 | 0 | 75 | 16 | 31 | 472 | 60 | 64 |
| Binary | 11000000 | 1001010 | 10100101 | 0 | 111101 | 1110 | 11001 | 100111010 | 110000 | 110100 |
Color Harmonies of #C04AA5
Complementary color
Monochromatic Colors of #C04AA5
Black with #C04AA5
Text Example
Text Example
White with #C04AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04AA5; }
p { color: rgb(192,74,165); }
H1.HeaderClassName
{
color: #C04AA5;
}
.AnyTagClassName
{
color: #C04AA5;
}
</style>
background-color css
<style>
a { background-color: #C04AA5; }
a { background-color: rgb(192,74,165); }
div.DivClassName
{
background-color: #C04AA5;
}
.BgClassName
{
background-color: #C04AA5;
}
</style>
border-color css
<style>
span { border-color: #C04AA5; }
span { border-color: rgb(192,74,165); }
td.TdClassName
{
border-color: #C04AA5;
}
.TagClassName
{
border-color: #C04AA5;
}
</style>