Shades of Fuchsia #C66EC4
Tints of Fuchsia #C66EC4
RGB
CMYK
RGB Variations
Color information
#C66EC4 (or 0xC66EC4) is known color: Fuchsia. HEX triplet: C6, 6E and C4. RGB value is (198,110,196). Sum of RGB (Red+Green+Blue) = 198+110+196=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 198 - color contains mainly: red. Hex color #C66EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66EC4 is #39913B. Grayscale: #919191. Windows color (decimal): -3772732 or 12873414. OLE color: 12873414.
HSL color Cylindrical-coordinate representation of color #C66EC4: hue angle of 301.36º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C66EC4 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 110 | 196 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.22 |
| HSL | 301.36º | 0.44% | 0.6% | - |
| HSV(B) | 301.36º | 0.44% | 0.78% | - |
| XYZ | 38.83 | 27.14 | 55.42 | - |
| YUV | 146.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 196 | 0 | 0.44 | 0.01 | 0.22 | 301.36 | 0.44 | 0.6 |
| Hex | C6 | 6E | C4 | 0 | 2C | 1 | 16 | 12D | 2C | 3C |
| Octal | 306 | 156 | 304 | 0 | 54 | 1 | 26 | 455 | 54 | 74 |
| Binary | 11000110 | 1101110 | 11000100 | 0 | 101100 | 1 | 10110 | 100101101 | 101100 | 111100 |
Color Harmonies of #C66EC4
Complementary color
Monochromatic Colors of #C66EC4
Black with #C66EC4
Text Example
Text Example
White with #C66EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66EC4; }
p { color: rgb(198,110,196); }
H1.HeaderClassName
{
color: #C66EC4;
}
.AnyTagClassName
{
color: #C66EC4;
}
</style>
background-color css
<style>
a { background-color: #C66EC4; }
a { background-color: rgb(198,110,196); }
div.DivClassName
{
background-color: #C66EC4;
}
.BgClassName
{
background-color: #C66EC4;
}
</style>
border-color css
<style>
span { border-color: #C66EC4; }
span { border-color: rgb(198,110,196); }
td.TdClassName
{
border-color: #C66EC4;
}
.TagClassName
{
border-color: #C66EC4;
}
</style>