#CC49D1

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

Shades of Fuchsia #CC49D1

Tints of Fuchsia #CC49D1

Color information

#CC49D1 (or 0xCC49D1) is unknown color: approx Fuchsia. HEX triplet: CC, 49 and D1. RGB value is (204,73,209). Sum of RGB (Red+Green+Blue) = 204+73+209=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC49D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49D1 is #33B62E. Grayscale: #7F7F7F. Windows color (decimal): -3388975 or 13715916. OLE color: 13715916.

HSL color Cylindrical-coordinate representation of color #CC49D1: hue angle of 297.79º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC49D1 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20473209-
CMYK0.020.6500.18
HSL297.79º59.65%55.29%-
HSV(B)297.79º65.07%81.96%-
XYZ38.7922.2162.56-
YUV127.67173.9182.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.98%
GREEN value IS 73 (28.91% from 255) = 15.02%
BLUE value IS 209 (82.03% from 255) = 43.00%
R=41.98%
G=15.02%
B=43.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204732090.020.6500.18297.7959.6555.29
HexCC49D124101212a3c37
Octal31411132121010224527467
Binary11001100100100111010001101000001010010100101010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC49D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC49D1; }

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

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

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

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

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

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

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

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