#CC4ECB

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

Shades of Fuchsia #CC4ECB

Tints of Fuchsia #CC4ECB

Color information

#CC4ECB (or 0xCC4ECB) is unknown color: approx Fuchsia. HEX triplet: CC, 4E and CB. RGB value is (204,78,203). Sum of RGB (Red+Green+Blue) = 204+78+203=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4ECB is #33B134. Grayscale: #818181. Windows color (decimal): -3387701 or 13323980. OLE color: 13323980.

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

Color convert

RGB20478203-
CMYK00.620.000.2
HSL300.48º55.26%55.29%-
HSV(B)300.48º61.76%80%-
XYZ38.4122.658.84-
YUV129.92169.24180.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.06%
GREEN value IS 78 (30.86% from 255) = 16.08%
BLUE value IS 203 (79.69% from 255) = 41.86%
R=42.06%
G=16.08%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047820300.620.000.2300.4855.2655.29
HexCC4ECB03E01412c3737
Octal3141163130760244546767
Binary110011001001110110010110111110010100100101100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4ECB; }

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

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

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

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

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

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

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

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