Shades of Mulberry #C23F85
Tints of Mulberry #C23F85
RGB
CMYK
RGB Variations
Color information
#C23F85 (or 0xC23F85) is known color: Mulberry. HEX triplet: C2, 3F and 85. RGB value is (194,63,133). Sum of RGB (Red+Green+Blue) = 194+63+133=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23F85 is #3DC07A. Grayscale: #6D6D6D. Windows color (decimal): -4046971 or 8732610. OLE color: 8732610.
HSL color Cylindrical-coordinate representation of color #C23F85: hue angle of 327.94º 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 #C23F85 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 133 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.24 |
| HSL | 327.94º | 0.52% | 0.5% | - |
| HSV(B) | 327.94º | 0.68% | 0.76% | - |
| XYZ | 28.26 | 16.72 | 23.93 | - |
| YUV | 110.15 | 140.9 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 133 | 0 | 0.68 | 0.31 | 0.24 | 327.94 | 0.52 | 0.5 |
| Hex | C2 | 3F | 85 | 0 | 44 | 1F | 18 | 148 | 34 | 32 |
| Octal | 302 | 77 | 205 | 0 | 104 | 37 | 30 | 510 | 64 | 62 |
| Binary | 11000010 | 111111 | 10000101 | 0 | 1000100 | 11111 | 11000 | 101001000 | 110100 | 110010 |
Color Harmonies of #C23F85
Complementary color
Monochromatic Colors of #C23F85
Black with #C23F85
Text Example
Text Example
White with #C23F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23F85; }
p { color: rgb(194,63,133); }
H1.HeaderClassName
{
color: #C23F85;
}
.AnyTagClassName
{
color: #C23F85;
}
</style>
background-color css
<style>
a { background-color: #C23F85; }
a { background-color: rgb(194,63,133); }
div.DivClassName
{
background-color: #C23F85;
}
.BgClassName
{
background-color: #C23F85;
}
</style>
border-color css
<style>
span { border-color: #C23F85; }
span { border-color: rgb(194,63,133); }
td.TdClassName
{
border-color: #C23F85;
}
.TagClassName
{
border-color: #C23F85;
}
</style>