#CC4EB2

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

Shades of Fuchsia #CC4EB2

Tints of Fuchsia #CC4EB2

Color information

#CC4EB2 (or 0xCC4EB2) is unknown color: approx Fuchsia. HEX triplet: CC, 4E and B2. RGB value is (204,78,178). Sum of RGB (Red+Green+Blue) = 204+78+178=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC4EB2 is #33B14D. Grayscale: #7E7E7E. Windows color (decimal): -3387726 or 11685580. OLE color: 11685580.

HSL color Cylindrical-coordinate representation of color #CC4EB2: hue angle of 312.38º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4EB2 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB20478178-
CMYK00.620.130.2
HSL312.38º55.26%55.29%-
HSV(B)312.38º61.76%80%-
XYZ35.6621.544.39-
YUV127.07156.74182.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.35%
GREEN value IS 78 (30.86% from 255) = 16.96%
BLUE value IS 178 (69.92% from 255) = 38.70%
R=44.35%
G=16.96%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047817800.620.130.2312.3855.2655.29
HexCC4EB203ED141383737
Octal31411626207615244706767
Binary110011001001110101100100111110110110100100111000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4EB2; }

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

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

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

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

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

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

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

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