Shades of Mulberry #C955A7
Tints of Mulberry #C955A7
RGB
CMYK
RGB Variations
Color information
#C955A7 (or 0xC955A7) is known color: Mulberry. HEX triplet: C9, 55 and A7. RGB value is (201,85,167). Sum of RGB (Red+Green+Blue) = 201+85+167=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 167 (65.62% from 255 or 36.87% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C955A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C955A7 is #36AA58. Grayscale: #808080. Windows color (decimal): -3582553 or 10966473. OLE color: 10966473.
HSL color Cylindrical-coordinate representation of color #C955A7: hue angle of 317.59º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C955A7 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 167 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.21 |
| HSL | 317.59º | 0.52% | 0.56% | - |
| HSV(B) | 317.59º | 0.58% | 0.79% | - |
| XYZ | 34.31 | 21.7 | 38.94 | - |
| YUV | 129.03 | 149.43 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 167 | 0 | 0.58 | 0.17 | 0.21 | 317.59 | 0.52 | 0.56 |
| Hex | C9 | 55 | A7 | 0 | 3A | 11 | 15 | 13E | 34 | 38 |
| Octal | 311 | 125 | 247 | 0 | 72 | 21 | 25 | 476 | 64 | 70 |
| Binary | 11001001 | 1010101 | 10100111 | 0 | 111010 | 10001 | 10101 | 100111110 | 110100 | 111000 |
Color Harmonies of #C955A7
Complementary color
Monochromatic Colors of #C955A7
Black with #C955A7
Text Example
Text Example
White with #C955A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C955A7; }
p { color: rgb(201,85,167); }
H1.HeaderClassName
{
color: #C955A7;
}
.AnyTagClassName
{
color: #C955A7;
}
</style>
background-color css
<style>
a { background-color: #C955A7; }
a { background-color: rgb(201,85,167); }
div.DivClassName
{
background-color: #C955A7;
}
.BgClassName
{
background-color: #C955A7;
}
</style>
border-color css
<style>
span { border-color: #C955A7; }
span { border-color: rgb(201,85,167); }
td.TdClassName
{
border-color: #C955A7;
}
.TagClassName
{
border-color: #C955A7;
}
</style>