#CC4FCA

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

Shades of Fuchsia #CC4FCA

Tints of Fuchsia #CC4FCA

Color information

#CC4FCA (or 0xCC4FCA) is unknown color: approx Fuchsia. HEX triplet: CC, 4F and CA. RGB value is (204,79,202). Sum of RGB (Red+Green+Blue) = 204+79+202=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4FCA is #33B035. Grayscale: #828282. Windows color (decimal): -3387446 or 13258700. OLE color: 13258700.

HSL color Cylindrical-coordinate representation of color #CC4FCA: hue angle of 300.96º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC4FCA is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB20479202-
CMYK00.610.010.2
HSL300.96º55.07%55.49%-
HSV(B)300.96º61.27%80%-
XYZ38.3622.6958.24-
YUV130.4168.41180.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.06%
GREEN value IS 79 (31.25% from 255) = 16.29%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=42.06%
G=16.29%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047920200.610.010.2300.9655.0755.49
HexCC4FCA03D11412d3737
Octal3141173120751244556767
Binary110011001001111110010100111101110100100101101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4FCA; }

 p { color: rgb(204,79,202); }

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

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

 a { background-color: rgb(204,79,202); }

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

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

 span { border-color: rgb(204,79,202); }

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