Shades of Mulberry #C74B9A
Tints of Mulberry #C74B9A
RGB
CMYK
RGB Variations
Color information
#C74B9A (or 0xC74B9A) is known color: Mulberry. HEX triplet: C7, 4B and 9A. RGB value is (199,75,154). Sum of RGB (Red+Green+Blue) = 199+75+154=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74B9A is #38B465. Grayscale: #787878. Windows color (decimal): -3716198 or 10111943. OLE color: 10111943.
HSL color Cylindrical-coordinate representation of color #C74B9A: hue angle of 321.77º 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 #C74B9A is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 75 | 154 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.22 |
| HSL | 321.77º | 0.53% | 0.54% | - |
| HSV(B) | 321.77º | 0.62% | 0.78% | - |
| XYZ | 31.9 | 19.51 | 32.66 | - |
| YUV | 121.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 75 | 154 | 0 | 0.62 | 0.23 | 0.22 | 321.77 | 0.53 | 0.54 |
| Hex | C7 | 4B | 9A | 0 | 3E | 17 | 16 | 142 | 35 | 36 |
| Octal | 307 | 113 | 232 | 0 | 76 | 27 | 26 | 502 | 65 | 66 |
| Binary | 11000111 | 1001011 | 10011010 | 0 | 111110 | 10111 | 10110 | 101000010 | 110101 | 110110 |
Color Harmonies of #C74B9A
Complementary color
Monochromatic Colors of #C74B9A
Black with #C74B9A
Text Example
Text Example
White with #C74B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74B9A; }
p { color: rgb(199,75,154); }
H1.HeaderClassName
{
color: #C74B9A;
}
.AnyTagClassName
{
color: #C74B9A;
}
</style>
background-color css
<style>
a { background-color: #C74B9A; }
a { background-color: rgb(199,75,154); }
div.DivClassName
{
background-color: #C74B9A;
}
.BgClassName
{
background-color: #C74B9A;
}
</style>
border-color css
<style>
span { border-color: #C74B9A; }
span { border-color: rgb(199,75,154); }
td.TdClassName
{
border-color: #C74B9A;
}
.TagClassName
{
border-color: #C74B9A;
}
</style>