Shades of Mulberry #C74B8A
Tints of Mulberry #C74B8A
RGB
CMYK
RGB Variations
Color information
#C74B8A (or 0xC74B8A) is known color: Mulberry. HEX triplet: C7, 4B and 8A. RGB value is (199,75,138). Sum of RGB (Red+Green+Blue) = 199+75+138=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74B8A is #38B475. Grayscale: #777777. Windows color (decimal): -3716214 or 9063367. OLE color: 9063367.
HSL color Cylindrical-coordinate representation of color #C74B8A: hue angle of 329.52º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74B8A is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 138 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.22 |
| HSL | 329.52º | 0.53% | 0.54% | - |
| HSV(B) | 329.52º | 0.62% | 0.78% | - |
| XYZ | 30.66 | 19.01 | 26.1 | - |
| YUV | 119.26 | 138.58 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 138 | 0 | 0.62 | 0.31 | 0.22 | 329.52 | 0.53 | 0.54 |
| Hex | C7 | 4B | 8A | 0 | 3E | 1F | 16 | 14A | 35 | 36 |
| Octal | 307 | 113 | 212 | 0 | 76 | 37 | 26 | 512 | 65 | 66 |
| Binary | 11000111 | 1001011 | 10001010 | 0 | 111110 | 11111 | 10110 | 101001010 | 110101 | 110110 |
Color Harmonies of #C74B8A
Complementary color
Monochromatic Colors of #C74B8A
Black with #C74B8A
Text Example
Text Example
White with #C74B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74B8A; }
p { color: rgb(199,75,138); }
H1.HeaderClassName
{
color: #C74B8A;
}
.AnyTagClassName
{
color: #C74B8A;
}
</style>
background-color css
<style>
a { background-color: #C74B8A; }
a { background-color: rgb(199,75,138); }
div.DivClassName
{
background-color: #C74B8A;
}
.BgClassName
{
background-color: #C74B8A;
}
</style>
border-color css
<style>
span { border-color: #C74B8A; }
span { border-color: rgb(199,75,138); }
td.TdClassName
{
border-color: #C74B8A;
}
.TagClassName
{
border-color: #C74B8A;
}
</style>