Shades of Fuchsia #C23EAC
Tints of Fuchsia #C23EAC
RGB
CMYK
RGB Variations
Color information
#C23EAC (or 0xC23EAC) is known color: Fuchsia. HEX triplet: C2, 3E and AC. RGB value is (194,62,172). Sum of RGB (Red+Green+Blue) = 194+62+172=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C23EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23EAC is #3DC153. Grayscale: #717171. Windows color (decimal): -4047188 or 11288258. OLE color: 11288258.
HSL color Cylindrical-coordinate representation of color #C23EAC: hue angle of 310º 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 #C23EAC is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 62 | 172 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.24 |
| HSL | 310º | 0.52% | 0.5% | - |
| HSV(B) | 310º | 0.68% | 0.76% | - |
| XYZ | 31.42 | 17.89 | 40.83 | - |
| YUV | 114.01 | 160.73 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 172 | 0 | 0.68 | 0.11 | 0.24 | 310 | 0.52 | 0.5 |
| Hex | C2 | 3E | AC | 0 | 44 | B | 18 | 136 | 34 | 32 |
| Octal | 302 | 76 | 254 | 0 | 104 | 13 | 30 | 466 | 64 | 62 |
| Binary | 11000010 | 111110 | 10101100 | 0 | 1000100 | 1011 | 11000 | 100110110 | 110100 | 110010 |
Color Harmonies of #C23EAC
Complementary color
Monochromatic Colors of #C23EAC
Black with #C23EAC
Text Example
Text Example
White with #C23EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23EAC; }
p { color: rgb(194,62,172); }
H1.HeaderClassName
{
color: #C23EAC;
}
.AnyTagClassName
{
color: #C23EAC;
}
</style>
background-color css
<style>
a { background-color: #C23EAC; }
a { background-color: rgb(194,62,172); }
div.DivClassName
{
background-color: #C23EAC;
}
.BgClassName
{
background-color: #C23EAC;
}
</style>
border-color css
<style>
span { border-color: #C23EAC; }
span { border-color: rgb(194,62,172); }
td.TdClassName
{
border-color: #C23EAC;
}
.TagClassName
{
border-color: #C23EAC;
}
</style>