Shades of Mulberry #C258A4
Tints of Mulberry #C258A4
RGB
CMYK
RGB Variations
Color information
#C258A4 (or 0xC258A4) is known color: Mulberry. HEX triplet: C2, 58 and A4. RGB value is (194,88,164). Sum of RGB (Red+Green+Blue) = 194+88+164=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 88 (34.77% from 255 or 19.73% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C258A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C258A4 is #3DA75B. Grayscale: #808080. Windows color (decimal): -4040540 or 10770626. OLE color: 10770626.
HSL color Cylindrical-coordinate representation of color #C258A4: hue angle of 316.98º 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 #C258A4 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 88 | 164 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.24 |
| HSL | 316.98º | 0.46% | 0.55% | - |
| HSV(B) | 316.98º | 0.55% | 0.76% | - |
| XYZ | 32.44 | 21.13 | 37.49 | - |
| YUV | 128.36 | 148.12 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 164 | 0 | 0.55 | 0.15 | 0.24 | 316.98 | 0.46 | 0.55 |
| Hex | C2 | 58 | A4 | 0 | 37 | F | 18 | 13D | 2E | 37 |
| Octal | 302 | 130 | 244 | 0 | 67 | 17 | 30 | 475 | 56 | 67 |
| Binary | 11000010 | 1011000 | 10100100 | 0 | 110111 | 1111 | 11000 | 100111101 | 101110 | 110111 |
Color Harmonies of #C258A4
Complementary color
Monochromatic Colors of #C258A4
Black with #C258A4
Text Example
Text Example
White with #C258A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258A4; }
p { color: rgb(194,88,164); }
H1.HeaderClassName
{
color: #C258A4;
}
.AnyTagClassName
{
color: #C258A4;
}
</style>
background-color css
<style>
a { background-color: #C258A4; }
a { background-color: rgb(194,88,164); }
div.DivClassName
{
background-color: #C258A4;
}
.BgClassName
{
background-color: #C258A4;
}
</style>
border-color css
<style>
span { border-color: #C258A4; }
span { border-color: rgb(194,88,164); }
td.TdClassName
{
border-color: #C258A4;
}
.TagClassName
{
border-color: #C258A4;
}
</style>