#CC48AA

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

Shades of Fuchsia #CC48AA

Tints of Fuchsia #CC48AA

Color information

#CC48AA (or 0xCC48AA) is unknown color: approx Fuchsia. HEX triplet: CC, 48 and AA. RGB value is (204,72,170). Sum of RGB (Red+Green+Blue) = 204+72+170=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC48AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC48AA is #33B755. Grayscale: #7A7A7A. Windows color (decimal): -3389270 or 11159756. OLE color: 11159756.

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

Color convert

RGB20472170-
CMYK00.650.170.2
HSL315.45º56.41%54.12%-
HSV(B)315.45º64.71%80%-
XYZ34.4720.3740.15-
YUV122.64154.73186.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.74%
GREEN value IS 72 (28.52% from 255) = 16.14%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=45.74%
G=16.14%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047217000.650.170.2315.4556.4154.12
HexCC48AA041111413b3836
Octal314110252010121244737066
Binary11001100100100010101010010000011000110100100111011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC48AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC48AA; }

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

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

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

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

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

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

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

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