Shades of Mulberry #C258A0
Tints of Mulberry #C258A0
RGB
CMYK
RGB Variations
Color information
#C258A0 (or 0xC258A0) is known color: Mulberry. HEX triplet: C2, 58 and A0. RGB value is (194,88,160). Sum of RGB (Red+Green+Blue) = 194+88+160=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C258A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C258A0 is #3DA75F. Grayscale: #7F7F7F. Windows color (decimal): -4040544 or 10508482. OLE color: 10508482.
HSL color Cylindrical-coordinate representation of color #C258A0: hue angle of 319.25º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C258A0 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 160 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.24 |
| HSL | 319.25º | 0.46% | 0.55% | - |
| HSV(B) | 319.25º | 0.55% | 0.76% | - |
| XYZ | 32.08 | 20.99 | 35.62 | - |
| YUV | 127.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 160 | 0 | 0.55 | 0.18 | 0.24 | 319.25 | 0.46 | 0.55 |
| Hex | C2 | 58 | A0 | 0 | 37 | 12 | 18 | 13F | 2E | 37 |
| Octal | 302 | 130 | 240 | 0 | 67 | 22 | 30 | 477 | 56 | 67 |
| Binary | 11000010 | 1011000 | 10100000 | 0 | 110111 | 10010 | 11000 | 100111111 | 101110 | 110111 |
Color Harmonies of #C258A0
Complementary color
Monochromatic Colors of #C258A0
Black with #C258A0
Text Example
Text Example
White with #C258A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258A0; }
p { color: rgb(194,88,160); }
H1.HeaderClassName
{
color: #C258A0;
}
.AnyTagClassName
{
color: #C258A0;
}
</style>
background-color css
<style>
a { background-color: #C258A0; }
a { background-color: rgb(194,88,160); }
div.DivClassName
{
background-color: #C258A0;
}
.BgClassName
{
background-color: #C258A0;
}
</style>
border-color css
<style>
span { border-color: #C258A0; }
span { border-color: rgb(194,88,160); }
td.TdClassName
{
border-color: #C258A0;
}
.TagClassName
{
border-color: #C258A0;
}
</style>