Shades of Fuchsia #C23FCE
Tints of Fuchsia #C23FCE
RGB
CMYK
RGB Variations
Color information
#C23FCE (or 0xC23FCE) is known color: Fuchsia. HEX triplet: C2, 3F and CE. RGB value is (194,63,206). Sum of RGB (Red+Green+Blue) = 194+63+206=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #C23FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23FCE is #3DC031. Grayscale: #767676. Windows color (decimal): -4046898 or 13516738. OLE color: 13516738.
HSL color Cylindrical-coordinate representation of color #C23FCE: hue angle of 294.97º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23FCE is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 63 | 206 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.19 |
| HSL | 294.97º | 0.59% | 0.53% | - |
| HSV(B) | 294.97º | 0.69% | 0.81% | - |
| XYZ | 35.17 | 19.48 | 60.3 | - |
| YUV | 118.47 | 177.4 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 206 | 0.06 | 0.69 | 0 | 0.19 | 294.97 | 0.59 | 0.53 |
| Hex | C2 | 3F | CE | 6 | 45 | 0 | 13 | 127 | 3B | 35 |
| Octal | 302 | 77 | 316 | 6 | 105 | 0 | 23 | 447 | 73 | 65 |
| Binary | 11000010 | 111111 | 11001110 | 110 | 1000101 | 0 | 10011 | 100100111 | 111011 | 110101 |
Color Harmonies of #C23FCE
Complementary color
Monochromatic Colors of #C23FCE
Black with #C23FCE
Text Example
Text Example
White with #C23FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23FCE; }
p { color: rgb(194,63,206); }
H1.HeaderClassName
{
color: #C23FCE;
}
.AnyTagClassName
{
color: #C23FCE;
}
</style>
background-color css
<style>
a { background-color: #C23FCE; }
a { background-color: rgb(194,63,206); }
div.DivClassName
{
background-color: #C23FCE;
}
.BgClassName
{
background-color: #C23FCE;
}
</style>
border-color css
<style>
span { border-color: #C23FCE; }
span { border-color: rgb(194,63,206); }
td.TdClassName
{
border-color: #C23FCE;
}
.TagClassName
{
border-color: #C23FCE;
}
</style>