#CC5EBC

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

Shades of Fuchsia #CC5EBC

Tints of Fuchsia #CC5EBC

Color information

#CC5EBC (or 0xCC5EBC) is unknown color: approx Fuchsia. HEX triplet: CC, 5E and BC. RGB value is (204,94,188). Sum of RGB (Red+Green+Blue) = 204+94+188=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5EBC is #33A143. Grayscale: #898989. Windows color (decimal): -3383620 or 12345036. OLE color: 12345036.

HSL color Cylindrical-coordinate representation of color #CC5EBC: hue angle of 308.73º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5EBC is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB20494188-
CMYK00.540.080.2
HSL308.73º51.89%58.43%-
HSV(B)308.73º53.92%80%-
XYZ37.9824.4750.3-
YUV137.61156.44175.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.98%
GREEN value IS 94 (37.11% from 255) = 19.34%
BLUE value IS 188 (73.83% from 255) = 38.68%
R=41.98%
G=19.34%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049418800.540.080.2308.7351.8958.43
HexCC5EBC036814135343a
Octal31413627406610244656472
Binary110011001011110101111000110110100010100100110101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5EBC; }

 p { color: rgb(204,94,188); }

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

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

 a { background-color: rgb(204,94,188); }

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

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

 span { border-color: rgb(204,94,188); }

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