Shades of Mulberry #C04699
Tints of Mulberry #C04699
RGB
CMYK
RGB Variations
Color information
#C04699 (or 0xC04699) is known color: Mulberry. HEX triplet: C0, 46 and 99. RGB value is (192,70,153). Sum of RGB (Red+Green+Blue) = 192+70+153=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C04699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04699 is #3FB966. Grayscale: #737373. Windows color (decimal): -4176231 or 10045120. OLE color: 10045120.
HSL color Cylindrical-coordinate representation of color #C04699: hue angle of 319.18º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04699 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 153 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.25 |
| HSL | 319.18º | 0.49% | 0.51% | - |
| HSV(B) | 319.18º | 0.64% | 0.75% | - |
| XYZ | 29.68 | 17.89 | 32.03 | - |
| YUV | 115.94 | 148.92 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 153 | 0 | 0.64 | 0.20 | 0.25 | 319.18 | 0.49 | 0.51 |
| Hex | C0 | 46 | 99 | 0 | 40 | 14 | 19 | 13F | 31 | 33 |
| Octal | 300 | 106 | 231 | 0 | 100 | 24 | 31 | 477 | 61 | 63 |
| Binary | 11000000 | 1000110 | 10011001 | 0 | 1000000 | 10100 | 11001 | 100111111 | 110001 | 110011 |
Color Harmonies of #C04699
Complementary color
Monochromatic Colors of #C04699
Black with #C04699
Text Example
Text Example
White with #C04699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04699; }
p { color: rgb(192,70,153); }
H1.HeaderClassName
{
color: #C04699;
}
.AnyTagClassName
{
color: #C04699;
}
</style>
background-color css
<style>
a { background-color: #C04699; }
a { background-color: rgb(192,70,153); }
div.DivClassName
{
background-color: #C04699;
}
.BgClassName
{
background-color: #C04699;
}
</style>
border-color css
<style>
span { border-color: #C04699; }
span { border-color: rgb(192,70,153); }
td.TdClassName
{
border-color: #C04699;
}
.TagClassName
{
border-color: #C04699;
}
</style>