Shades of Mulberry #C23F98
Tints of Mulberry #C23F98
RGB
CMYK
RGB Variations
Color information
#C23F98 (or 0xC23F98) is known color: Mulberry. HEX triplet: C2, 3F and 98. RGB value is (194,63,152). Sum of RGB (Red+Green+Blue) = 194+63+152=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23F98 is #3DC067. Grayscale: #707070. Windows color (decimal): -4046952 or 9977794. OLE color: 9977794.
HSL color Cylindrical-coordinate representation of color #C23F98: hue angle of 319.24º 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 #C23F98 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 152 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.24 |
| HSL | 319.24º | 0.52% | 0.5% | - |
| HSV(B) | 319.24º | 0.68% | 0.76% | - |
| XYZ | 29.69 | 17.29 | 31.48 | - |
| YUV | 112.32 | 150.4 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 152 | 0 | 0.68 | 0.22 | 0.24 | 319.24 | 0.52 | 0.5 |
| Hex | C2 | 3F | 98 | 0 | 44 | 16 | 18 | 13F | 34 | 32 |
| Octal | 302 | 77 | 230 | 0 | 104 | 26 | 30 | 477 | 64 | 62 |
| Binary | 11000010 | 111111 | 10011000 | 0 | 1000100 | 10110 | 11000 | 100111111 | 110100 | 110010 |
Color Harmonies of #C23F98
Complementary color
Monochromatic Colors of #C23F98
Black with #C23F98
Text Example
Text Example
White with #C23F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F98; }
p { color: rgb(194,63,152); }
H1.HeaderClassName
{
color: #C23F98;
}
.AnyTagClassName
{
color: #C23F98;
}
</style>
background-color css
<style>
a { background-color: #C23F98; }
a { background-color: rgb(194,63,152); }
div.DivClassName
{
background-color: #C23F98;
}
.BgClassName
{
background-color: #C23F98;
}
</style>
border-color css
<style>
span { border-color: #C23F98; }
span { border-color: rgb(194,63,152); }
td.TdClassName
{
border-color: #C23F98;
}
.TagClassName
{
border-color: #C23F98;
}
</style>