#C645AB

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

Shades of Fuchsia #C645AB

Tints of Fuchsia #C645AB

Color information

#C645AB (or 0xC645AB) is unknown color: approx Fuchsia. HEX triplet: C6, 45 and AB. RGB value is (198,69,171). Sum of RGB (Red+Green+Blue) = 198+69+171=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C645AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C645AB is #39BA54. Grayscale: #767676. Windows color (decimal): -3783253 or 11224518. OLE color: 11224518.

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

Color convert

RGB19869171-
CMYK00.650.140.22
HSL312.56º53.09%52.35%-
HSV(B)312.56º65.15%77.65%-
XYZ32.7719.240.51-
YUV119.2157.24184.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.21%
GREEN value IS 69 (27.34% from 255) = 15.75%
BLUE value IS 171 (67.19% from 255) = 39.04%
R=45.21%
G=15.75%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986917100.650.140.22312.5653.0952.35
HexC645AB041E161393534
Octal306105253010116264716564
Binary1100011010001011010101101000001111010110100111001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C645AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C645AB; }

 p { color: rgb(198,69,171); }

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

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

 a { background-color: rgb(198,69,171); }

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

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

 span { border-color: rgb(198,69,171); }

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