Shades of Fuchsia #C63FAC
Tints of Fuchsia #C63FAC
RGB
CMYK
RGB Variations
Color information
#C63FAC (or 0xC63FAC) is known color: Fuchsia. HEX triplet: C6, 3F and AC. RGB value is (198,63,172). Sum of RGB (Red+Green+Blue) = 198+63+172=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C63FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63FAC is #39C053. Grayscale: #737373. Windows color (decimal): -3784788 or 11288518. OLE color: 11288518.
HSL color Cylindrical-coordinate representation of color #C63FAC: hue angle of 311.56º 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 #C63FAC is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 172 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.22 |
| HSL | 311.56º | 0.54% | 0.51% | - |
| HSV(B) | 311.56º | 0.68% | 0.78% | - |
| XYZ | 32.51 | 18.54 | 40.89 | - |
| YUV | 115.79 | 159.73 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 172 | 0 | 0.68 | 0.13 | 0.22 | 311.56 | 0.54 | 0.51 |
| Hex | C6 | 3F | AC | 0 | 44 | D | 16 | 138 | 36 | 33 |
| Octal | 306 | 77 | 254 | 0 | 104 | 15 | 26 | 470 | 66 | 63 |
| Binary | 11000110 | 111111 | 10101100 | 0 | 1000100 | 1101 | 10110 | 100111000 | 110110 | 110011 |
Color Harmonies of #C63FAC
Complementary color
Monochromatic Colors of #C63FAC
Black with #C63FAC
Text Example
Text Example
White with #C63FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FAC; }
p { color: rgb(198,63,172); }
H1.HeaderClassName
{
color: #C63FAC;
}
.AnyTagClassName
{
color: #C63FAC;
}
</style>
background-color css
<style>
a { background-color: #C63FAC; }
a { background-color: rgb(198,63,172); }
div.DivClassName
{
background-color: #C63FAC;
}
.BgClassName
{
background-color: #C63FAC;
}
</style>
border-color css
<style>
span { border-color: #C63FAC; }
span { border-color: rgb(198,63,172); }
td.TdClassName
{
border-color: #C63FAC;
}
.TagClassName
{
border-color: #C63FAC;
}
</style>