#c64ecf

Color #C64ECF Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C64ECF

Tints of Fuchsia #C64ECF

Color information

#C64ECF (or 0xC64ECF) is unknown color: approx Fuchsia. HEX triplet: C6, 4E and CF. RGB value is (198,78,207). Sum of RGB (Red+Green+Blue) = 198+78+207=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 78 (30.86% from 255 or 16.15% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #C64ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64ECF is #39B130. Grayscale: #808080. Windows color (decimal): -3780913 or 13586118. OLE color: 13586118.

HSL color Cylindrical-coordinate representation of color #C64ECF: hue angle of 295.81º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64ECF is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19878207-
CMYK0.040.6200.19
HSL295.81º57.33%55.88%-
HSV(B)295.81º62.32%81.18%-
XYZ37.2821.9661.31-
YUV128.59172.26177.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 40.99%
GREEN value IS 78 (30.86% from 255) = 16.15%
BLUE value IS 207 (81.25% from 255) = 42.86%
R=40.99%
G=16.15%
B=42.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal198782070.040.6200.19295.8157.3355.88
HexC64ECF43E0131283938
Octal3061163174760234507170
Binary11000110100111011001111100111110010011100101000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c64ecf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c64ecf; }

 p { color: rgb(198,78,207); }

 H1.HeaderClassName
 {
   color: #c64ecf;
 }
 .AnyTagClassName
 {
   color: #c64ecf;
 }
</style>
background-color css

<style>
 a { background-color: #c64ecf; }

 a { background-color: rgb(198,78,207); }

 div.DivClassName
 {
   background-color: #c64ecf;
 }
 .BgClassName
 {
   background-color: #c64ecf;
 }
</style>
border-color css

<style>
 span { border-color: #c64ecf; }

 span { border-color: rgb(198,78,207); }

 td.TdClassName
 {
   border-color: #c64ecf;
 }
 .TagClassName
 {
   border-color: #c64ecf;
 }
</style>