Shades of Mulberry #C9427D
Tints of Mulberry #C9427D
RGB
CMYK
RGB Variations
Color information
#C9427D (or 0xC9427D) is known color: Mulberry. HEX triplet: C9, 42 and 7D. RGB value is (201,66,125). Sum of RGB (Red+Green+Blue) = 201+66+125=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9427D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9427D is #36BD82. Grayscale: #707070. Windows color (decimal): -3587459 or 8209097. OLE color: 8209097.
HSL color Cylindrical-coordinate representation of color #C9427D: hue angle of 333.78º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9427D is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 125 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.21 |
| HSL | 333.78º | 0.56% | 0.52% | - |
| HSV(B) | 333.78º | 0.67% | 0.79% | - |
| XYZ | 29.74 | 17.79 | 21.27 | - |
| YUV | 113.09 | 134.73 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 125 | 0 | 0.67 | 0.38 | 0.21 | 333.78 | 0.56 | 0.52 |
| Hex | C9 | 42 | 7D | 0 | 43 | 26 | 15 | 14E | 38 | 34 |
| Octal | 311 | 102 | 175 | 0 | 103 | 46 | 25 | 516 | 70 | 64 |
| Binary | 11001001 | 1000010 | 1111101 | 0 | 1000011 | 100110 | 10101 | 101001110 | 111000 | 110100 |
Color Harmonies of #C9427D
Complementary color
Monochromatic Colors of #C9427D
Black with #C9427D
Text Example
Text Example
White with #C9427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9427D; }
p { color: rgb(201,66,125); }
H1.HeaderClassName
{
color: #C9427D;
}
.AnyTagClassName
{
color: #C9427D;
}
</style>
background-color css
<style>
a { background-color: #C9427D; }
a { background-color: rgb(201,66,125); }
div.DivClassName
{
background-color: #C9427D;
}
.BgClassName
{
background-color: #C9427D;
}
</style>
border-color css
<style>
span { border-color: #C9427D; }
span { border-color: rgb(201,66,125); }
td.TdClassName
{
border-color: #C9427D;
}
.TagClassName
{
border-color: #C9427D;
}
</style>