Shades of Fuchsia #C64EC3
Tints of Fuchsia #C64EC3
RGB
CMYK
RGB Variations
Color information
#C64EC3 (or 0xC64EC3) is known color: Fuchsia. HEX triplet: C6, 4E and C3. RGB value is (198,78,195). Sum of RGB (Red+Green+Blue) = 198+78+195=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C64EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64EC3 is #39B13C. Grayscale: #7E7E7E. Windows color (decimal): -3780925 or 12799686. OLE color: 12799686.
HSL color Cylindrical-coordinate representation of color #C64EC3: hue angle of 301.5º 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 #C64EC3 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 195 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.22 |
| HSL | 301.5º | 0.51% | 0.54% | - |
| HSV(B) | 301.5º | 0.61% | 0.78% | - |
| XYZ | 35.86 | 21.39 | 53.87 | - |
| YUV | 127.22 | 166.26 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 195 | 0 | 0.61 | 0.02 | 0.22 | 301.5 | 0.51 | 0.54 |
| Hex | C6 | 4E | C3 | 0 | 3D | 2 | 16 | 12E | 33 | 36 |
| Octal | 306 | 116 | 303 | 0 | 75 | 2 | 26 | 456 | 63 | 66 |
| Binary | 11000110 | 1001110 | 11000011 | 0 | 111101 | 10 | 10110 | 100101110 | 110011 | 110110 |
Color Harmonies of #C64EC3
Complementary color
Monochromatic Colors of #C64EC3
Black with #C64EC3
Text Example
Text Example
White with #C64EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64EC3; }
p { color: rgb(198,78,195); }
H1.HeaderClassName
{
color: #C64EC3;
}
.AnyTagClassName
{
color: #C64EC3;
}
</style>
background-color css
<style>
a { background-color: #C64EC3; }
a { background-color: rgb(198,78,195); }
div.DivClassName
{
background-color: #C64EC3;
}
.BgClassName
{
background-color: #C64EC3;
}
</style>
border-color css
<style>
span { border-color: #C64EC3; }
span { border-color: rgb(198,78,195); }
td.TdClassName
{
border-color: #C64EC3;
}
.TagClassName
{
border-color: #C64EC3;
}
</style>