#C647AF

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

Shades of Fuchsia #C647AF

Tints of Fuchsia #C647AF

Color information

#C647AF (or 0xC647AF) is unknown color: approx Fuchsia. HEX triplet: C6, 47 and AF. RGB value is (198,71,175). Sum of RGB (Red+Green+Blue) = 198+71+175=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C647AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C647AF is #39B850. Grayscale: #787878. Windows color (decimal): -3782737 or 11487174. OLE color: 11487174.

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

Color convert

RGB19871175-
CMYK00.640.120.22
HSL310.87º52.7%52.75%-
HSV(B)310.87º64.14%77.65%-
XYZ33.2819.6142.59-
YUV120.83158.58183.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.59%
GREEN value IS 71 (28.12% from 255) = 15.99%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=44.59%
G=15.99%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987117500.640.120.22310.8752.752.75
HexC647AF040C161373535
Octal306107257010014264676565
Binary1100011010001111010111101000000110010110100110111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C647AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C647AF; }

 p { color: rgb(198,71,175); }

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

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

 a { background-color: rgb(198,71,175); }

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

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

 span { border-color: rgb(198,71,175); }

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