Shades of Mulberry #C94FA5
Tints of Mulberry #C94FA5
RGB
CMYK
RGB Variations
Color information
#C94FA5 (or 0xC94FA5) is known color: Mulberry. HEX triplet: C9, 4F and A5. RGB value is (201,79,165). Sum of RGB (Red+Green+Blue) = 201+79+165=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C94FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94FA5 is #36B05A. Grayscale: #7D7D7D. Windows color (decimal): -3584091 or 10833865. OLE color: 10833865.
HSL color Cylindrical-coordinate representation of color #C94FA5: hue angle of 317.7º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C94FA5 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 165 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.21 |
| HSL | 317.7º | 0.53% | 0.55% | - |
| HSV(B) | 317.7º | 0.61% | 0.79% | - |
| XYZ | 33.67 | 20.73 | 37.82 | - |
| YUV | 125.28 | 150.42 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 165 | 0 | 0.61 | 0.18 | 0.21 | 317.7 | 0.53 | 0.55 |
| Hex | C9 | 4F | A5 | 0 | 3D | 12 | 15 | 13E | 35 | 37 |
| Octal | 311 | 117 | 245 | 0 | 75 | 22 | 25 | 476 | 65 | 67 |
| Binary | 11001001 | 1001111 | 10100101 | 0 | 111101 | 10010 | 10101 | 100111110 | 110101 | 110111 |
Color Harmonies of #C94FA5
Complementary color
Monochromatic Colors of #C94FA5
Black with #C94FA5
Text Example
Text Example
White with #C94FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94FA5; }
p { color: rgb(201,79,165); }
H1.HeaderClassName
{
color: #C94FA5;
}
.AnyTagClassName
{
color: #C94FA5;
}
</style>
background-color css
<style>
a { background-color: #C94FA5; }
a { background-color: rgb(201,79,165); }
div.DivClassName
{
background-color: #C94FA5;
}
.BgClassName
{
background-color: #C94FA5;
}
</style>
border-color css
<style>
span { border-color: #C94FA5; }
span { border-color: rgb(201,79,165); }
td.TdClassName
{
border-color: #C94FA5;
}
.TagClassName
{
border-color: #C94FA5;
}
</style>