Shades of Mulberry #C23C9F
Tints of Mulberry #C23C9F
RGB
CMYK
RGB Variations
Color information
#C23C9F (or 0xC23C9F) is known color: Mulberry. HEX triplet: C2, 3C and 9F. RGB value is (194,60,159). Sum of RGB (Red+Green+Blue) = 194+60+159=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23C9F is #3DC360. Grayscale: #6F6F6F. Windows color (decimal): -4047713 or 10435778. OLE color: 10435778.
HSL color Cylindrical-coordinate representation of color #C23C9F: hue angle of 315.67º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23C9F is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 159 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.24 |
| HSL | 315.67º | 0.53% | 0.5% | - |
| HSV(B) | 315.67º | 0.69% | 0.76% | - |
| XYZ | 30.12 | 17.2 | 34.53 | - |
| YUV | 111.35 | 154.89 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 159 | 0 | 0.69 | 0.18 | 0.24 | 315.67 | 0.53 | 0.5 |
| Hex | C2 | 3C | 9F | 0 | 45 | 12 | 18 | 13C | 35 | 32 |
| Octal | 302 | 74 | 237 | 0 | 105 | 22 | 30 | 474 | 65 | 62 |
| Binary | 11000010 | 111100 | 10011111 | 0 | 1000101 | 10010 | 11000 | 100111100 | 110101 | 110010 |
Color Harmonies of #C23C9F
Complementary color
Monochromatic Colors of #C23C9F
Black with #C23C9F
Text Example
Text Example
White with #C23C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C9F; }
p { color: rgb(194,60,159); }
H1.HeaderClassName
{
color: #C23C9F;
}
.AnyTagClassName
{
color: #C23C9F;
}
</style>
background-color css
<style>
a { background-color: #C23C9F; }
a { background-color: rgb(194,60,159); }
div.DivClassName
{
background-color: #C23C9F;
}
.BgClassName
{
background-color: #C23C9F;
}
</style>
border-color css
<style>
span { border-color: #C23C9F; }
span { border-color: rgb(194,60,159); }
td.TdClassName
{
border-color: #C23C9F;
}
.TagClassName
{
border-color: #C23C9F;
}
</style>