Shades of Mulberry #C9457F
Tints of Mulberry #C9457F
RGB
CMYK
RGB Variations
Color information
#C9457F (or 0xC9457F) is known color: Mulberry. HEX triplet: C9, 45 and 7F. RGB value is (201,69,127). Sum of RGB (Red+Green+Blue) = 201+69+127=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C9457F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9457F is #36BA80. Grayscale: #727272. Windows color (decimal): -3586689 or 8340937. OLE color: 8340937.
HSL color Cylindrical-coordinate representation of color #C9457F: hue angle of 333.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9457F is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 127 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.21 |
| HSL | 333.64º | 0.55% | 0.53% | - |
| HSV(B) | 333.64º | 0.66% | 0.79% | - |
| XYZ | 30.05 | 18.21 | 22.01 | - |
| YUV | 115.08 | 134.73 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 127 | 0 | 0.66 | 0.37 | 0.21 | 333.64 | 0.55 | 0.53 |
| Hex | C9 | 45 | 7F | 0 | 42 | 25 | 15 | 14E | 37 | 35 |
| Octal | 311 | 105 | 177 | 0 | 102 | 45 | 25 | 516 | 67 | 65 |
| Binary | 11001001 | 1000101 | 1111111 | 0 | 1000010 | 100101 | 10101 | 101001110 | 110111 | 110101 |
Color Harmonies of #C9457F
Complementary color
Monochromatic Colors of #C9457F
Black with #C9457F
Text Example
Text Example
White with #C9457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9457F; }
p { color: rgb(201,69,127); }
H1.HeaderClassName
{
color: #C9457F;
}
.AnyTagClassName
{
color: #C9457F;
}
</style>
background-color css
<style>
a { background-color: #C9457F; }
a { background-color: rgb(201,69,127); }
div.DivClassName
{
background-color: #C9457F;
}
.BgClassName
{
background-color: #C9457F;
}
</style>
border-color css
<style>
span { border-color: #C9457F; }
span { border-color: rgb(201,69,127); }
td.TdClassName
{
border-color: #C9457F;
}
.TagClassName
{
border-color: #C9457F;
}
</style>