Shades of Mulberry #C74288
Tints of Mulberry #C74288
RGB
CMYK
RGB Variations
Color information
#C74288 (or 0xC74288) is known color: Mulberry. HEX triplet: C7, 42 and 88. RGB value is (199,66,136). Sum of RGB (Red+Green+Blue) = 199+66+136=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C74288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74288 is #38BD77. Grayscale: #717171. Windows color (decimal): -3718520 or 8929991. OLE color: 8929991.
HSL color Cylindrical-coordinate representation of color #C74288: hue angle of 328.42º 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 #C74288 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 136 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.22 |
| HSL | 328.42º | 0.54% | 0.52% | - |
| HSV(B) | 328.42º | 0.67% | 0.78% | - |
| XYZ | 29.95 | 17.82 | 25.15 | - |
| YUV | 113.75 | 140.56 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 136 | 0 | 0.67 | 0.32 | 0.22 | 328.42 | 0.54 | 0.52 |
| Hex | C7 | 42 | 88 | 0 | 43 | 20 | 16 | 148 | 36 | 34 |
| Octal | 307 | 102 | 210 | 0 | 103 | 40 | 26 | 510 | 66 | 64 |
| Binary | 11000111 | 1000010 | 10001000 | 0 | 1000011 | 100000 | 10110 | 101001000 | 110110 | 110100 |
Color Harmonies of #C74288
Complementary color
Monochromatic Colors of #C74288
Black with #C74288
Text Example
Text Example
White with #C74288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74288; }
p { color: rgb(199,66,136); }
H1.HeaderClassName
{
color: #C74288;
}
.AnyTagClassName
{
color: #C74288;
}
</style>
background-color css
<style>
a { background-color: #C74288; }
a { background-color: rgb(199,66,136); }
div.DivClassName
{
background-color: #C74288;
}
.BgClassName
{
background-color: #C74288;
}
</style>
border-color css
<style>
span { border-color: #C74288; }
span { border-color: rgb(199,66,136); }
td.TdClassName
{
border-color: #C74288;
}
.TagClassName
{
border-color: #C74288;
}
</style>