Shades of Mulberry #C94F9A
Tints of Mulberry #C94F9A
RGB
CMYK
RGB Variations
Color information
#C94F9A (or 0xC94F9A) is known color: Mulberry. HEX triplet: C9, 4F and 9A. RGB value is (201,79,154). Sum of RGB (Red+Green+Blue) = 201+79+154=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94F9A is #36B065. Grayscale: #7B7B7B. Windows color (decimal): -3584102 or 10112969. OLE color: 10112969.
HSL color Cylindrical-coordinate representation of color #C94F9A: hue angle of 323.11º 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 #C94F9A is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 154 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.21 |
| HSL | 323.11º | 0.53% | 0.55% | - |
| HSV(B) | 323.11º | 0.61% | 0.79% | - |
| XYZ | 32.72 | 20.34 | 32.77 | - |
| YUV | 124.03 | 144.92 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 154 | 0 | 0.61 | 0.23 | 0.21 | 323.11 | 0.53 | 0.55 |
| Hex | C9 | 4F | 9A | 0 | 3D | 17 | 15 | 143 | 35 | 37 |
| Octal | 311 | 117 | 232 | 0 | 75 | 27 | 25 | 503 | 65 | 67 |
| Binary | 11001001 | 1001111 | 10011010 | 0 | 111101 | 10111 | 10101 | 101000011 | 110101 | 110111 |
Color Harmonies of #C94F9A
Complementary color
Monochromatic Colors of #C94F9A
Black with #C94F9A
Text Example
Text Example
White with #C94F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F9A; }
p { color: rgb(201,79,154); }
H1.HeaderClassName
{
color: #C94F9A;
}
.AnyTagClassName
{
color: #C94F9A;
}
</style>
background-color css
<style>
a { background-color: #C94F9A; }
a { background-color: rgb(201,79,154); }
div.DivClassName
{
background-color: #C94F9A;
}
.BgClassName
{
background-color: #C94F9A;
}
</style>
border-color css
<style>
span { border-color: #C94F9A; }
span { border-color: rgb(201,79,154); }
td.TdClassName
{
border-color: #C94F9A;
}
.TagClassName
{
border-color: #C94F9A;
}
</style>