#c670af

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

Shades of Fuchsia #C670AF

Tints of Fuchsia #C670AF

Color information

#C670AF (or 0xC670AF) is unknown color: approx Fuchsia. HEX triplet: C6, 70 and AF. RGB value is (198,112,175). Sum of RGB (Red+Green+Blue) = 198+112+175=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C670AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C670AF is #398F50. Grayscale: #909090. Windows color (decimal): -3772241 or 11497670. OLE color: 11497670.

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

Color convert

RGB198112175-
CMYK00.430.120.22
HSL316.05º43%60.78%-
HSV(B)316.05º43.43%77.65%-
XYZ36.8226.6943.77-
YUV144.9144.99165.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.82%
GREEN value IS 112 (44.14% from 255) = 23.09%
BLUE value IS 175 (68.75% from 255) = 36.08%
R=40.82%
G=23.09%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811217500.430.120.22316.054360.78
HexC670AF02BC1613c2b3d
Octal30616025705314264745375
Binary110001101110000101011110101011110010110100111100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c670af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c670af; }

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

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

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

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

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

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

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

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