#C664AD

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

Shades of Fuchsia #C664AD

Tints of Fuchsia #C664AD

Color information

#C664AD (or 0xC664AD) is unknown color: approx Fuchsia. HEX triplet: C6, 64 and AD. RGB value is (198,100,173). Sum of RGB (Red+Green+Blue) = 198+100+173=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C664AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C664AD is #399B52. Grayscale: #898989. Windows color (decimal): -3775315 or 11363526. OLE color: 11363526.

HSL color Cylindrical-coordinate representation of color #C664AD: hue angle of 315.31º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C664AD is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB198100173-
CMYK00.490.130.22
HSL315.31º46.23%58.43%-
HSV(B)315.31º49.49%77.65%-
XYZ35.3924.1442.33-
YUV137.62147.97171.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.04%
GREEN value IS 100 (39.45% from 255) = 21.23%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=42.04%
G=21.23%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810017300.490.130.22315.3146.2358.43
HexC664AD031D1613b2e3a
Octal30614425506115264735672
Binary110001101100100101011010110001110110110100111011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C664AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C664AD; }

 p { color: rgb(198,100,173); }

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

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

 a { background-color: rgb(198,100,173); }

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

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

 span { border-color: rgb(198,100,173); }

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