#CC4ECF

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

Shades of Fuchsia #CC4ECF

Tints of Fuchsia #CC4ECF

Color information

#CC4ECF (or 0xCC4ECF) is unknown color: approx Fuchsia. HEX triplet: CC, 4E and CF. RGB value is (204,78,207). Sum of RGB (Red+Green+Blue) = 204+78+207=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC4ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4ECF is #33B130. Grayscale: #818181. Windows color (decimal): -3387697 or 13586124. OLE color: 13586124.

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

Color convert

RGB20478207-
CMYK0.010.6200.19
HSL298.6º57.33%55.88%-
HSV(B)298.6º62.32%81.18%-
XYZ38.8922.7961.38-
YUV130.38171.24180.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 78 (30.86% from 255) = 15.95%
BLUE value IS 207 (81.25% from 255) = 42.33%
R=41.72%
G=15.95%
B=42.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204782070.010.6200.19298.657.3355.88
HexCC4ECF13E01312b3938
Octal3141163171760234537170
Binary110011001001110110011111111110010011100101011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4ECF; }

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

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

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

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

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

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

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

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