#CF2EC4

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

Shades of Fuchsia #CF2EC4

Tints of Fuchsia #CF2EC4

Color information

#CF2EC4 (or 0xCF2EC4) is unknown color: approx Fuchsia. HEX triplet: CF, 2E and C4. RGB value is (207,46,196). Sum of RGB (Red+Green+Blue) = 207+46+196=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 46 (18.36% from 255 or 10.24% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2EC4 is #30D13B. Grayscale: #6E6E6E. Windows color (decimal): -3199292 or 12857039. OLE color: 12857039.

HSL color Cylindrical-coordinate representation of color #CF2EC4: hue angle of 304.1º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2EC4 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB20746196-
CMYK00.780.050.19
HSL304.1º63.64%49.61%-
HSV(B)304.1º77.78%81.18%-
XYZ36.6719.254-
YUV111.24175.84196.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.10%
GREEN value IS 46 (18.36% from 255) = 10.24%
BLUE value IS 196 (76.95% from 255) = 43.65%
R=46.10%
G=10.24%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074619600.780.050.19304.163.6449.61
HexCF2EC404E5131304032
Octal31756304011652346010062
Binary110011111011101100010001001110101100111001100001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2EC4; }

 p { color: rgb(207,46,196); }

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

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

 a { background-color: rgb(207,46,196); }

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

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

 span { border-color: rgb(207,46,196); }

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