Shades of Mulberry #C24B92
Tints of Mulberry #C24B92
RGB
CMYK
RGB Variations
Color information
#C24B92 (or 0xC24B92) is known color: Mulberry. HEX triplet: C2, 4B and 92. RGB value is (194,75,146). Sum of RGB (Red+Green+Blue) = 194+75+146=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24B92 is #3DB46D. Grayscale: #767676. Windows color (decimal): -4043886 or 9587650. OLE color: 9587650.
HSL color Cylindrical-coordinate representation of color #C24B92: hue angle of 324.2º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24B92 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 146 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.24 |
| HSL | 324.2º | 0.49% | 0.53% | - |
| HSV(B) | 324.2º | 0.61% | 0.76% | - |
| XYZ | 29.95 | 18.58 | 29.2 | - |
| YUV | 118.68 | 143.42 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 146 | 0 | 0.61 | 0.25 | 0.24 | 324.2 | 0.49 | 0.53 |
| Hex | C2 | 4B | 92 | 0 | 3D | 19 | 18 | 144 | 31 | 35 |
| Octal | 302 | 113 | 222 | 0 | 75 | 31 | 30 | 504 | 61 | 65 |
| Binary | 11000010 | 1001011 | 10010010 | 0 | 111101 | 11001 | 11000 | 101000100 | 110001 | 110101 |
Color Harmonies of #C24B92
Complementary color
Monochromatic Colors of #C24B92
Black with #C24B92
Text Example
Text Example
White with #C24B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24B92; }
p { color: rgb(194,75,146); }
H1.HeaderClassName
{
color: #C24B92;
}
.AnyTagClassName
{
color: #C24B92;
}
</style>
background-color css
<style>
a { background-color: #C24B92; }
a { background-color: rgb(194,75,146); }
div.DivClassName
{
background-color: #C24B92;
}
.BgClassName
{
background-color: #C24B92;
}
</style>
border-color css
<style>
span { border-color: #C24B92; }
span { border-color: rgb(194,75,146); }
td.TdClassName
{
border-color: #C24B92;
}
.TagClassName
{
border-color: #C24B92;
}
</style>