#CF2EB3

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

Shades of Fuchsia #CF2EB3

Tints of Fuchsia #CF2EB3

Color information

#CF2EB3 (or 0xCF2EB3) is unknown color: approx Fuchsia. HEX triplet: CF, 2E and B3. RGB value is (207,46,179). Sum of RGB (Red+Green+Blue) = 207+46+179=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 179 (70.31% from 255 or 41.44% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2EB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2EB3 is #30D14C. Grayscale: #6C6C6C. Windows color (decimal): -3199309 or 11742927. OLE color: 11742927.

HSL color Cylindrical-coordinate representation of color #CF2EB3: hue angle of 310.43º 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 #CF2EB3 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB20746179-
CMYK00.780.140.19
HSL310.43º63.64%49.61%-
HSV(B)310.43º77.78%81.18%-
XYZ34.8518.4744.38-
YUV109.3167.34197.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.92%
GREEN value IS 46 (18.36% from 255) = 10.65%
BLUE value IS 179 (70.31% from 255) = 41.44%
R=47.92%
G=10.65%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074617900.780.140.19310.4363.6449.61
HexCF2EB304EE131364032
Octal317562630116162346610062
Binary1100111110111010110011010011101110100111001101101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2EB3; }

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

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

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

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

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

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

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

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