Shades of Mulberry #C74284
Tints of Mulberry #C74284
RGB
CMYK
RGB Variations
Color information
#C74284 (or 0xC74284) is known color: Mulberry. HEX triplet: C7, 42 and 84. RGB value is (199,66,132). Sum of RGB (Red+Green+Blue) = 199+66+132=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C74284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74284 is #38BD7B. Grayscale: #717171. Windows color (decimal): -3718524 or 8667847. OLE color: 8667847.
HSL color Cylindrical-coordinate representation of color #C74284: hue angle of 330.23º 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 #C74284 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 132 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.22 |
| HSL | 330.23º | 0.54% | 0.52% | - |
| HSV(B) | 330.23º | 0.67% | 0.78% | - |
| XYZ | 29.67 | 17.7 | 23.68 | - |
| YUV | 113.29 | 138.56 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 132 | 0 | 0.67 | 0.34 | 0.22 | 330.23 | 0.54 | 0.52 |
| Hex | C7 | 42 | 84 | 0 | 43 | 22 | 16 | 14A | 36 | 34 |
| Octal | 307 | 102 | 204 | 0 | 103 | 42 | 26 | 512 | 66 | 64 |
| Binary | 11000111 | 1000010 | 10000100 | 0 | 1000011 | 100010 | 10110 | 101001010 | 110110 | 110100 |
Color Harmonies of #C74284
Complementary color
Monochromatic Colors of #C74284
Black with #C74284
Text Example
Text Example
White with #C74284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74284; }
p { color: rgb(199,66,132); }
H1.HeaderClassName
{
color: #C74284;
}
.AnyTagClassName
{
color: #C74284;
}
</style>
background-color css
<style>
a { background-color: #C74284; }
a { background-color: rgb(199,66,132); }
div.DivClassName
{
background-color: #C74284;
}
.BgClassName
{
background-color: #C74284;
}
</style>
border-color css
<style>
span { border-color: #C74284; }
span { border-color: rgb(199,66,132); }
td.TdClassName
{
border-color: #C74284;
}
.TagClassName
{
border-color: #C74284;
}
</style>