Shades of Mulberry #C23E8C
Tints of Mulberry #C23E8C
RGB
CMYK
RGB Variations
Color information
#C23E8C (or 0xC23E8C) is known color: Mulberry. HEX triplet: C2, 3E and 8C. RGB value is (194,62,140). Sum of RGB (Red+Green+Blue) = 194+62+140=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23E8C is #3DC173. Grayscale: #6E6E6E. Windows color (decimal): -4047220 or 9191106. OLE color: 9191106.
HSL color Cylindrical-coordinate representation of color #C23E8C: hue angle of 324.55º 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 #C23E8C is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 62 | 140 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.24 |
| HSL | 324.55º | 0.52% | 0.5% | - |
| HSV(B) | 324.55º | 0.68% | 0.76% | - |
| XYZ | 28.7 | 16.81 | 26.54 | - |
| YUV | 110.36 | 144.73 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 140 | 0 | 0.68 | 0.28 | 0.24 | 324.55 | 0.52 | 0.5 |
| Hex | C2 | 3E | 8C | 0 | 44 | 1C | 18 | 145 | 34 | 32 |
| Octal | 302 | 76 | 214 | 0 | 104 | 34 | 30 | 505 | 64 | 62 |
| Binary | 11000010 | 111110 | 10001100 | 0 | 1000100 | 11100 | 11000 | 101000101 | 110100 | 110010 |
Color Harmonies of #C23E8C
Complementary color
Monochromatic Colors of #C23E8C
Black with #C23E8C
Text Example
Text Example
White with #C23E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23E8C; }
p { color: rgb(194,62,140); }
H1.HeaderClassName
{
color: #C23E8C;
}
.AnyTagClassName
{
color: #C23E8C;
}
</style>
background-color css
<style>
a { background-color: #C23E8C; }
a { background-color: rgb(194,62,140); }
div.DivClassName
{
background-color: #C23E8C;
}
.BgClassName
{
background-color: #C23E8C;
}
</style>
border-color css
<style>
span { border-color: #C23E8C; }
span { border-color: rgb(194,62,140); }
td.TdClassName
{
border-color: #C23E8C;
}
.TagClassName
{
border-color: #C23E8C;
}
</style>