#CC4FC8

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

Shades of Fuchsia #CC4FC8

Tints of Fuchsia #CC4FC8

Color information

#CC4FC8 (or 0xCC4FC8) is unknown color: approx Fuchsia. HEX triplet: CC, 4F and C8. RGB value is (204,79,200). Sum of RGB (Red+Green+Blue) = 204+79+200=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4FC8 is #33B037. Grayscale: #818181. Windows color (decimal): -3387448 or 13127628. OLE color: 13127628.

HSL color Cylindrical-coordinate representation of color #CC4FC8: hue angle of 301.92º 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 #CC4FC8 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB20479200-
CMYK00.610.020.2
HSL301.92º55.07%55.49%-
HSV(B)301.92º61.27%80%-
XYZ38.1222.657-
YUV130.17167.41180.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.24%
GREEN value IS 79 (31.25% from 255) = 16.36%
BLUE value IS 200 (78.52% from 255) = 41.41%
R=42.24%
G=16.36%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2047920000.610.020.2301.9255.0755.49
HexCC4FC803D21412e3737
Octal3141173100752244566767
Binary1100110010011111100100001111011010100100101110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4FC8; }

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

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

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

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

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

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

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

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