Shades of Mulberry #C7409D
Tints of Mulberry #C7409D
RGB
CMYK
RGB Variations
Color information
#C7409D (or 0xC7409D) is known color: Mulberry. HEX triplet: C7, 40 and 9D. RGB value is (199,64,157). Sum of RGB (Red+Green+Blue) = 199+64+157=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 157 (61.72% from 255 or 37.38% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C7409D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7409D is #38BF62. Grayscale: #727272. Windows color (decimal): -3719011 or 10305735. OLE color: 10305735.
HSL color Cylindrical-coordinate representation of color #C7409D: hue angle of 318.67º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C7409D is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 157 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.22 |
| HSL | 318.67º | 0.55% | 0.52% | - |
| HSV(B) | 318.67º | 0.68% | 0.78% | - |
| XYZ | 31.47 | 18.24 | 33.76 | - |
| YUV | 114.97 | 151.73 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 157 | 0 | 0.68 | 0.21 | 0.22 | 318.67 | 0.55 | 0.52 |
| Hex | C7 | 40 | 9D | 0 | 44 | 15 | 16 | 13F | 37 | 34 |
| Octal | 307 | 100 | 235 | 0 | 104 | 25 | 26 | 477 | 67 | 64 |
| Binary | 11000111 | 1000000 | 10011101 | 0 | 1000100 | 10101 | 10110 | 100111111 | 110111 | 110100 |
Color Harmonies of #C7409D
Complementary color
Monochromatic Colors of #C7409D
Black with #C7409D
Text Example
Text Example
White with #C7409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7409D; }
p { color: rgb(199,64,157); }
H1.HeaderClassName
{
color: #C7409D;
}
.AnyTagClassName
{
color: #C7409D;
}
</style>
background-color css
<style>
a { background-color: #C7409D; }
a { background-color: rgb(199,64,157); }
div.DivClassName
{
background-color: #C7409D;
}
.BgClassName
{
background-color: #C7409D;
}
</style>
border-color css
<style>
span { border-color: #C7409D; }
span { border-color: rgb(199,64,157); }
td.TdClassName
{
border-color: #C7409D;
}
.TagClassName
{
border-color: #C7409D;
}
</style>