#CC49C2

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

Shades of Fuchsia #CC49C2

Tints of Fuchsia #CC49C2

Color information

#CC49C2 (or 0xCC49C2) is unknown color: approx Fuchsia. HEX triplet: CC, 49 and C2. RGB value is (204,73,194). Sum of RGB (Red+Green+Blue) = 204+73+194=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CC49C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49C2 is #33B63D. Grayscale: #7D7D7D. Windows color (decimal): -3388990 or 12732876. OLE color: 12732876.

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

Color convert

RGB20473194-
CMYK00.640.050.2
HSL304.58º56.22%54.31%-
HSV(B)304.58º64.22%80%-
XYZ37.0221.553.24-
YUV125.96166.4183.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.31%
GREEN value IS 73 (28.91% from 255) = 15.50%
BLUE value IS 194 (76.17% from 255) = 41.19%
R=43.31%
G=15.50%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047319400.640.050.2304.5856.2254.31
HexCC49C20405141313836
Octal31411130201005244617066
Binary110011001001001110000100100000010110100100110001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC49C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC49C2; }

 p { color: rgb(204,73,194); }

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

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

 a { background-color: rgb(204,73,194); }

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

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

 span { border-color: rgb(204,73,194); }

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