Shades of Mulberry #C94CA2
Tints of Mulberry #C94CA2
RGB
CMYK
RGB Variations
Color information
#C94CA2 (or 0xC94CA2) is known color: Mulberry. HEX triplet: C9, 4C and A2. RGB value is (201,76,162). Sum of RGB (Red+Green+Blue) = 201+76+162=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C94CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94CA2 is #36B35D. Grayscale: #7A7A7A. Windows color (decimal): -3584862 or 10636489. OLE color: 10636489.
HSL color Cylindrical-coordinate representation of color #C94CA2: hue angle of 318.72º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94CA2 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 76 | 162 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.21 |
| HSL | 318.72º | 0.54% | 0.54% | - |
| HSV(B) | 318.72º | 0.62% | 0.79% | - |
| XYZ | 33.19 | 20.2 | 36.33 | - |
| YUV | 123.18 | 149.91 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 162 | 0 | 0.62 | 0.19 | 0.21 | 318.72 | 0.54 | 0.54 |
| Hex | C9 | 4C | A2 | 0 | 3E | 13 | 15 | 13F | 36 | 36 |
| Octal | 311 | 114 | 242 | 0 | 76 | 23 | 25 | 477 | 66 | 66 |
| Binary | 11001001 | 1001100 | 10100010 | 0 | 111110 | 10011 | 10101 | 100111111 | 110110 | 110110 |
Color Harmonies of #C94CA2
Complementary color
Monochromatic Colors of #C94CA2
Black with #C94CA2
Text Example
Text Example
White with #C94CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94CA2; }
p { color: rgb(201,76,162); }
H1.HeaderClassName
{
color: #C94CA2;
}
.AnyTagClassName
{
color: #C94CA2;
}
</style>
background-color css
<style>
a { background-color: #C94CA2; }
a { background-color: rgb(201,76,162); }
div.DivClassName
{
background-color: #C94CA2;
}
.BgClassName
{
background-color: #C94CA2;
}
</style>
border-color css
<style>
span { border-color: #C94CA2; }
span { border-color: rgb(201,76,162); }
td.TdClassName
{
border-color: #C94CA2;
}
.TagClassName
{
border-color: #C94CA2;
}
</style>