Shades of Mulberry #C23F88
Tints of Mulberry #C23F88
RGB
CMYK
RGB Variations
Color information
#C23F88 (or 0xC23F88) is known color: Mulberry. HEX triplet: C2, 3F and 88. RGB value is (194,63,136). Sum of RGB (Red+Green+Blue) = 194+63+136=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23F88 is #3DC077. Grayscale: #6E6E6E. Windows color (decimal): -4046968 or 8929218. OLE color: 8929218.
HSL color Cylindrical-coordinate representation of color #C23F88: hue angle of 326.56º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C23F88 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 136 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.24 |
| HSL | 326.56º | 0.52% | 0.5% | - |
| HSV(B) | 326.56º | 0.68% | 0.76% | - |
| XYZ | 28.47 | 16.8 | 25.04 | - |
| YUV | 110.49 | 142.4 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 136 | 0 | 0.68 | 0.30 | 0.24 | 326.56 | 0.52 | 0.5 |
| Hex | C2 | 3F | 88 | 0 | 44 | 1E | 18 | 147 | 34 | 32 |
| Octal | 302 | 77 | 210 | 0 | 104 | 36 | 30 | 507 | 64 | 62 |
| Binary | 11000010 | 111111 | 10001000 | 0 | 1000100 | 11110 | 11000 | 101000111 | 110100 | 110010 |
Color Harmonies of #C23F88
Complementary color
Monochromatic Colors of #C23F88
Black with #C23F88
Text Example
Text Example
White with #C23F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F88; }
p { color: rgb(194,63,136); }
H1.HeaderClassName
{
color: #C23F88;
}
.AnyTagClassName
{
color: #C23F88;
}
</style>
background-color css
<style>
a { background-color: #C23F88; }
a { background-color: rgb(194,63,136); }
div.DivClassName
{
background-color: #C23F88;
}
.BgClassName
{
background-color: #C23F88;
}
</style>
border-color css
<style>
span { border-color: #C23F88; }
span { border-color: rgb(194,63,136); }
td.TdClassName
{
border-color: #C23F88;
}
.TagClassName
{
border-color: #C23F88;
}
</style>