#CF4ECB

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

Shades of Fuchsia #CF4ECB

Tints of Fuchsia #CF4ECB

Color information

#CF4ECB (or 0xCF4ECB) is unknown color: approx Fuchsia. HEX triplet: CF, 4E and CB. RGB value is (207,78,203). Sum of RGB (Red+Green+Blue) = 207+78+203=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4ECB is #30B134. Grayscale: #828282. Windows color (decimal): -3191093 or 13323983. OLE color: 13323983.

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

Color convert

RGB20778203-
CMYK00.620.020.19
HSL301.86º57.33%55.88%-
HSV(B)301.86º62.32%81.18%-
XYZ39.2423.0358.88-
YUV130.82168.74182.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.42%
GREEN value IS 78 (30.86% from 255) = 15.98%
BLUE value IS 203 (79.69% from 255) = 41.60%
R=42.42%
G=15.98%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077820300.620.020.19301.8657.3355.88
HexCF4ECB03E21312e3938
Octal3171163130762234567170
Binary1100111110011101100101101111101010011100101110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4ECB; }

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

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

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

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

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

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

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

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