Shades of Mulberry #C23F8E
Tints of Mulberry #C23F8E
RGB
CMYK
RGB Variations
Color information
#C23F8E (or 0xC23F8E) is known color: Mulberry. HEX triplet: C2, 3F and 8E. RGB value is (194,63,142). Sum of RGB (Red+Green+Blue) = 194+63+142=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23F8E is #3DC071. Grayscale: #6E6E6E. Windows color (decimal): -4046962 or 9322434. OLE color: 9322434.
HSL color Cylindrical-coordinate representation of color #C23F8E: hue angle of 323.82º 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 #C23F8E is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 142 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.24 |
| HSL | 323.82º | 0.52% | 0.5% | - |
| HSV(B) | 323.82º | 0.68% | 0.76% | - |
| XYZ | 28.91 | 16.98 | 27.34 | - |
| YUV | 111.18 | 145.4 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 142 | 0 | 0.68 | 0.27 | 0.24 | 323.82 | 0.52 | 0.5 |
| Hex | C2 | 3F | 8E | 0 | 44 | 1B | 18 | 144 | 34 | 32 |
| Octal | 302 | 77 | 216 | 0 | 104 | 33 | 30 | 504 | 64 | 62 |
| Binary | 11000010 | 111111 | 10001110 | 0 | 1000100 | 11011 | 11000 | 101000100 | 110100 | 110010 |
Color Harmonies of #C23F8E
Complementary color
Monochromatic Colors of #C23F8E
Black with #C23F8E
Text Example
Text Example
White with #C23F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F8E; }
p { color: rgb(194,63,142); }
H1.HeaderClassName
{
color: #C23F8E;
}
.AnyTagClassName
{
color: #C23F8E;
}
</style>
background-color css
<style>
a { background-color: #C23F8E; }
a { background-color: rgb(194,63,142); }
div.DivClassName
{
background-color: #C23F8E;
}
.BgClassName
{
background-color: #C23F8E;
}
</style>
border-color css
<style>
span { border-color: #C23F8E; }
span { border-color: rgb(194,63,142); }
td.TdClassName
{
border-color: #C23F8E;
}
.TagClassName
{
border-color: #C23F8E;
}
</style>