Shades of Fuchsia #C64EC0
Tints of Fuchsia #C64EC0
RGB
CMYK
RGB Variations
Color information
#C64EC0 (or 0xC64EC0) is known color: Fuchsia. HEX triplet: C6, 4E and C0. RGB value is (198,78,192). Sum of RGB (Red+Green+Blue) = 198+78+192=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C64EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64EC0 is #39B13F. Grayscale: #7E7E7E. Windows color (decimal): -3780928 or 12603078. OLE color: 12603078.
HSL color Cylindrical-coordinate representation of color #C64EC0: hue angle of 303º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64EC0 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 192 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.22 |
| HSL | 303º | 0.51% | 0.54% | - |
| HSV(B) | 303º | 0.61% | 0.78% | - |
| XYZ | 35.53 | 21.26 | 52.1 | - |
| YUV | 126.88 | 164.76 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 192 | 0 | 0.61 | 0.03 | 0.22 | 303 | 0.51 | 0.54 |
| Hex | C6 | 4E | C0 | 0 | 3D | 3 | 16 | 12F | 33 | 36 |
| Octal | 306 | 116 | 300 | 0 | 75 | 3 | 26 | 457 | 63 | 66 |
| Binary | 11000110 | 1001110 | 11000000 | 0 | 111101 | 11 | 10110 | 100101111 | 110011 | 110110 |
Color Harmonies of #C64EC0
Complementary color
Monochromatic Colors of #C64EC0
Black with #C64EC0
Text Example
Text Example
White with #C64EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64EC0; }
p { color: rgb(198,78,192); }
H1.HeaderClassName
{
color: #C64EC0;
}
.AnyTagClassName
{
color: #C64EC0;
}
</style>
background-color css
<style>
a { background-color: #C64EC0; }
a { background-color: rgb(198,78,192); }
div.DivClassName
{
background-color: #C64EC0;
}
.BgClassName
{
background-color: #C64EC0;
}
</style>
border-color css
<style>
span { border-color: #C64EC0; }
span { border-color: rgb(198,78,192); }
td.TdClassName
{
border-color: #C64EC0;
}
.TagClassName
{
border-color: #C64EC0;
}
</style>