Shades of Mulberry #C04290
Tints of Mulberry #C04290
RGB
CMYK
RGB Variations
Color information
#C04290 (or 0xC04290) is known color: Mulberry. HEX triplet: C0, 42 and 90. RGB value is (192,66,144). Sum of RGB (Red+Green+Blue) = 192+66+144=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C04290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04290 is #3FBD6F. Grayscale: #707070. Windows color (decimal): -4177264 or 9454272. OLE color: 9454272.
HSL color Cylindrical-coordinate representation of color #C04290: hue angle of 322.86º 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 #C04290 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 144 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.25 |
| HSL | 322.86º | 0.5% | 0.51% | - |
| HSV(B) | 322.86º | 0.66% | 0.75% | - |
| XYZ | 28.72 | 17.12 | 28.18 | - |
| YUV | 112.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 144 | 0 | 0.66 | 0.25 | 0.25 | 322.86 | 0.5 | 0.51 |
| Hex | C0 | 42 | 90 | 0 | 42 | 19 | 19 | 143 | 32 | 33 |
| Octal | 300 | 102 | 220 | 0 | 102 | 31 | 31 | 503 | 62 | 63 |
| Binary | 11000000 | 1000010 | 10010000 | 0 | 1000010 | 11001 | 11001 | 101000011 | 110010 | 110011 |
Color Harmonies of #C04290
Complementary color
Monochromatic Colors of #C04290
Black with #C04290
Text Example
Text Example
White with #C04290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04290; }
p { color: rgb(192,66,144); }
H1.HeaderClassName
{
color: #C04290;
}
.AnyTagClassName
{
color: #C04290;
}
</style>
background-color css
<style>
a { background-color: #C04290; }
a { background-color: rgb(192,66,144); }
div.DivClassName
{
background-color: #C04290;
}
.BgClassName
{
background-color: #C04290;
}
</style>
border-color css
<style>
span { border-color: #C04290; }
span { border-color: rgb(192,66,144); }
td.TdClassName
{
border-color: #C04290;
}
.TagClassName
{
border-color: #C04290;
}
</style>