Shades of Mulberry #C458A7
Tints of Mulberry #C458A7
RGB
CMYK
RGB Variations
Color information
#C458A7 (or 0xC458A7) is known color: Mulberry. HEX triplet: C4, 58 and A7. RGB value is (196,88,167). Sum of RGB (Red+Green+Blue) = 196+88+167=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C458A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C458A7 is #3BA758. Grayscale: #818181. Windows color (decimal): -3909465 or 10967236. OLE color: 10967236.
HSL color Cylindrical-coordinate representation of color #C458A7: hue angle of 316.11º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C458A7 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 167 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.23 |
| HSL | 316.11º | 0.48% | 0.56% | - |
| HSV(B) | 316.11º | 0.55% | 0.77% | - |
| XYZ | 33.23 | 21.51 | 38.96 | - |
| YUV | 129.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 167 | 0 | 0.55 | 0.15 | 0.23 | 316.11 | 0.48 | 0.56 |
| Hex | C4 | 58 | A7 | 0 | 37 | F | 17 | 13C | 30 | 38 |
| Octal | 304 | 130 | 247 | 0 | 67 | 17 | 27 | 474 | 60 | 70 |
| Binary | 11000100 | 1011000 | 10100111 | 0 | 110111 | 1111 | 10111 | 100111100 | 110000 | 111000 |
Color Harmonies of #C458A7
Complementary color
Monochromatic Colors of #C458A7
Black with #C458A7
Text Example
Text Example
White with #C458A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C458A7; }
p { color: rgb(196,88,167); }
H1.HeaderClassName
{
color: #C458A7;
}
.AnyTagClassName
{
color: #C458A7;
}
</style>
background-color css
<style>
a { background-color: #C458A7; }
a { background-color: rgb(196,88,167); }
div.DivClassName
{
background-color: #C458A7;
}
.BgClassName
{
background-color: #C458A7;
}
</style>
border-color css
<style>
span { border-color: #C458A7; }
span { border-color: rgb(196,88,167); }
td.TdClassName
{
border-color: #C458A7;
}
.TagClassName
{
border-color: #C458A7;
}
</style>