Shades of Mulberry #C94CA5
Tints of Mulberry #C94CA5
RGB
CMYK
RGB Variations
Color information
#C94CA5 (or 0xC94CA5) is known color: Mulberry. HEX triplet: C9, 4C and A5. RGB value is (201,76,165). Sum of RGB (Red+Green+Blue) = 201+76+165=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C94CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94CA5 is #36B35A. Grayscale: #7B7B7B. Windows color (decimal): -3584859 or 10833097. OLE color: 10833097.
HSL color Cylindrical-coordinate representation of color #C94CA5: hue angle of 317.28º 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 #C94CA5 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 76 | 165 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.21 |
| HSL | 317.28º | 0.54% | 0.54% | - |
| HSV(B) | 317.28º | 0.62% | 0.79% | - |
| XYZ | 33.46 | 20.3 | 37.75 | - |
| YUV | 123.52 | 151.41 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 165 | 0 | 0.62 | 0.18 | 0.21 | 317.28 | 0.54 | 0.54 |
| Hex | C9 | 4C | A5 | 0 | 3E | 12 | 15 | 13D | 36 | 36 |
| Octal | 311 | 114 | 245 | 0 | 76 | 22 | 25 | 475 | 66 | 66 |
| Binary | 11001001 | 1001100 | 10100101 | 0 | 111110 | 10010 | 10101 | 100111101 | 110110 | 110110 |
Color Harmonies of #C94CA5
Complementary color
Monochromatic Colors of #C94CA5
Black with #C94CA5
Text Example
Text Example
White with #C94CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94CA5; }
p { color: rgb(201,76,165); }
H1.HeaderClassName
{
color: #C94CA5;
}
.AnyTagClassName
{
color: #C94CA5;
}
</style>
background-color css
<style>
a { background-color: #C94CA5; }
a { background-color: rgb(201,76,165); }
div.DivClassName
{
background-color: #C94CA5;
}
.BgClassName
{
background-color: #C94CA5;
}
</style>
border-color css
<style>
span { border-color: #C94CA5; }
span { border-color: rgb(201,76,165); }
td.TdClassName
{
border-color: #C94CA5;
}
.TagClassName
{
border-color: #C94CA5;
}
</style>