Shades of Fuchsia #C23FAC
Tints of Fuchsia #C23FAC
RGB
CMYK
RGB Variations
Color information
#C23FAC (or 0xC23FAC) is known color: Fuchsia. HEX triplet: C2, 3F and AC. RGB value is (194,63,172). Sum of RGB (Red+Green+Blue) = 194+63+172=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 63 (25% from 255 or 14.69% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C23FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23FAC is #3DC053. Grayscale: #727272. Windows color (decimal): -4046932 or 11288514. OLE color: 11288514.
HSL color Cylindrical-coordinate representation of color #C23FAC: hue angle of 310.08º 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 #C23FAC is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 172 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.24 |
| HSL | 310.08º | 0.52% | 0.5% | - |
| HSV(B) | 310.08º | 0.68% | 0.76% | - |
| XYZ | 31.47 | 18 | 40.85 | - |
| YUV | 114.6 | 160.4 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 172 | 0 | 0.68 | 0.11 | 0.24 | 310.08 | 0.52 | 0.5 |
| Hex | C2 | 3F | AC | 0 | 44 | B | 18 | 136 | 34 | 32 |
| Octal | 302 | 77 | 254 | 0 | 104 | 13 | 30 | 466 | 64 | 62 |
| Binary | 11000010 | 111111 | 10101100 | 0 | 1000100 | 1011 | 11000 | 100110110 | 110100 | 110010 |
Color Harmonies of #C23FAC
Complementary color
Monochromatic Colors of #C23FAC
Black with #C23FAC
Text Example
Text Example
White with #C23FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23FAC; }
p { color: rgb(194,63,172); }
H1.HeaderClassName
{
color: #C23FAC;
}
.AnyTagClassName
{
color: #C23FAC;
}
</style>
background-color css
<style>
a { background-color: #C23FAC; }
a { background-color: rgb(194,63,172); }
div.DivClassName
{
background-color: #C23FAC;
}
.BgClassName
{
background-color: #C23FAC;
}
</style>
border-color css
<style>
span { border-color: #C23FAC; }
span { border-color: rgb(194,63,172); }
td.TdClassName
{
border-color: #C23FAC;
}
.TagClassName
{
border-color: #C23FAC;
}
</style>