Shades of Mulberry #C24284
Tints of Mulberry #C24284
RGB
CMYK
RGB Variations
Color information
#C24284 (or 0xC24284) is known color: Mulberry. HEX triplet: C2, 42 and 84. RGB value is (194,66,132). Sum of RGB (Red+Green+Blue) = 194+66+132=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C24284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24284 is #3DBD7B. Grayscale: #6F6F6F. Windows color (decimal): -4046204 or 8667842. OLE color: 8667842.
HSL color Cylindrical-coordinate representation of color #C24284: hue angle of 329.06º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24284 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 132 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.24 |
| HSL | 329.06º | 0.51% | 0.51% | - |
| HSV(B) | 329.06º | 0.66% | 0.76% | - |
| XYZ | 28.36 | 17.03 | 23.62 | - |
| YUV | 111.8 | 139.41 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 132 | 0 | 0.66 | 0.32 | 0.24 | 329.06 | 0.51 | 0.51 |
| Hex | C2 | 42 | 84 | 0 | 42 | 20 | 18 | 149 | 33 | 33 |
| Octal | 302 | 102 | 204 | 0 | 102 | 40 | 30 | 511 | 63 | 63 |
| Binary | 11000010 | 1000010 | 10000100 | 0 | 1000010 | 100000 | 11000 | 101001001 | 110011 | 110011 |
Color Harmonies of #C24284
Complementary color
Monochromatic Colors of #C24284
Black with #C24284
Text Example
Text Example
White with #C24284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24284; }
p { color: rgb(194,66,132); }
H1.HeaderClassName
{
color: #C24284;
}
.AnyTagClassName
{
color: #C24284;
}
</style>
background-color css
<style>
a { background-color: #C24284; }
a { background-color: rgb(194,66,132); }
div.DivClassName
{
background-color: #C24284;
}
.BgClassName
{
background-color: #C24284;
}
</style>
border-color css
<style>
span { border-color: #C24284; }
span { border-color: rgb(194,66,132); }
td.TdClassName
{
border-color: #C24284;
}
.TagClassName
{
border-color: #C24284;
}
</style>