Shades of Mulberry #C25493
Tints of Mulberry #C25493
RGB
CMYK
RGB Variations
Color information
#C25493 (or 0xC25493) is known color: Mulberry. HEX triplet: C2, 54 and 93. RGB value is (194,84,147). Sum of RGB (Red+Green+Blue) = 194+84+147=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C25493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25493 is #3DAB6C. Grayscale: #7B7B7B. Windows color (decimal): -4041581 or 9655490. OLE color: 9655490.
HSL color Cylindrical-coordinate representation of color #C25493: hue angle of 325.64º 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 #C25493 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 147 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.24 |
| HSL | 325.64º | 0.47% | 0.55% | - |
| HSV(B) | 325.64º | 0.57% | 0.76% | - |
| XYZ | 30.68 | 19.92 | 29.83 | - |
| YUV | 124.07 | 140.94 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 147 | 0 | 0.57 | 0.24 | 0.24 | 325.64 | 0.47 | 0.55 |
| Hex | C2 | 54 | 93 | 0 | 39 | 18 | 18 | 146 | 2F | 37 |
| Octal | 302 | 124 | 223 | 0 | 71 | 30 | 30 | 506 | 57 | 67 |
| Binary | 11000010 | 1010100 | 10010011 | 0 | 111001 | 11000 | 11000 | 101000110 | 101111 | 110111 |
Color Harmonies of #C25493
Complementary color
Monochromatic Colors of #C25493
Black with #C25493
Text Example
Text Example
White with #C25493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25493; }
p { color: rgb(194,84,147); }
H1.HeaderClassName
{
color: #C25493;
}
.AnyTagClassName
{
color: #C25493;
}
</style>
background-color css
<style>
a { background-color: #C25493; }
a { background-color: rgb(194,84,147); }
div.DivClassName
{
background-color: #C25493;
}
.BgClassName
{
background-color: #C25493;
}
</style>
border-color css
<style>
span { border-color: #C25493; }
span { border-color: rgb(194,84,147); }
td.TdClassName
{
border-color: #C25493;
}
.TagClassName
{
border-color: #C25493;
}
</style>