Shades of Fuchsia #C23FC6
Tints of Fuchsia #C23FC6
RGB
CMYK
RGB Variations
Color information
#C23FC6 (or 0xC23FC6) is known color: Fuchsia. HEX triplet: C2, 3F and C6. RGB value is (194,63,198). Sum of RGB (Red+Green+Blue) = 194+63+198=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 198 - color contains mainly: blue. Hex color #C23FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23FC6 is #3DC039. Grayscale: #757575. Windows color (decimal): -4046906 or 12992450. OLE color: 12992450.
HSL color Cylindrical-coordinate representation of color #C23FC6: hue angle of 298.22º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C23FC6 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 63 | 198 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.22 |
| HSL | 298.22º | 0.54% | 0.51% | - |
| HSV(B) | 298.22º | 0.68% | 0.78% | - |
| XYZ | 34.22 | 19.1 | 55.31 | - |
| YUV | 117.56 | 173.4 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 198 | 0.02 | 0.68 | 0 | 0.22 | 298.22 | 0.54 | 0.51 |
| Hex | C2 | 3F | C6 | 2 | 44 | 0 | 16 | 12A | 36 | 33 |
| Octal | 302 | 77 | 306 | 2 | 104 | 0 | 26 | 452 | 66 | 63 |
| Binary | 11000010 | 111111 | 11000110 | 10 | 1000100 | 0 | 10110 | 100101010 | 110110 | 110011 |
Color Harmonies of #C23FC6
Complementary color
Monochromatic Colors of #C23FC6
Black with #C23FC6
Text Example
Text Example
White with #C23FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23FC6; }
p { color: rgb(194,63,198); }
H1.HeaderClassName
{
color: #C23FC6;
}
.AnyTagClassName
{
color: #C23FC6;
}
</style>
background-color css
<style>
a { background-color: #C23FC6; }
a { background-color: rgb(194,63,198); }
div.DivClassName
{
background-color: #C23FC6;
}
.BgClassName
{
background-color: #C23FC6;
}
</style>
border-color css
<style>
span { border-color: #C23FC6; }
span { border-color: rgb(194,63,198); }
td.TdClassName
{
border-color: #C23FC6;
}
.TagClassName
{
border-color: #C23FC6;
}
</style>