Shades of Mulberry #C25DA2
Tints of Mulberry #C25DA2
RGB
CMYK
RGB Variations
Color information
#C25DA2 (or 0xC25DA2) is known color: Mulberry. HEX triplet: C2, 5D and A2. RGB value is (194,93,162). Sum of RGB (Red+Green+Blue) = 194+93+162=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C25DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25DA2 is #3DA25D. Grayscale: #828282. Windows color (decimal): -4039262 or 10640834. OLE color: 10640834.
HSL color Cylindrical-coordinate representation of color #C25DA2: hue angle of 319.01º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C25DA2 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 93 | 162 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.24 |
| HSL | 319.01º | 0.45% | 0.56% | - |
| HSV(B) | 319.01º | 0.52% | 0.76% | - |
| XYZ | 32.68 | 21.91 | 36.69 | - |
| YUV | 131.07 | 145.46 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 93 | 162 | 0 | 0.52 | 0.16 | 0.24 | 319.01 | 0.45 | 0.56 |
| Hex | C2 | 5D | A2 | 0 | 34 | 10 | 18 | 13F | 2D | 38 |
| Octal | 302 | 135 | 242 | 0 | 64 | 20 | 30 | 477 | 55 | 70 |
| Binary | 11000010 | 1011101 | 10100010 | 0 | 110100 | 10000 | 11000 | 100111111 | 101101 | 111000 |
Color Harmonies of #C25DA2
Complementary color
Monochromatic Colors of #C25DA2
Black with #C25DA2
Text Example
Text Example
White with #C25DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25DA2; }
p { color: rgb(194,93,162); }
H1.HeaderClassName
{
color: #C25DA2;
}
.AnyTagClassName
{
color: #C25DA2;
}
</style>
background-color css
<style>
a { background-color: #C25DA2; }
a { background-color: rgb(194,93,162); }
div.DivClassName
{
background-color: #C25DA2;
}
.BgClassName
{
background-color: #C25DA2;
}
</style>
border-color css
<style>
span { border-color: #C25DA2; }
span { border-color: rgb(194,93,162); }
td.TdClassName
{
border-color: #C25DA2;
}
.TagClassName
{
border-color: #C25DA2;
}
</style>