Shades of Mulberry #C23BA5
Tints of Mulberry #C23BA5
RGB
CMYK
RGB Variations
Color information
#C23BA5 (or 0xC23BA5) is known color: Mulberry. HEX triplet: C2, 3B and A5. RGB value is (194,59,165). Sum of RGB (Red+Green+Blue) = 194+59+165=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 59 (23.44% from 255 or 14.11% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C23BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23BA5 is #3DC45A. Grayscale: #6F6F6F. Windows color (decimal): -4047963 or 10828738. OLE color: 10828738.
HSL color Cylindrical-coordinate representation of color #C23BA5: hue angle of 312.89º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23BA5 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 59 | 165 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.24 |
| HSL | 312.89º | 0.53% | 0.5% | - |
| HSV(B) | 312.89º | 0.7% | 0.76% | - |
| XYZ | 30.6 | 17.31 | 37.33 | - |
| YUV | 111.45 | 158.23 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 165 | 0 | 0.70 | 0.15 | 0.24 | 312.89 | 0.53 | 0.5 |
| Hex | C2 | 3B | A5 | 0 | 46 | F | 18 | 139 | 35 | 32 |
| Octal | 302 | 73 | 245 | 0 | 106 | 17 | 30 | 471 | 65 | 62 |
| Binary | 11000010 | 111011 | 10100101 | 0 | 1000110 | 1111 | 11000 | 100111001 | 110101 | 110010 |
Color Harmonies of #C23BA5
Complementary color
Monochromatic Colors of #C23BA5
Black with #C23BA5
Text Example
Text Example
White with #C23BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23BA5; }
p { color: rgb(194,59,165); }
H1.HeaderClassName
{
color: #C23BA5;
}
.AnyTagClassName
{
color: #C23BA5;
}
</style>
background-color css
<style>
a { background-color: #C23BA5; }
a { background-color: rgb(194,59,165); }
div.DivClassName
{
background-color: #C23BA5;
}
.BgClassName
{
background-color: #C23BA5;
}
</style>
border-color css
<style>
span { border-color: #C23BA5; }
span { border-color: rgb(194,59,165); }
td.TdClassName
{
border-color: #C23BA5;
}
.TagClassName
{
border-color: #C23BA5;
}
</style>