Shades of Mulberry #C24B7F
Tints of Mulberry #C24B7F
RGB
CMYK
RGB Variations
Color information
#C24B7F (or 0xC24B7F) is known color: Mulberry. HEX triplet: C2, 4B and 7F. RGB value is (194,75,127). Sum of RGB (Red+Green+Blue) = 194+75+127=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24B7F is #3DB480. Grayscale: #747474. Windows color (decimal): -4043905 or 8342466. OLE color: 8342466.
HSL color Cylindrical-coordinate representation of color #C24B7F: hue angle of 333.78º 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 #C24B7F is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 127 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.24 |
| HSL | 333.78º | 0.49% | 0.53% | - |
| HSV(B) | 333.78º | 0.61% | 0.76% | - |
| XYZ | 28.59 | 18.03 | 22.05 | - |
| YUV | 116.51 | 133.92 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 127 | 0 | 0.61 | 0.35 | 0.24 | 333.78 | 0.49 | 0.53 |
| Hex | C2 | 4B | 7F | 0 | 3D | 23 | 18 | 14E | 31 | 35 |
| Octal | 302 | 113 | 177 | 0 | 75 | 43 | 30 | 516 | 61 | 65 |
| Binary | 11000010 | 1001011 | 1111111 | 0 | 111101 | 100011 | 11000 | 101001110 | 110001 | 110101 |
Color Harmonies of #C24B7F
Complementary color
Monochromatic Colors of #C24B7F
Black with #C24B7F
Text Example
Text Example
White with #C24B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24B7F; }
p { color: rgb(194,75,127); }
H1.HeaderClassName
{
color: #C24B7F;
}
.AnyTagClassName
{
color: #C24B7F;
}
</style>
background-color css
<style>
a { background-color: #C24B7F; }
a { background-color: rgb(194,75,127); }
div.DivClassName
{
background-color: #C24B7F;
}
.BgClassName
{
background-color: #C24B7F;
}
</style>
border-color css
<style>
span { border-color: #C24B7F; }
span { border-color: rgb(194,75,127); }
td.TdClassName
{
border-color: #C24B7F;
}
.TagClassName
{
border-color: #C24B7F;
}
</style>