#CC3FC6

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

Shades of Fuchsia #CC3FC6

Tints of Fuchsia #CC3FC6

Color information

#CC3FC6 (or 0xCC3FC6) is unknown color: approx Fuchsia. HEX triplet: CC, 3F and C6. RGB value is (204,63,198). Sum of RGB (Red+Green+Blue) = 204+63+198=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3FC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC3FC6 is #33C039. Grayscale: #787878. Windows color (decimal): -3391546 or 12992460. OLE color: 12992460.

HSL color Cylindrical-coordinate representation of color #CC3FC6: hue angle of 302.55º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC3FC6 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB20463198-
CMYK00.690.030.2
HSL302.55º58.02%52.35%-
HSV(B)302.55º69.12%80%-
XYZ36.8720.4755.43-
YUV120.55171.71187.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.87%
GREEN value IS 63 (25% from 255) = 13.55%
BLUE value IS 198 (77.73% from 255) = 42.58%
R=43.87%
G=13.55%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2046319800.690.030.2302.5558.0252.35
HexCC3FC604531412f3a34
Octal3147730601053244577264
Binary1100110011111111000110010001011110100100101111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3FC6; }

 p { color: rgb(204,63,198); }

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

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

 a { background-color: rgb(204,63,198); }

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

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

 span { border-color: rgb(204,63,198); }

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