Shades of Mulberry #C74081
Tints of Mulberry #C74081
RGB
CMYK
RGB Variations
Color information
#C74081 (or 0xC74081) is known color: Mulberry. HEX triplet: C7, 40 and 81. RGB value is (199,64,129). Sum of RGB (Red+Green+Blue) = 199+64+129=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C74081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74081 is #38BF7E. Grayscale: #6F6F6F. Windows color (decimal): -3719039 or 8470727. OLE color: 8470727.
HSL color Cylindrical-coordinate representation of color #C74081: hue angle of 331.11º 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 #C74081 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 129 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.22 |
| HSL | 331.11º | 0.55% | 0.52% | - |
| HSV(B) | 331.11º | 0.68% | 0.78% | - |
| XYZ | 29.35 | 17.39 | 22.58 | - |
| YUV | 111.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 129 | 0 | 0.68 | 0.35 | 0.22 | 331.11 | 0.55 | 0.52 |
| Hex | C7 | 40 | 81 | 0 | 44 | 23 | 16 | 14B | 37 | 34 |
| Octal | 307 | 100 | 201 | 0 | 104 | 43 | 26 | 513 | 67 | 64 |
| Binary | 11000111 | 1000000 | 10000001 | 0 | 1000100 | 100011 | 10110 | 101001011 | 110111 | 110100 |
Color Harmonies of #C74081
Complementary color
Monochromatic Colors of #C74081
Black with #C74081
Text Example
Text Example
White with #C74081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74081; }
p { color: rgb(199,64,129); }
H1.HeaderClassName
{
color: #C74081;
}
.AnyTagClassName
{
color: #C74081;
}
</style>
background-color css
<style>
a { background-color: #C74081; }
a { background-color: rgb(199,64,129); }
div.DivClassName
{
background-color: #C74081;
}
.BgClassName
{
background-color: #C74081;
}
</style>
border-color css
<style>
span { border-color: #C74081; }
span { border-color: rgb(199,64,129); }
td.TdClassName
{
border-color: #C74081;
}
.TagClassName
{
border-color: #C74081;
}
</style>