Shades of Fuchsia #C23ACE
Tints of Fuchsia #C23ACE
RGB
CMYK
RGB Variations
Color information
#C23ACE (or 0xC23ACE) is known color: Fuchsia. HEX triplet: C2, 3A and CE. RGB value is (194,58,206). Sum of RGB (Red+Green+Blue) = 194+58+206=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #C23ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23ACE is #3DC531. Grayscale: #737373. Windows color (decimal): -4048178 or 13515458. OLE color: 13515458.
HSL color Cylindrical-coordinate representation of color #C23ACE: hue angle of 295.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23ACE is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 58 | 206 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.19 |
| HSL | 295.14º | 0.6% | 0.52% | - |
| HSV(B) | 295.14º | 0.72% | 0.81% | - |
| XYZ | 34.9 | 18.95 | 60.21 | - |
| YUV | 115.54 | 179.06 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 206 | 0.06 | 0.72 | 0 | 0.19 | 295.14 | 0.6 | 0.52 |
| Hex | C2 | 3A | CE | 6 | 48 | 0 | 13 | 127 | 3C | 34 |
| Octal | 302 | 72 | 316 | 6 | 110 | 0 | 23 | 447 | 74 | 64 |
| Binary | 11000010 | 111010 | 11001110 | 110 | 1001000 | 0 | 10011 | 100100111 | 111100 | 110100 |
Color Harmonies of #C23ACE
Complementary color
Monochromatic Colors of #C23ACE
Black with #C23ACE
Text Example
Text Example
White with #C23ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23ACE; }
p { color: rgb(194,58,206); }
H1.HeaderClassName
{
color: #C23ACE;
}
.AnyTagClassName
{
color: #C23ACE;
}
</style>
background-color css
<style>
a { background-color: #C23ACE; }
a { background-color: rgb(194,58,206); }
div.DivClassName
{
background-color: #C23ACE;
}
.BgClassName
{
background-color: #C23ACE;
}
</style>
border-color css
<style>
span { border-color: #C23ACE; }
span { border-color: rgb(194,58,206); }
td.TdClassName
{
border-color: #C23ACE;
}
.TagClassName
{
border-color: #C23ACE;
}
</style>