Shades of Mulberry #C25490
Tints of Mulberry #C25490
RGB
CMYK
RGB Variations
Color information
#C25490 (or 0xC25490) is known color: Mulberry. HEX triplet: C2, 54 and 90. RGB value is (194,84,144). Sum of RGB (Red+Green+Blue) = 194+84+144=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C25490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25490 is #3DAB6F. Grayscale: #7B7B7B. Windows color (decimal): -4041584 or 9458882. OLE color: 9458882.
HSL color Cylindrical-coordinate representation of color #C25490: hue angle of 327.27º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25490 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 144 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.24 |
| HSL | 327.27º | 0.47% | 0.55% | - |
| HSV(B) | 327.27º | 0.57% | 0.76% | - |
| XYZ | 30.45 | 19.82 | 28.61 | - |
| YUV | 123.73 | 139.44 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 144 | 0 | 0.57 | 0.26 | 0.24 | 327.27 | 0.47 | 0.55 |
| Hex | C2 | 54 | 90 | 0 | 39 | 1A | 18 | 147 | 2F | 37 |
| Octal | 302 | 124 | 220 | 0 | 71 | 32 | 30 | 507 | 57 | 67 |
| Binary | 11000010 | 1010100 | 10010000 | 0 | 111001 | 11010 | 11000 | 101000111 | 101111 | 110111 |
Color Harmonies of #C25490
Complementary color
Monochromatic Colors of #C25490
Black with #C25490
Text Example
Text Example
White with #C25490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25490; }
p { color: rgb(194,84,144); }
H1.HeaderClassName
{
color: #C25490;
}
.AnyTagClassName
{
color: #C25490;
}
</style>
background-color css
<style>
a { background-color: #C25490; }
a { background-color: rgb(194,84,144); }
div.DivClassName
{
background-color: #C25490;
}
.BgClassName
{
background-color: #C25490;
}
</style>
border-color css
<style>
span { border-color: #C25490; }
span { border-color: rgb(194,84,144); }
td.TdClassName
{
border-color: #C25490;
}
.TagClassName
{
border-color: #C25490;
}
</style>