Shades of Mulberry #C9457D
Tints of Mulberry #C9457D
RGB
CMYK
RGB Variations
Color information
#C9457D (or 0xC9457D) is known color: Mulberry. HEX triplet: C9, 45 and 7D. RGB value is (201,69,125). Sum of RGB (Red+Green+Blue) = 201+69+125=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9457D is #36BA82. Grayscale: #727272. Windows color (decimal): -3586691 or 8209865. OLE color: 8209865.
HSL color Cylindrical-coordinate representation of color #C9457D: hue angle of 334.55º 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 #C9457D is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 125 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.21 |
| HSL | 334.55º | 0.55% | 0.53% | - |
| HSV(B) | 334.55º | 0.66% | 0.79% | - |
| XYZ | 29.92 | 18.15 | 21.33 | - |
| YUV | 114.85 | 133.73 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 125 | 0 | 0.66 | 0.38 | 0.21 | 334.55 | 0.55 | 0.53 |
| Hex | C9 | 45 | 7D | 0 | 42 | 26 | 15 | 14F | 37 | 35 |
| Octal | 311 | 105 | 175 | 0 | 102 | 46 | 25 | 517 | 67 | 65 |
| Binary | 11001001 | 1000101 | 1111101 | 0 | 1000010 | 100110 | 10101 | 101001111 | 110111 | 110101 |
Color Harmonies of #C9457D
Complementary color
Monochromatic Colors of #C9457D
Black with #C9457D
Text Example
Text Example
White with #C9457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9457D; }
p { color: rgb(201,69,125); }
H1.HeaderClassName
{
color: #C9457D;
}
.AnyTagClassName
{
color: #C9457D;
}
</style>
background-color css
<style>
a { background-color: #C9457D; }
a { background-color: rgb(201,69,125); }
div.DivClassName
{
background-color: #C9457D;
}
.BgClassName
{
background-color: #C9457D;
}
</style>
border-color css
<style>
span { border-color: #C9457D; }
span { border-color: rgb(201,69,125); }
td.TdClassName
{
border-color: #C9457D;
}
.TagClassName
{
border-color: #C9457D;
}
</style>