#CC54AA

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

Shades of Fuchsia #CC54AA

Tints of Fuchsia #CC54AA

Color information

#CC54AA (or 0xCC54AA) is unknown color: approx Fuchsia. HEX triplet: CC, 54 and AA. RGB value is (204,84,170). Sum of RGB (Red+Green+Blue) = 204+84+170=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CC54AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC54AA is #33AB55. Grayscale: #818181. Windows color (decimal): -3386198 or 11162828. OLE color: 11162828.

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

Color convert

RGB20484170-
CMYK00.590.170.2
HSL317º54.05%56.47%-
HSV(B)317º58.82%80%-
XYZ35.3322.0840.43-
YUV129.68150.76181.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.54%
GREEN value IS 84 (33.20% from 255) = 18.34%
BLUE value IS 170 (66.80% from 255) = 37.12%
R=44.54%
G=18.34%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048417000.590.170.231754.0556.47
HexCC54AA03B111413d3638
Octal31412425207321244756670
Binary1100110010101001010101001110111000110100100111101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC54AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC54AA; }

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

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

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

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

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

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

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

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