Shades of Mulberry #C74299
Tints of Mulberry #C74299
RGB
CMYK
RGB Variations
Color information
#C74299 (or 0xC74299) is known color: Mulberry. HEX triplet: C7, 42 and 99. RGB value is (199,66,153). Sum of RGB (Red+Green+Blue) = 199+66+153=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C74299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74299 is #38BD66. Grayscale: #737373. Windows color (decimal): -3718503 or 10044103. OLE color: 10044103.
HSL color Cylindrical-coordinate representation of color #C74299: hue angle of 320.75º 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 #C74299 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 153 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.22 |
| HSL | 320.75º | 0.54% | 0.52% | - |
| HSV(B) | 320.75º | 0.67% | 0.78% | - |
| XYZ | 31.25 | 18.34 | 32.03 | - |
| YUV | 115.69 | 149.06 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 153 | 0 | 0.67 | 0.23 | 0.22 | 320.75 | 0.54 | 0.52 |
| Hex | C7 | 42 | 99 | 0 | 43 | 17 | 16 | 141 | 36 | 34 |
| Octal | 307 | 102 | 231 | 0 | 103 | 27 | 26 | 501 | 66 | 64 |
| Binary | 11000111 | 1000010 | 10011001 | 0 | 1000011 | 10111 | 10110 | 101000001 | 110110 | 110100 |
Color Harmonies of #C74299
Complementary color
Monochromatic Colors of #C74299
Black with #C74299
Text Example
Text Example
White with #C74299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74299; }
p { color: rgb(199,66,153); }
H1.HeaderClassName
{
color: #C74299;
}
.AnyTagClassName
{
color: #C74299;
}
</style>
background-color css
<style>
a { background-color: #C74299; }
a { background-color: rgb(199,66,153); }
div.DivClassName
{
background-color: #C74299;
}
.BgClassName
{
background-color: #C74299;
}
</style>
border-color css
<style>
span { border-color: #C74299; }
span { border-color: rgb(199,66,153); }
td.TdClassName
{
border-color: #C74299;
}
.TagClassName
{
border-color: #C74299;
}
</style>