Shades of Mulberry #C7419D
Tints of Mulberry #C7419D
RGB
CMYK
RGB Variations
Color information
#C7419D (or 0xC7419D) is known color: Mulberry. HEX triplet: C7, 41 and 9D. RGB value is (199,65,157). Sum of RGB (Red+Green+Blue) = 199+65+157=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7419D is #38BE62. Grayscale: #737373. Windows color (decimal): -3718755 or 10305991. OLE color: 10305991.
HSL color Cylindrical-coordinate representation of color #C7419D: hue angle of 318.81º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C7419D is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 157 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.22 |
| HSL | 318.81º | 0.54% | 0.52% | - |
| HSV(B) | 318.81º | 0.67% | 0.78% | - |
| XYZ | 31.53 | 18.36 | 33.78 | - |
| YUV | 115.55 | 151.39 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 157 | 0 | 0.67 | 0.21 | 0.22 | 318.81 | 0.54 | 0.52 |
| Hex | C7 | 41 | 9D | 0 | 43 | 15 | 16 | 13F | 36 | 34 |
| Octal | 307 | 101 | 235 | 0 | 103 | 25 | 26 | 477 | 66 | 64 |
| Binary | 11000111 | 1000001 | 10011101 | 0 | 1000011 | 10101 | 10110 | 100111111 | 110110 | 110100 |
Color Harmonies of #C7419D
Complementary color
Monochromatic Colors of #C7419D
Black with #C7419D
Text Example
Text Example
White with #C7419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7419D; }
p { color: rgb(199,65,157); }
H1.HeaderClassName
{
color: #C7419D;
}
.AnyTagClassName
{
color: #C7419D;
}
</style>
background-color css
<style>
a { background-color: #C7419D; }
a { background-color: rgb(199,65,157); }
div.DivClassName
{
background-color: #C7419D;
}
.BgClassName
{
background-color: #C7419D;
}
</style>
border-color css
<style>
span { border-color: #C7419D; }
span { border-color: rgb(199,65,157); }
td.TdClassName
{
border-color: #C7419D;
}
.TagClassName
{
border-color: #C7419D;
}
</style>