#CC44AB

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

Shades of Fuchsia #CC44AB

Tints of Fuchsia #CC44AB

Color information

#CC44AB (or 0xCC44AB) is unknown color: approx Fuchsia. HEX triplet: CC, 44 and AB. RGB value is (204,68,171). Sum of RGB (Red+Green+Blue) = 204+68+171=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC44AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC44AB is #33BB54. Grayscale: #787878. Windows color (decimal): -3390293 or 11224268. OLE color: 11224268.

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

Color convert

RGB20468171-
CMYK00.670.160.2
HSL314.56º57.14%53.33%-
HSV(B)314.56º66.67%80%-
XYZ34.3219.9140.56-
YUV120.41156.56187.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 68 (26.95% from 255) = 15.35%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=46.05%
G=15.35%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046817100.670.160.2314.5657.1453.33
HexCC44AB043101413b3935
Octal314104253010320244737165
Binary11001100100010010101011010000111000010100100111011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC44AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC44AB; }

 p { color: rgb(204,68,171); }

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

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

 a { background-color: rgb(204,68,171); }

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

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

 span { border-color: rgb(204,68,171); }

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