Shades of Mulberry #C74F98
Tints of Mulberry #C74F98
RGB
CMYK
RGB Variations
Color information
#C74F98 (or 0xC74F98) is known color: Mulberry. HEX triplet: C7, 4F and 98. RGB value is (199,79,152). Sum of RGB (Red+Green+Blue) = 199+79+152=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74F98 is #38B067. Grayscale: #7B7B7B. Windows color (decimal): -3715176 or 9981895. OLE color: 9981895.
HSL color Cylindrical-coordinate representation of color #C74F98: hue angle of 323.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C74F98 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 152 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.22 |
| HSL | 323.5º | 0.52% | 0.55% | - |
| HSV(B) | 323.5º | 0.6% | 0.78% | - |
| XYZ | 32.02 | 20 | 31.88 | - |
| YUV | 123.2 | 144.26 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 152 | 0 | 0.60 | 0.24 | 0.22 | 323.5 | 0.52 | 0.55 |
| Hex | C7 | 4F | 98 | 0 | 3C | 18 | 16 | 144 | 34 | 37 |
| Octal | 307 | 117 | 230 | 0 | 74 | 30 | 26 | 504 | 64 | 67 |
| Binary | 11000111 | 1001111 | 10011000 | 0 | 111100 | 11000 | 10110 | 101000100 | 110100 | 110111 |
Color Harmonies of #C74F98
Complementary color
Monochromatic Colors of #C74F98
Black with #C74F98
Text Example
Text Example
White with #C74F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74F98; }
p { color: rgb(199,79,152); }
H1.HeaderClassName
{
color: #C74F98;
}
.AnyTagClassName
{
color: #C74F98;
}
</style>
background-color css
<style>
a { background-color: #C74F98; }
a { background-color: rgb(199,79,152); }
div.DivClassName
{
background-color: #C74F98;
}
.BgClassName
{
background-color: #C74F98;
}
</style>
border-color css
<style>
span { border-color: #C74F98; }
span { border-color: rgb(199,79,152); }
td.TdClassName
{
border-color: #C74F98;
}
.TagClassName
{
border-color: #C74F98;
}
</style>