#CC49D2

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

Shades of Fuchsia #CC49D2

Tints of Fuchsia #CC49D2

Color information

#CC49D2 (or 0xCC49D2) is unknown color: approx Fuchsia. HEX triplet: CC, 49 and D2. RGB value is (204,73,210). Sum of RGB (Red+Green+Blue) = 204+73+210=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 210 - color contains mainly: blue. Hex color #CC49D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49D2 is #33B62D. Grayscale: #7F7F7F. Windows color (decimal): -3388974 or 13781452. OLE color: 13781452.

HSL color Cylindrical-coordinate representation of color #CC49D2: hue angle of 297.37º 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 #CC49D2 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20473210-
CMYK0.030.6500.18
HSL297.37º60.35%55.49%-
HSV(B)297.37º65.24%82.35%-
XYZ38.9222.2663.22-
YUV127.79174.4182.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 73 (28.91% from 255) = 14.99%
BLUE value IS 210 (82.42% from 255) = 43.12%
R=41.89%
G=14.99%
B=43.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal204732100.030.6500.18297.3760.3555.49
HexCC49D23410121293c37
Octal31411132231010224517467
Binary11001100100100111010010111000001010010100101001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC49D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC49D2; }

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

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

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

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

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

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

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

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