Shades of Mulberry #C95193
Tints of Mulberry #C95193
RGB
CMYK
RGB Variations
Color information
#C95193 (or 0xC95193) is known color: Mulberry. HEX triplet: C9, 51 and 93. RGB value is (201,81,147). Sum of RGB (Red+Green+Blue) = 201+81+147=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C95193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95193 is #36AE6C. Grayscale: #7C7C7C. Windows color (decimal): -3583597 or 9654729. OLE color: 9654729.
HSL color Cylindrical-coordinate representation of color #C95193: hue angle of 327º 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 #C95193 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 147 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.21 |
| HSL | 327º | 0.53% | 0.55% | - |
| HSV(B) | 327º | 0.6% | 0.79% | - |
| XYZ | 32.3 | 20.41 | 29.84 | - |
| YUV | 124.4 | 140.76 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 147 | 0 | 0.60 | 0.27 | 0.21 | 327 | 0.53 | 0.55 |
| Hex | C9 | 51 | 93 | 0 | 3C | 1B | 15 | 147 | 35 | 37 |
| Octal | 311 | 121 | 223 | 0 | 74 | 33 | 25 | 507 | 65 | 67 |
| Binary | 11001001 | 1010001 | 10010011 | 0 | 111100 | 11011 | 10101 | 101000111 | 110101 | 110111 |
Color Harmonies of #C95193
Complementary color
Monochromatic Colors of #C95193
Black with #C95193
Text Example
Text Example
White with #C95193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95193; }
p { color: rgb(201,81,147); }
H1.HeaderClassName
{
color: #C95193;
}
.AnyTagClassName
{
color: #C95193;
}
</style>
background-color css
<style>
a { background-color: #C95193; }
a { background-color: rgb(201,81,147); }
div.DivClassName
{
background-color: #C95193;
}
.BgClassName
{
background-color: #C95193;
}
</style>
border-color css
<style>
span { border-color: #C95193; }
span { border-color: rgb(201,81,147); }
td.TdClassName
{
border-color: #C95193;
}
.TagClassName
{
border-color: #C95193;
}
</style>