#CC56AA

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

Shades of Fuchsia #CC56AA

Tints of Fuchsia #CC56AA

Color information

#CC56AA (or 0xCC56AA) is unknown color: approx Fuchsia. HEX triplet: CC, 56 and AA. RGB value is (204,86,170). Sum of RGB (Red+Green+Blue) = 204+86+170=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CC56AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC56AA is #33A955. Grayscale: #828282. Windows color (decimal): -3385686 or 11163340. OLE color: 11163340.

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

Color convert

RGB20486170-
CMYK00.580.170.2
HSL317.29º53.64%56.86%-
HSV(B)317.29º57.84%80%-
XYZ35.4922.440.48-
YUV130.86150.09180.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.35%
GREEN value IS 86 (33.98% from 255) = 18.70%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=44.35%
G=18.70%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2048617000.580.170.2317.2953.6456.86
HexCC56AA03A111413d3639
Octal31412625207221244756671
Binary1100110010101101010101001110101000110100100111101110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC56AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC56AA; }

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

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

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

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

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

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

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

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