Shades of Mulberry #C04099
Tints of Mulberry #C04099
RGB
CMYK
RGB Variations
Color information
#C04099 (or 0xC04099) is known color: Mulberry. HEX triplet: C0, 40 and 99. RGB value is (192,64,153). Sum of RGB (Red+Green+Blue) = 192+64+153=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C04099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04099 is #3FBF66. Grayscale: #707070. Windows color (decimal): -4177767 or 10043584. OLE color: 10043584.
HSL color Cylindrical-coordinate representation of color #C04099: hue angle of 318.28º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04099 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 153 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.25 |
| HSL | 318.28º | 0.5% | 0.5% | - |
| HSV(B) | 318.28º | 0.67% | 0.75% | - |
| XYZ | 29.32 | 17.17 | 31.91 | - |
| YUV | 112.42 | 150.91 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 153 | 0 | 0.67 | 0.20 | 0.25 | 318.28 | 0.5 | 0.5 |
| Hex | C0 | 40 | 99 | 0 | 43 | 14 | 19 | 13E | 32 | 32 |
| Octal | 300 | 100 | 231 | 0 | 103 | 24 | 31 | 476 | 62 | 62 |
| Binary | 11000000 | 1000000 | 10011001 | 0 | 1000011 | 10100 | 11001 | 100111110 | 110010 | 110010 |
Color Harmonies of #C04099
Complementary color
Monochromatic Colors of #C04099
Black with #C04099
Text Example
Text Example
White with #C04099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04099; }
p { color: rgb(192,64,153); }
H1.HeaderClassName
{
color: #C04099;
}
.AnyTagClassName
{
color: #C04099;
}
</style>
background-color css
<style>
a { background-color: #C04099; }
a { background-color: rgb(192,64,153); }
div.DivClassName
{
background-color: #C04099;
}
.BgClassName
{
background-color: #C04099;
}
</style>
border-color css
<style>
span { border-color: #C04099; }
span { border-color: rgb(192,64,153); }
td.TdClassName
{
border-color: #C04099;
}
.TagClassName
{
border-color: #C04099;
}
</style>