Shades of Fuchsia #C23FA9
Tints of Fuchsia #C23FA9
RGB
CMYK
RGB Variations
Color information
#C23FA9 (or 0xC23FA9) is known color: Fuchsia. HEX triplet: C2, 3F and A9. RGB value is (194,63,169). Sum of RGB (Red+Green+Blue) = 194+63+169=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 63 (25% from 255 or 14.79% from 426); Blue value is 169 (66.41% from 255 or 39.67% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C23FA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23FA9 is #3DC056. Grayscale: #717171. Windows color (decimal): -4046935 or 11091906. OLE color: 11091906.
HSL color Cylindrical-coordinate representation of color #C23FA9: hue angle of 311.45º 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 #C23FA9 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 169 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.24 |
| HSL | 311.45º | 0.52% | 0.5% | - |
| HSV(B) | 311.45º | 0.68% | 0.76% | - |
| XYZ | 31.19 | 17.89 | 39.35 | - |
| YUV | 114.25 | 158.9 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 169 | 0 | 0.68 | 0.13 | 0.24 | 311.45 | 0.52 | 0.5 |
| Hex | C2 | 3F | A9 | 0 | 44 | D | 18 | 137 | 34 | 32 |
| Octal | 302 | 77 | 251 | 0 | 104 | 15 | 30 | 467 | 64 | 62 |
| Binary | 11000010 | 111111 | 10101001 | 0 | 1000100 | 1101 | 11000 | 100110111 | 110100 | 110010 |
Color Harmonies of #C23FA9
Complementary color
Monochromatic Colors of #C23FA9
Black with #C23FA9
Text Example
Text Example
White with #C23FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23FA9; }
p { color: rgb(194,63,169); }
H1.HeaderClassName
{
color: #C23FA9;
}
.AnyTagClassName
{
color: #C23FA9;
}
</style>
background-color css
<style>
a { background-color: #C23FA9; }
a { background-color: rgb(194,63,169); }
div.DivClassName
{
background-color: #C23FA9;
}
.BgClassName
{
background-color: #C23FA9;
}
</style>
border-color css
<style>
span { border-color: #C23FA9; }
span { border-color: rgb(194,63,169); }
td.TdClassName
{
border-color: #C23FA9;
}
.TagClassName
{
border-color: #C23FA9;
}
</style>