Shades of Mulberry #C9457B
Tints of Mulberry #C9457B
RGB
CMYK
RGB Variations
Color information
#C9457B (or 0xC9457B) is known color: Mulberry. HEX triplet: C9, 45 and 7B. RGB value is (201,69,123). Sum of RGB (Red+Green+Blue) = 201+69+123=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C9457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9457B is #36BA84. Grayscale: #727272. Windows color (decimal): -3586693 or 8078793. OLE color: 8078793.
HSL color Cylindrical-coordinate representation of color #C9457B: hue angle of 335.45º 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 #C9457B is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 123 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.21 |
| HSL | 335.45º | 0.55% | 0.53% | - |
| HSV(B) | 335.45º | 0.66% | 0.79% | - |
| XYZ | 29.79 | 18.1 | 20.66 | - |
| YUV | 114.62 | 132.73 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 123 | 0 | 0.66 | 0.39 | 0.21 | 335.45 | 0.55 | 0.53 |
| Hex | C9 | 45 | 7B | 0 | 42 | 27 | 15 | 14F | 37 | 35 |
| Octal | 311 | 105 | 173 | 0 | 102 | 47 | 25 | 517 | 67 | 65 |
| Binary | 11001001 | 1000101 | 1111011 | 0 | 1000010 | 100111 | 10101 | 101001111 | 110111 | 110101 |
Color Harmonies of #C9457B
Complementary color
Monochromatic Colors of #C9457B
Black with #C9457B
Text Example
Text Example
White with #C9457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9457B; }
p { color: rgb(201,69,123); }
H1.HeaderClassName
{
color: #C9457B;
}
.AnyTagClassName
{
color: #C9457B;
}
</style>
background-color css
<style>
a { background-color: #C9457B; }
a { background-color: rgb(201,69,123); }
div.DivClassName
{
background-color: #C9457B;
}
.BgClassName
{
background-color: #C9457B;
}
</style>
border-color css
<style>
span { border-color: #C9457B; }
span { border-color: rgb(201,69,123); }
td.TdClassName
{
border-color: #C9457B;
}
.TagClassName
{
border-color: #C9457B;
}
</style>