Shades of Fuchsia #C64FC3
Tints of Fuchsia #C64FC3
RGB
CMYK
RGB Variations
Color information
#C64FC3 (or 0xC64FC3) is known color: Fuchsia. HEX triplet: C6, 4F and C3. RGB value is (198,79,195). Sum of RGB (Red+Green+Blue) = 198+79+195=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C64FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64FC3 is #39B03C. Grayscale: #7F7F7F. Windows color (decimal): -3780669 or 12799942. OLE color: 12799942.
HSL color Cylindrical-coordinate representation of color #C64FC3: hue angle of 301.51º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C64FC3 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 195 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.22 |
| HSL | 301.51º | 0.51% | 0.54% | - |
| HSV(B) | 301.51º | 0.6% | 0.78% | - |
| XYZ | 35.94 | 21.54 | 53.89 | - |
| YUV | 127.81 | 165.92 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 195 | 0 | 0.60 | 0.02 | 0.22 | 301.51 | 0.51 | 0.54 |
| Hex | C6 | 4F | C3 | 0 | 3C | 2 | 16 | 12E | 33 | 36 |
| Octal | 306 | 117 | 303 | 0 | 74 | 2 | 26 | 456 | 63 | 66 |
| Binary | 11000110 | 1001111 | 11000011 | 0 | 111100 | 10 | 10110 | 100101110 | 110011 | 110110 |
Color Harmonies of #C64FC3
Complementary color
Monochromatic Colors of #C64FC3
Black with #C64FC3
Text Example
Text Example
White with #C64FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64FC3; }
p { color: rgb(198,79,195); }
H1.HeaderClassName
{
color: #C64FC3;
}
.AnyTagClassName
{
color: #C64FC3;
}
</style>
background-color css
<style>
a { background-color: #C64FC3; }
a { background-color: rgb(198,79,195); }
div.DivClassName
{
background-color: #C64FC3;
}
.BgClassName
{
background-color: #C64FC3;
}
</style>
border-color css
<style>
span { border-color: #C64FC3; }
span { border-color: rgb(198,79,195); }
td.TdClassName
{
border-color: #C64FC3;
}
.TagClassName
{
border-color: #C64FC3;
}
</style>