Shades of Fuchsia #C64EAE
Tints of Fuchsia #C64EAE
RGB
CMYK
RGB Variations
Color information
#C64EAE (or 0xC64EAE) is known color: Fuchsia. HEX triplet: C6, 4E and AE. RGB value is (198,78,174). Sum of RGB (Red+Green+Blue) = 198+78+174=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C64EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64EAE is #39B151. Grayscale: #7C7C7C. Windows color (decimal): -3780946 or 11423430. OLE color: 11423430.
HSL color Cylindrical-coordinate representation of color #C64EAE: hue angle of 312º 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 #C64EAE is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 174 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.22 |
| HSL | 312º | 0.51% | 0.54% | - |
| HSV(B) | 312º | 0.61% | 0.78% | - |
| XYZ | 33.65 | 20.51 | 42.23 | - |
| YUV | 124.82 | 155.76 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 174 | 0 | 0.61 | 0.12 | 0.22 | 312 | 0.51 | 0.54 |
| Hex | C6 | 4E | AE | 0 | 3D | C | 16 | 138 | 33 | 36 |
| Octal | 306 | 116 | 256 | 0 | 75 | 14 | 26 | 470 | 63 | 66 |
| Binary | 11000110 | 1001110 | 10101110 | 0 | 111101 | 1100 | 10110 | 100111000 | 110011 | 110110 |
Color Harmonies of #C64EAE
Complementary color
Monochromatic Colors of #C64EAE
Black with #C64EAE
Text Example
Text Example
White with #C64EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64EAE; }
p { color: rgb(198,78,174); }
H1.HeaderClassName
{
color: #C64EAE;
}
.AnyTagClassName
{
color: #C64EAE;
}
</style>
background-color css
<style>
a { background-color: #C64EAE; }
a { background-color: rgb(198,78,174); }
div.DivClassName
{
background-color: #C64EAE;
}
.BgClassName
{
background-color: #C64EAE;
}
</style>
border-color css
<style>
span { border-color: #C64EAE; }
span { border-color: rgb(198,78,174); }
td.TdClassName
{
border-color: #C64EAE;
}
.TagClassName
{
border-color: #C64EAE;
}
</style>