Shades of Mulberry #C04299
Tints of Mulberry #C04299
RGB
CMYK
RGB Variations
Color information
#C04299 (or 0xC04299) is known color: Mulberry. HEX triplet: C0, 42 and 99. RGB value is (192,66,153). Sum of RGB (Red+Green+Blue) = 192+66+153=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C04299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04299 is #3FBD66. Grayscale: #717171. Windows color (decimal): -4177255 or 10044096. OLE color: 10044096.
HSL color Cylindrical-coordinate representation of color #C04299: hue angle of 318.57º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04299 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 153 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.25 |
| HSL | 318.57º | 0.5% | 0.51% | - |
| HSV(B) | 318.57º | 0.66% | 0.75% | - |
| XYZ | 29.44 | 17.4 | 31.94 | - |
| YUV | 113.59 | 150.24 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 153 | 0 | 0.66 | 0.20 | 0.25 | 318.57 | 0.5 | 0.51 |
| Hex | C0 | 42 | 99 | 0 | 42 | 14 | 19 | 13F | 32 | 33 |
| Octal | 300 | 102 | 231 | 0 | 102 | 24 | 31 | 477 | 62 | 63 |
| Binary | 11000000 | 1000010 | 10011001 | 0 | 1000010 | 10100 | 11001 | 100111111 | 110010 | 110011 |
Color Harmonies of #C04299
Complementary color
Monochromatic Colors of #C04299
Black with #C04299
Text Example
Text Example
White with #C04299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04299; }
p { color: rgb(192,66,153); }
H1.HeaderClassName
{
color: #C04299;
}
.AnyTagClassName
{
color: #C04299;
}
</style>
background-color css
<style>
a { background-color: #C04299; }
a { background-color: rgb(192,66,153); }
div.DivClassName
{
background-color: #C04299;
}
.BgClassName
{
background-color: #C04299;
}
</style>
border-color css
<style>
span { border-color: #C04299; }
span { border-color: rgb(192,66,153); }
td.TdClassName
{
border-color: #C04299;
}
.TagClassName
{
border-color: #C04299;
}
</style>