#CC5EBA

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

Shades of Fuchsia #CC5EBA

Tints of Fuchsia #CC5EBA

Color information

#CC5EBA (or 0xCC5EBA) is unknown color: approx Fuchsia. HEX triplet: CC, 5E and BA. RGB value is (204,94,186). Sum of RGB (Red+Green+Blue) = 204+94+186=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5EBA is #33A145. Grayscale: #898989. Windows color (decimal): -3383622 or 12213964. OLE color: 12213964.

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

Color convert

RGB20494186-
CMYK00.540.090.2
HSL309.82º51.89%58.43%-
HSV(B)309.82º53.92%80%-
XYZ37.7724.3949.17-
YUV137.38155.44175.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 94 (37.11% from 255) = 19.42%
BLUE value IS 186 (73.05% from 255) = 38.43%
R=42.15%
G=19.42%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2049418600.540.090.2309.8251.8958.43
HexCC5EBA036914136343a
Octal31413627206611244666472
Binary110011001011110101110100110110100110100100110110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5EBA; }

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

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

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

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

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

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

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

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