Shades of Mulberry #C23F97
Tints of Mulberry #C23F97
RGB
CMYK
RGB Variations
Color information
#C23F97 (or 0xC23F97) is known color: Mulberry. HEX triplet: C2, 3F and 97. RGB value is (194,63,151). Sum of RGB (Red+Green+Blue) = 194+63+151=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 63 (25% from 255 or 15.44% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23F97 is #3DC068. Grayscale: #6F6F6F. Windows color (decimal): -4046953 or 9912258. OLE color: 9912258.
HSL color Cylindrical-coordinate representation of color #C23F97: hue angle of 319.69º 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 #C23F97 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 151 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.24 |
| HSL | 319.69º | 0.52% | 0.5% | - |
| HSV(B) | 319.69º | 0.68% | 0.76% | - |
| XYZ | 29.61 | 17.26 | 31.05 | - |
| YUV | 112.2 | 149.9 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 151 | 0 | 0.68 | 0.22 | 0.24 | 319.69 | 0.52 | 0.5 |
| Hex | C2 | 3F | 97 | 0 | 44 | 16 | 18 | 140 | 34 | 32 |
| Octal | 302 | 77 | 227 | 0 | 104 | 26 | 30 | 500 | 64 | 62 |
| Binary | 11000010 | 111111 | 10010111 | 0 | 1000100 | 10110 | 11000 | 101000000 | 110100 | 110010 |
Color Harmonies of #C23F97
Complementary color
Monochromatic Colors of #C23F97
Black with #C23F97
Text Example
Text Example
White with #C23F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F97; }
p { color: rgb(194,63,151); }
H1.HeaderClassName
{
color: #C23F97;
}
.AnyTagClassName
{
color: #C23F97;
}
</style>
background-color css
<style>
a { background-color: #C23F97; }
a { background-color: rgb(194,63,151); }
div.DivClassName
{
background-color: #C23F97;
}
.BgClassName
{
background-color: #C23F97;
}
</style>
border-color css
<style>
span { border-color: #C23F97; }
span { border-color: rgb(194,63,151); }
td.TdClassName
{
border-color: #C23F97;
}
.TagClassName
{
border-color: #C23F97;
}
</style>