Shades of Fuchsia #C23FC8
Tints of Fuchsia #C23FC8
RGB
CMYK
RGB Variations
Color information
#C23FC8 (or 0xC23FC8) is known color: Fuchsia. HEX triplet: C2, 3F and C8. RGB value is (194,63,200). Sum of RGB (Red+Green+Blue) = 194+63+200=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 200 - color contains mainly: blue. Hex color #C23FC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23FC8 is #3DC037. Grayscale: #757575. Windows color (decimal): -4046904 or 13123522. OLE color: 13123522.
HSL color Cylindrical-coordinate representation of color #C23FC8: hue angle of 297.37º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23FC8 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 63 | 200 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.22 |
| HSL | 297.37º | 0.55% | 0.52% | - |
| HSV(B) | 297.37º | 0.69% | 0.78% | - |
| XYZ | 34.45 | 19.19 | 56.53 | - |
| YUV | 117.79 | 174.4 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 200 | 0.03 | 0.68 | 0 | 0.22 | 297.37 | 0.55 | 0.52 |
| Hex | C2 | 3F | C8 | 3 | 44 | 0 | 16 | 129 | 37 | 34 |
| Octal | 302 | 77 | 310 | 3 | 104 | 0 | 26 | 451 | 67 | 64 |
| Binary | 11000010 | 111111 | 11001000 | 11 | 1000100 | 0 | 10110 | 100101001 | 110111 | 110100 |
Color Harmonies of #C23FC8
Complementary color
Monochromatic Colors of #C23FC8
Black with #C23FC8
Text Example
Text Example
White with #C23FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23FC8; }
p { color: rgb(194,63,200); }
H1.HeaderClassName
{
color: #C23FC8;
}
.AnyTagClassName
{
color: #C23FC8;
}
</style>
background-color css
<style>
a { background-color: #C23FC8; }
a { background-color: rgb(194,63,200); }
div.DivClassName
{
background-color: #C23FC8;
}
.BgClassName
{
background-color: #C23FC8;
}
</style>
border-color css
<style>
span { border-color: #C23FC8; }
span { border-color: rgb(194,63,200); }
td.TdClassName
{
border-color: #C23FC8;
}
.TagClassName
{
border-color: #C23FC8;
}
</style>