Shades of Fuchsia #C64FC0
Tints of Fuchsia #C64FC0
RGB
CMYK
RGB Variations
Color information
#C64FC0 (or 0xC64FC0) is known color: Fuchsia. HEX triplet: C6, 4F and C0. RGB value is (198,79,192). Sum of RGB (Red+Green+Blue) = 198+79+192=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C64FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64FC0 is #39B03F. Grayscale: #7F7F7F. Windows color (decimal): -3780672 or 12603334. OLE color: 12603334.
HSL color Cylindrical-coordinate representation of color #C64FC0: hue angle of 303.03º 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 #C64FC0 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 192 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.22 |
| HSL | 303.03º | 0.51% | 0.54% | - |
| HSV(B) | 303.03º | 0.6% | 0.78% | - |
| XYZ | 35.6 | 21.4 | 52.12 | - |
| YUV | 127.46 | 164.42 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 192 | 0 | 0.60 | 0.03 | 0.22 | 303.03 | 0.51 | 0.54 |
| Hex | C6 | 4F | C0 | 0 | 3C | 3 | 16 | 12F | 33 | 36 |
| Octal | 306 | 117 | 300 | 0 | 74 | 3 | 26 | 457 | 63 | 66 |
| Binary | 11000110 | 1001111 | 11000000 | 0 | 111100 | 11 | 10110 | 100101111 | 110011 | 110110 |
Color Harmonies of #C64FC0
Complementary color
Monochromatic Colors of #C64FC0
Black with #C64FC0
Text Example
Text Example
White with #C64FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64FC0; }
p { color: rgb(198,79,192); }
H1.HeaderClassName
{
color: #C64FC0;
}
.AnyTagClassName
{
color: #C64FC0;
}
</style>
background-color css
<style>
a { background-color: #C64FC0; }
a { background-color: rgb(198,79,192); }
div.DivClassName
{
background-color: #C64FC0;
}
.BgClassName
{
background-color: #C64FC0;
}
</style>
border-color css
<style>
span { border-color: #C64FC0; }
span { border-color: rgb(198,79,192); }
td.TdClassName
{
border-color: #C64FC0;
}
.TagClassName
{
border-color: #C64FC0;
}
</style>