Shades of Mulberry #C951A6
Tints of Mulberry #C951A6
RGB
CMYK
RGB Variations
Color information
#C951A6 (or 0xC951A6) is known color: Mulberry. HEX triplet: C9, 51 and A6. RGB value is (201,81,166). Sum of RGB (Red+Green+Blue) = 201+81+166=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C951A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C951A6 is #36AE59. Grayscale: #7E7E7E. Windows color (decimal): -3583578 or 10899913. OLE color: 10899913.
HSL color Cylindrical-coordinate representation of color #C951A6: hue angle of 317.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C951A6 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 166 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.21 |
| HSL | 317.5º | 0.53% | 0.55% | - |
| HSV(B) | 317.5º | 0.6% | 0.79% | - |
| XYZ | 33.91 | 21.06 | 38.35 | - |
| YUV | 126.57 | 150.26 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 166 | 0 | 0.60 | 0.17 | 0.21 | 317.5 | 0.53 | 0.55 |
| Hex | C9 | 51 | A6 | 0 | 3C | 11 | 15 | 13E | 35 | 37 |
| Octal | 311 | 121 | 246 | 0 | 74 | 21 | 25 | 476 | 65 | 67 |
| Binary | 11001001 | 1010001 | 10100110 | 0 | 111100 | 10001 | 10101 | 100111110 | 110101 | 110111 |
Color Harmonies of #C951A6
Complementary color
Monochromatic Colors of #C951A6
Black with #C951A6
Text Example
Text Example
White with #C951A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C951A6; }
p { color: rgb(201,81,166); }
H1.HeaderClassName
{
color: #C951A6;
}
.AnyTagClassName
{
color: #C951A6;
}
</style>
background-color css
<style>
a { background-color: #C951A6; }
a { background-color: rgb(201,81,166); }
div.DivClassName
{
background-color: #C951A6;
}
.BgClassName
{
background-color: #C951A6;
}
</style>
border-color css
<style>
span { border-color: #C951A6; }
span { border-color: rgb(201,81,166); }
td.TdClassName
{
border-color: #C951A6;
}
.TagClassName
{
border-color: #C951A6;
}
</style>