Shades of Mulberry #C9458E
Tints of Mulberry #C9458E
RGB
CMYK
RGB Variations
Color information
#C9458E (or 0xC9458E) is known color: Mulberry. HEX triplet: C9, 45 and 8E. RGB value is (201,69,142). Sum of RGB (Red+Green+Blue) = 201+69+142=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9458E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9458E is #36BA71. Grayscale: #747474. Windows color (decimal): -3586674 or 9323977. OLE color: 9323977.
HSL color Cylindrical-coordinate representation of color #C9458E: hue angle of 326.82º 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 #C9458E is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 142 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.21 |
| HSL | 326.82º | 0.55% | 0.53% | - |
| HSV(B) | 326.82º | 0.66% | 0.79% | - |
| XYZ | 31.1 | 18.63 | 27.55 | - |
| YUV | 116.79 | 142.23 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 142 | 0 | 0.66 | 0.29 | 0.21 | 326.82 | 0.55 | 0.53 |
| Hex | C9 | 45 | 8E | 0 | 42 | 1D | 15 | 147 | 37 | 35 |
| Octal | 311 | 105 | 216 | 0 | 102 | 35 | 25 | 507 | 67 | 65 |
| Binary | 11001001 | 1000101 | 10001110 | 0 | 1000010 | 11101 | 10101 | 101000111 | 110111 | 110101 |
Color Harmonies of #C9458E
Complementary color
Monochromatic Colors of #C9458E
Black with #C9458E
Text Example
Text Example
White with #C9458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9458E; }
p { color: rgb(201,69,142); }
H1.HeaderClassName
{
color: #C9458E;
}
.AnyTagClassName
{
color: #C9458E;
}
</style>
background-color css
<style>
a { background-color: #C9458E; }
a { background-color: rgb(201,69,142); }
div.DivClassName
{
background-color: #C9458E;
}
.BgClassName
{
background-color: #C9458E;
}
</style>
border-color css
<style>
span { border-color: #C9458E; }
span { border-color: rgb(201,69,142); }
td.TdClassName
{
border-color: #C9458E;
}
.TagClassName
{
border-color: #C9458E;
}
</style>