Shades of Mulberry #C24285
Tints of Mulberry #C24285
RGB
CMYK
RGB Variations
Color information
#C24285 (or 0xC24285) is known color: Mulberry. HEX triplet: C2, 42 and 85. RGB value is (194,66,133). Sum of RGB (Red+Green+Blue) = 194+66+133=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C24285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24285 is #3DBD7A. Grayscale: #6F6F6F. Windows color (decimal): -4046203 or 8733378. OLE color: 8733378.
HSL color Cylindrical-coordinate representation of color #C24285: hue angle of 328.59º 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 #C24285 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 133 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.24 |
| HSL | 328.59º | 0.51% | 0.51% | - |
| HSV(B) | 328.59º | 0.66% | 0.76% | - |
| XYZ | 28.43 | 17.06 | 23.98 | - |
| YUV | 111.91 | 139.91 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 133 | 0 | 0.66 | 0.31 | 0.24 | 328.59 | 0.51 | 0.51 |
| Hex | C2 | 42 | 85 | 0 | 42 | 1F | 18 | 149 | 33 | 33 |
| Octal | 302 | 102 | 205 | 0 | 102 | 37 | 30 | 511 | 63 | 63 |
| Binary | 11000010 | 1000010 | 10000101 | 0 | 1000010 | 11111 | 11000 | 101001001 | 110011 | 110011 |
Color Harmonies of #C24285
Complementary color
Monochromatic Colors of #C24285
Black with #C24285
Text Example
Text Example
White with #C24285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24285; }
p { color: rgb(194,66,133); }
H1.HeaderClassName
{
color: #C24285;
}
.AnyTagClassName
{
color: #C24285;
}
</style>
background-color css
<style>
a { background-color: #C24285; }
a { background-color: rgb(194,66,133); }
div.DivClassName
{
background-color: #C24285;
}
.BgClassName
{
background-color: #C24285;
}
</style>
border-color css
<style>
span { border-color: #C24285; }
span { border-color: rgb(194,66,133); }
td.TdClassName
{
border-color: #C24285;
}
.TagClassName
{
border-color: #C24285;
}
</style>