Shades of Fuchsia #C63FBC
Tints of Fuchsia #C63FBC
RGB
CMYK
RGB Variations
Color information
#C63FBC (or 0xC63FBC) is known color: Fuchsia. HEX triplet: C6, 3F and BC. RGB value is (198,63,188). Sum of RGB (Red+Green+Blue) = 198+63+188=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C63FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FBC is #39C043. Grayscale: #757575. Windows color (decimal): -3784772 or 12337094. OLE color: 12337094.
HSL color Cylindrical-coordinate representation of color #C63FBC: hue angle of 304.44º 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 #C63FBC is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 188 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.22 |
| HSL | 304.44º | 0.54% | 0.51% | - |
| HSV(B) | 304.44º | 0.68% | 0.78% | - |
| XYZ | 34.14 | 19.19 | 49.48 | - |
| YUV | 117.62 | 167.73 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 188 | 0 | 0.68 | 0.05 | 0.22 | 304.44 | 0.54 | 0.51 |
| Hex | C6 | 3F | BC | 0 | 44 | 5 | 16 | 130 | 36 | 33 |
| Octal | 306 | 77 | 274 | 0 | 104 | 5 | 26 | 460 | 66 | 63 |
| Binary | 11000110 | 111111 | 10111100 | 0 | 1000100 | 101 | 10110 | 100110000 | 110110 | 110011 |
Color Harmonies of #C63FBC
Complementary color
Monochromatic Colors of #C63FBC
Black with #C63FBC
Text Example
Text Example
White with #C63FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FBC; }
p { color: rgb(198,63,188); }
H1.HeaderClassName
{
color: #C63FBC;
}
.AnyTagClassName
{
color: #C63FBC;
}
</style>
background-color css
<style>
a { background-color: #C63FBC; }
a { background-color: rgb(198,63,188); }
div.DivClassName
{
background-color: #C63FBC;
}
.BgClassName
{
background-color: #C63FBC;
}
</style>
border-color css
<style>
span { border-color: #C63FBC; }
span { border-color: rgb(198,63,188); }
td.TdClassName
{
border-color: #C63FBC;
}
.TagClassName
{
border-color: #C63FBC;
}
</style>