Shades of Mulberry #C74099
Tints of Mulberry #C74099
RGB
CMYK
RGB Variations
Color information
#C74099 (or 0xC74099) is known color: Mulberry. HEX triplet: C7, 40 and 99. RGB value is (199,64,153). Sum of RGB (Red+Green+Blue) = 199+64+153=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C74099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74099 is #38BF66. Grayscale: #727272. Windows color (decimal): -3719015 or 10043591. OLE color: 10043591.
HSL color Cylindrical-coordinate representation of color #C74099: hue angle of 320.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C74099 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 153 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.22 |
| HSL | 320.44º | 0.55% | 0.52% | - |
| HSV(B) | 320.44º | 0.68% | 0.78% | - |
| XYZ | 31.14 | 18.11 | 31.99 | - |
| YUV | 114.51 | 149.73 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 153 | 0 | 0.68 | 0.23 | 0.22 | 320.44 | 0.55 | 0.52 |
| Hex | C7 | 40 | 99 | 0 | 44 | 17 | 16 | 140 | 37 | 34 |
| Octal | 307 | 100 | 231 | 0 | 104 | 27 | 26 | 500 | 67 | 64 |
| Binary | 11000111 | 1000000 | 10011001 | 0 | 1000100 | 10111 | 10110 | 101000000 | 110111 | 110100 |
Color Harmonies of #C74099
Complementary color
Monochromatic Colors of #C74099
Black with #C74099
Text Example
Text Example
White with #C74099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74099; }
p { color: rgb(199,64,153); }
H1.HeaderClassName
{
color: #C74099;
}
.AnyTagClassName
{
color: #C74099;
}
</style>
background-color css
<style>
a { background-color: #C74099; }
a { background-color: rgb(199,64,153); }
div.DivClassName
{
background-color: #C74099;
}
.BgClassName
{
background-color: #C74099;
}
</style>
border-color css
<style>
span { border-color: #C74099; }
span { border-color: rgb(199,64,153); }
td.TdClassName
{
border-color: #C74099;
}
.TagClassName
{
border-color: #C74099;
}
</style>