Shades of Fuchsia #C64EAC
Tints of Fuchsia #C64EAC
RGB
CMYK
RGB Variations
Color information
#C64EAC (or 0xC64EAC) is known color: Fuchsia. HEX triplet: C6, 4E and AC. RGB value is (198,78,172). Sum of RGB (Red+Green+Blue) = 198+78+172=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C64EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64EAC is #39B153. Grayscale: #7C7C7C. Windows color (decimal): -3780948 or 11292358. OLE color: 11292358.
HSL color Cylindrical-coordinate representation of color #C64EAC: hue angle of 313º 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 #C64EAC is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 172 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.22 |
| HSL | 313º | 0.51% | 0.54% | - |
| HSV(B) | 313º | 0.61% | 0.78% | - |
| XYZ | 33.46 | 20.43 | 41.21 | - |
| YUV | 124.6 | 154.76 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 172 | 0 | 0.61 | 0.13 | 0.22 | 313 | 0.51 | 0.54 |
| Hex | C6 | 4E | AC | 0 | 3D | D | 16 | 139 | 33 | 36 |
| Octal | 306 | 116 | 254 | 0 | 75 | 15 | 26 | 471 | 63 | 66 |
| Binary | 11000110 | 1001110 | 10101100 | 0 | 111101 | 1101 | 10110 | 100111001 | 110011 | 110110 |
Color Harmonies of #C64EAC
Complementary color
Monochromatic Colors of #C64EAC
Black with #C64EAC
Text Example
Text Example
White with #C64EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64EAC; }
p { color: rgb(198,78,172); }
H1.HeaderClassName
{
color: #C64EAC;
}
.AnyTagClassName
{
color: #C64EAC;
}
</style>
background-color css
<style>
a { background-color: #C64EAC; }
a { background-color: rgb(198,78,172); }
div.DivClassName
{
background-color: #C64EAC;
}
.BgClassName
{
background-color: #C64EAC;
}
</style>
border-color css
<style>
span { border-color: #C64EAC; }
span { border-color: rgb(198,78,172); }
td.TdClassName
{
border-color: #C64EAC;
}
.TagClassName
{
border-color: #C64EAC;
}
</style>