#C667AF

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

Shades of Fuchsia #C667AF

Tints of Fuchsia #C667AF

Color information

#C667AF (or 0xC667AF) is unknown color: approx Fuchsia. HEX triplet: C6, 67 and AF. RGB value is (198,103,175). Sum of RGB (Red+Green+Blue) = 198+103+175=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C667AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C667AF is #399850. Grayscale: #8B8B8B. Windows color (decimal): -3774545 or 11495366. OLE color: 11495366.

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

Color convert

RGB198103175-
CMYK00.480.120.22
HSL314.53º45.45%59.02%-
HSV(B)314.53º47.98%77.65%-
XYZ35.8824.843.45-
YUV139.61147.97169.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.60%
GREEN value IS 103 (40.62% from 255) = 21.64%
BLUE value IS 175 (68.75% from 255) = 36.76%
R=41.60%
G=21.64%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810317500.480.120.22314.5345.4559.02
HexC667AF030C1613b2d3b
Octal30614725706014264735573
Binary110001101100111101011110110000110010110100111011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C667AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C667AF; }

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

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

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

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

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

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

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

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