#C646C0

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

Shades of Fuchsia #C646C0

Tints of Fuchsia #C646C0

Color information

#C646C0 (or 0xC646C0) is unknown color: approx Fuchsia. HEX triplet: C6, 46 and C0. RGB value is (198,70,192). Sum of RGB (Red+Green+Blue) = 198+70+192=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C646C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C646C0 is #39B93F. Grayscale: #797979. Windows color (decimal): -3782976 or 12601030. OLE color: 12601030.

HSL color Cylindrical-coordinate representation of color #C646C0: hue angle of 302.81º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C646C0 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB19870192-
CMYK00.650.030.22
HSL302.81º52.89%52.55%-
HSV(B)302.81º64.65%77.65%-
XYZ34.9920.1951.92-
YUV122.18167.41182.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.04%
GREEN value IS 70 (27.73% from 255) = 15.22%
BLUE value IS 192 (75.39% from 255) = 41.74%
R=43.04%
G=15.22%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987019200.650.030.22302.8152.8952.55
HexC646C004131612f3535
Octal30610630001013264576565
Binary11000110100011011000000010000011110110100101111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C646C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C646C0; }

 p { color: rgb(198,70,192); }

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

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

 a { background-color: rgb(198,70,192); }

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

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

 span { border-color: rgb(198,70,192); }

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