#C642BB

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

Shades of Fuchsia #C642BB

Tints of Fuchsia #C642BB

Color information

#C642BB (or 0xC642BB) is unknown color: approx Fuchsia. HEX triplet: C6, 42 and BB. RGB value is (198,66,187). Sum of RGB (Red+Green+Blue) = 198+66+187=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C642BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C642BB is #39BD44. Grayscale: #767676. Windows color (decimal): -3784005 or 12272326. OLE color: 12272326.

HSL color Cylindrical-coordinate representation of color #C642BB: hue angle of 305º 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 #C642BB is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB19866187-
CMYK00.670.060.22
HSL305º53.66%51.76%-
HSV(B)305º66.67%77.65%-
XYZ34.2119.4948.97-
YUV119.26166.23184.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.90%
GREEN value IS 66 (26.17% from 255) = 14.63%
BLUE value IS 187 (73.44% from 255) = 41.46%
R=43.90%
G=14.63%
B=41.46%

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
Decimal1986618700.670.060.2230553.6651.76
HexC642BB0436161313634
Octal30610227301036264616664
Binary110001101000010101110110100001111010110100110001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C642BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C642BB; }

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

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

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

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

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

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

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

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