Shades of Mulberry #C23D95
Tints of Mulberry #C23D95
RGB
CMYK
RGB Variations
Color information
#C23D95 (or 0xC23D95) is known color: Mulberry. HEX triplet: C2, 3D and 95. RGB value is (194,61,149). Sum of RGB (Red+Green+Blue) = 194+61+149=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C23D95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23D95 is #3DC26A. Grayscale: #6E6E6E. Windows color (decimal): -4047467 or 9780674. OLE color: 9780674.
HSL color Cylindrical-coordinate representation of color #C23D95: hue angle of 320.3º degrees, saturation: 0.52, 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 #C23D95 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 61 | 149 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.24 |
| HSL | 320.3º | 0.52% | 0.5% | - |
| HSV(B) | 320.3º | 0.69% | 0.76% | - |
| XYZ | 29.34 | 16.98 | 30.16 | - |
| YUV | 110.8 | 149.56 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 61 | 149 | 0 | 0.69 | 0.23 | 0.24 | 320.3 | 0.52 | 0.5 |
| Hex | C2 | 3D | 95 | 0 | 45 | 17 | 18 | 140 | 34 | 32 |
| Octal | 302 | 75 | 225 | 0 | 105 | 27 | 30 | 500 | 64 | 62 |
| Binary | 11000010 | 111101 | 10010101 | 0 | 1000101 | 10111 | 11000 | 101000000 | 110100 | 110010 |
Color Harmonies of #C23D95
Complementary color
Monochromatic Colors of #C23D95
Black with #C23D95
Text Example
Text Example
White with #C23D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23D95; }
p { color: rgb(194,61,149); }
H1.HeaderClassName
{
color: #C23D95;
}
.AnyTagClassName
{
color: #C23D95;
}
</style>
background-color css
<style>
a { background-color: #C23D95; }
a { background-color: rgb(194,61,149); }
div.DivClassName
{
background-color: #C23D95;
}
.BgClassName
{
background-color: #C23D95;
}
</style>
border-color css
<style>
span { border-color: #C23D95; }
span { border-color: rgb(194,61,149); }
td.TdClassName
{
border-color: #C23D95;
}
.TagClassName
{
border-color: #C23D95;
}
</style>