#CC5EB9

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

Shades of Fuchsia #CC5EB9

Tints of Fuchsia #CC5EB9

Color information

#CC5EB9 (or 0xCC5EB9) is unknown color: approx Fuchsia. HEX triplet: CC, 5E and B9. RGB value is (204,94,185). Sum of RGB (Red+Green+Blue) = 204+94+185=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5EB9 is #33A146. Grayscale: #898989. Windows color (decimal): -3383623 or 12148428. OLE color: 12148428.

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

Color convert

RGB20494185-
CMYK00.540.090.2
HSL310.36º51.89%58.43%-
HSV(B)310.36º53.92%80%-
XYZ37.6624.3548.61-
YUV137.26154.94175.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 94 (37.11% from 255) = 19.46%
BLUE value IS 185 (72.66% from 255) = 38.30%
R=42.24%
G=19.46%
B=38.30%

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
Decimal2049418500.540.090.2310.3651.8958.43
HexCC5EB9036914136343a
Octal31413627106611244666472
Binary110011001011110101110010110110100110100100110110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5EB9; }

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

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

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

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

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

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

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

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