Shades of Mulberry #C23FA6
Tints of Mulberry #C23FA6
RGB
CMYK
RGB Variations
Color information
#C23FA6 (or 0xC23FA6) is known color: Mulberry. HEX triplet: C2, 3F and A6. RGB value is (194,63,166). Sum of RGB (Red+Green+Blue) = 194+63+166=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C23FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23FA6 is #3DC059. Grayscale: #717171. Windows color (decimal): -4046938 or 10895298. OLE color: 10895298.
HSL color Cylindrical-coordinate representation of color #C23FA6: hue angle of 312.82º 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 #C23FA6 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 166 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.24 |
| HSL | 312.82º | 0.52% | 0.5% | - |
| HSV(B) | 312.82º | 0.68% | 0.76% | - |
| XYZ | 30.91 | 17.78 | 37.88 | - |
| YUV | 113.91 | 157.4 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 166 | 0 | 0.68 | 0.14 | 0.24 | 312.82 | 0.52 | 0.5 |
| Hex | C2 | 3F | A6 | 0 | 44 | E | 18 | 139 | 34 | 32 |
| Octal | 302 | 77 | 246 | 0 | 104 | 16 | 30 | 471 | 64 | 62 |
| Binary | 11000010 | 111111 | 10100110 | 0 | 1000100 | 1110 | 11000 | 100111001 | 110100 | 110010 |
Color Harmonies of #C23FA6
Complementary color
Monochromatic Colors of #C23FA6
Black with #C23FA6
Text Example
Text Example
White with #C23FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23FA6; }
p { color: rgb(194,63,166); }
H1.HeaderClassName
{
color: #C23FA6;
}
.AnyTagClassName
{
color: #C23FA6;
}
</style>
background-color css
<style>
a { background-color: #C23FA6; }
a { background-color: rgb(194,63,166); }
div.DivClassName
{
background-color: #C23FA6;
}
.BgClassName
{
background-color: #C23FA6;
}
</style>
border-color css
<style>
span { border-color: #C23FA6; }
span { border-color: rgb(194,63,166); }
td.TdClassName
{
border-color: #C23FA6;
}
.TagClassName
{
border-color: #C23FA6;
}
</style>