Shades of Fuchsia #C23BC6
Tints of Fuchsia #C23BC6
RGB
CMYK
RGB Variations
Color information
#C23BC6 (or 0xC23BC6) is known color: Fuchsia. HEX triplet: C2, 3B and C6. RGB value is (194,59,198). Sum of RGB (Red+Green+Blue) = 194+59+198=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 198 - color contains mainly: blue. Hex color #C23BC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BC6 is #3DC439. Grayscale: #727272. Windows color (decimal): -4047930 or 12991426. OLE color: 12991426.
HSL color Cylindrical-coordinate representation of color #C23BC6: hue angle of 298.27º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23BC6 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 59 | 198 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.22 |
| HSL | 298.27º | 0.55% | 0.5% | - |
| HSV(B) | 298.27º | 0.7% | 0.78% | - |
| XYZ | 34.01 | 18.67 | 55.24 | - |
| YUV | 115.21 | 174.73 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 198 | 0.02 | 0.70 | 0 | 0.22 | 298.27 | 0.55 | 0.5 |
| Hex | C2 | 3B | C6 | 2 | 46 | 0 | 16 | 12A | 37 | 32 |
| Octal | 302 | 73 | 306 | 2 | 106 | 0 | 26 | 452 | 67 | 62 |
| Binary | 11000010 | 111011 | 11000110 | 10 | 1000110 | 0 | 10110 | 100101010 | 110111 | 110010 |
Color Harmonies of #C23BC6
Complementary color
Monochromatic Colors of #C23BC6
Black with #C23BC6
Text Example
Text Example
White with #C23BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23BC6; }
p { color: rgb(194,59,198); }
H1.HeaderClassName
{
color: #C23BC6;
}
.AnyTagClassName
{
color: #C23BC6;
}
</style>
background-color css
<style>
a { background-color: #C23BC6; }
a { background-color: rgb(194,59,198); }
div.DivClassName
{
background-color: #C23BC6;
}
.BgClassName
{
background-color: #C23BC6;
}
</style>
border-color css
<style>
span { border-color: #C23BC6; }
span { border-color: rgb(194,59,198); }
td.TdClassName
{
border-color: #C23BC6;
}
.TagClassName
{
border-color: #C23BC6;
}
</style>