Shades of Mulberry #C23EA6
Tints of Mulberry #C23EA6
RGB
CMYK
RGB Variations
Color information
#C23EA6 (or 0xC23EA6) is known color: Mulberry. HEX triplet: C2, 3E and A6. RGB value is (194,62,166). Sum of RGB (Red+Green+Blue) = 194+62+166=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C23EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23EA6 is #3DC159. Grayscale: #717171. Windows color (decimal): -4047194 or 10895042. OLE color: 10895042.
HSL color Cylindrical-coordinate representation of color #C23EA6: hue angle of 312.73º 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 #C23EA6 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 62 | 166 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.24 |
| HSL | 312.73º | 0.52% | 0.5% | - |
| HSV(B) | 312.73º | 0.68% | 0.76% | - |
| XYZ | 30.85 | 17.67 | 37.86 | - |
| YUV | 113.32 | 157.73 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 166 | 0 | 0.68 | 0.14 | 0.24 | 312.73 | 0.52 | 0.5 |
| Hex | C2 | 3E | A6 | 0 | 44 | E | 18 | 139 | 34 | 32 |
| Octal | 302 | 76 | 246 | 0 | 104 | 16 | 30 | 471 | 64 | 62 |
| Binary | 11000010 | 111110 | 10100110 | 0 | 1000100 | 1110 | 11000 | 100111001 | 110100 | 110010 |
Color Harmonies of #C23EA6
Complementary color
Monochromatic Colors of #C23EA6
Black with #C23EA6
Text Example
Text Example
White with #C23EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23EA6; }
p { color: rgb(194,62,166); }
H1.HeaderClassName
{
color: #C23EA6;
}
.AnyTagClassName
{
color: #C23EA6;
}
</style>
background-color css
<style>
a { background-color: #C23EA6; }
a { background-color: rgb(194,62,166); }
div.DivClassName
{
background-color: #C23EA6;
}
.BgClassName
{
background-color: #C23EA6;
}
</style>
border-color css
<style>
span { border-color: #C23EA6; }
span { border-color: rgb(194,62,166); }
td.TdClassName
{
border-color: #C23EA6;
}
.TagClassName
{
border-color: #C23EA6;
}
</style>