#CC54B2

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

Shades of Fuchsia #CC54B2

Tints of Fuchsia #CC54B2

Color information

#CC54B2 (or 0xCC54B2) is unknown color: approx Fuchsia. HEX triplet: CC, 54 and B2. RGB value is (204,84,178). Sum of RGB (Red+Green+Blue) = 204+84+178=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC54B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC54B2 is #33AB4D. Grayscale: #828282. Windows color (decimal): -3386190 or 11687116. OLE color: 11687116.

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

Color convert

RGB20484178-
CMYK00.590.130.2
HSL313º54.05%56.47%-
HSV(B)313º58.82%80%-
XYZ36.1122.3944.54-
YUV130.6154.76180.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.78%
GREEN value IS 84 (33.20% from 255) = 18.03%
BLUE value IS 178 (69.92% from 255) = 38.20%
R=43.78%
G=18.03%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048417800.590.130.231354.0556.47
HexCC54B203BD141393638
Octal31412426207315244716670
Binary110011001010100101100100111011110110100100111001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC54B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC54B2; }

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

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

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

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

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

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

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

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