#C642BA

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

Shades of Fuchsia #C642BA

Tints of Fuchsia #C642BA

Color information

#C642BA (or 0xC642BA) is unknown color: approx Fuchsia. HEX triplet: C6, 42 and BA. RGB value is (198,66,186). Sum of RGB (Red+Green+Blue) = 198+66+186=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C642BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C642BA is #39BD45. Grayscale: #767676. Windows color (decimal): -3784006 or 12206790. OLE color: 12206790.

HSL color Cylindrical-coordinate representation of color #C642BA: hue angle of 305.45º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C642BA is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB19866186-
CMYK00.670.060.22
HSL305.45º53.66%51.76%-
HSV(B)305.45º66.67%77.65%-
XYZ34.119.4548.41-
YUV119.15165.73184.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44%
GREEN value IS 66 (26.17% from 255) = 14.67%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=44%
G=14.67%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986618600.670.060.22305.4553.6651.76
HexC642BA0436161313634
Octal30610227201036264616664
Binary110001101000010101110100100001111010110100110001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C642BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C642BA; }

 p { color: rgb(198,66,186); }

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

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

 a { background-color: rgb(198,66,186); }

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

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

 span { border-color: rgb(198,66,186); }

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