Shades of Mulberry #C7409B
Tints of Mulberry #C7409B
RGB
CMYK
RGB Variations
Color information
#C7409B (or 0xC7409B) is known color: Mulberry. HEX triplet: C7, 40 and 9B. RGB value is (199,64,155). Sum of RGB (Red+Green+Blue) = 199+64+155=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C7409B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7409B is #38BF64. Grayscale: #727272. Windows color (decimal): -3719013 or 10174663. OLE color: 10174663.
HSL color Cylindrical-coordinate representation of color #C7409B: hue angle of 319.56º 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 #C7409B is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 155 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.22 |
| HSL | 319.56º | 0.55% | 0.52% | - |
| HSV(B) | 319.56º | 0.68% | 0.78% | - |
| XYZ | 31.3 | 18.18 | 32.87 | - |
| YUV | 114.74 | 150.73 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 155 | 0 | 0.68 | 0.22 | 0.22 | 319.56 | 0.55 | 0.52 |
| Hex | C7 | 40 | 9B | 0 | 44 | 16 | 16 | 140 | 37 | 34 |
| Octal | 307 | 100 | 233 | 0 | 104 | 26 | 26 | 500 | 67 | 64 |
| Binary | 11000111 | 1000000 | 10011011 | 0 | 1000100 | 10110 | 10110 | 101000000 | 110111 | 110100 |
Color Harmonies of #C7409B
Complementary color
Monochromatic Colors of #C7409B
Black with #C7409B
Text Example
Text Example
White with #C7409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7409B; }
p { color: rgb(199,64,155); }
H1.HeaderClassName
{
color: #C7409B;
}
.AnyTagClassName
{
color: #C7409B;
}
</style>
background-color css
<style>
a { background-color: #C7409B; }
a { background-color: rgb(199,64,155); }
div.DivClassName
{
background-color: #C7409B;
}
.BgClassName
{
background-color: #C7409B;
}
</style>
border-color css
<style>
span { border-color: #C7409B; }
span { border-color: rgb(199,64,155); }
td.TdClassName
{
border-color: #C7409B;
}
.TagClassName
{
border-color: #C7409B;
}
</style>