Shades of Fuchsia #C23FC0
Tints of Fuchsia #C23FC0
RGB
CMYK
RGB Variations
Color information
#C23FC0 (or 0xC23FC0) is known color: Fuchsia. HEX triplet: C2, 3F and C0. RGB value is (194,63,192). Sum of RGB (Red+Green+Blue) = 194+63+192=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C23FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23FC0 is #3DC03F. Grayscale: #747474. Windows color (decimal): -4046912 or 12599234. OLE color: 12599234.
HSL color Cylindrical-coordinate representation of color #C23FC0: hue angle of 300.92º 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 #C23FC0 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 63 | 192 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.24 |
| HSL | 300.92º | 0.52% | 0.5% | - |
| HSV(B) | 300.92º | 0.68% | 0.76% | - |
| XYZ | 33.54 | 18.83 | 51.74 | - |
| YUV | 116.88 | 170.4 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 192 | 0 | 0.68 | 0.01 | 0.24 | 300.92 | 0.52 | 0.5 |
| Hex | C2 | 3F | C0 | 0 | 44 | 1 | 18 | 12D | 34 | 32 |
| Octal | 302 | 77 | 300 | 0 | 104 | 1 | 30 | 455 | 64 | 62 |
| Binary | 11000010 | 111111 | 11000000 | 0 | 1000100 | 1 | 11000 | 100101101 | 110100 | 110010 |
Color Harmonies of #C23FC0
Complementary color
Monochromatic Colors of #C23FC0
Black with #C23FC0
Text Example
Text Example
White with #C23FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23FC0; }
p { color: rgb(194,63,192); }
H1.HeaderClassName
{
color: #C23FC0;
}
.AnyTagClassName
{
color: #C23FC0;
}
</style>
background-color css
<style>
a { background-color: #C23FC0; }
a { background-color: rgb(194,63,192); }
div.DivClassName
{
background-color: #C23FC0;
}
.BgClassName
{
background-color: #C23FC0;
}
</style>
border-color css
<style>
span { border-color: #C23FC0; }
span { border-color: rgb(194,63,192); }
td.TdClassName
{
border-color: #C23FC0;
}
.TagClassName
{
border-color: #C23FC0;
}
</style>