#C660AD

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

Shades of Fuchsia #C660AD

Tints of Fuchsia #C660AD

Color information

#C660AD (or 0xC660AD) is unknown color: approx Fuchsia. HEX triplet: C6, 60 and AD. RGB value is (198,96,173). Sum of RGB (Red+Green+Blue) = 198+96+173=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C660AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C660AD is #399F52. Grayscale: #878787. Windows color (decimal): -3776339 or 11362502. OLE color: 11362502.

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

Color convert

RGB19896173-
CMYK00.520.130.22
HSL314.71º47.22%57.65%-
HSV(B)314.71º51.52%77.65%-
XYZ35.0123.3942.2-
YUV135.28149.29172.74-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.40%
GREEN value IS 96 (37.89% from 255) = 20.56%
BLUE value IS 173 (67.97% from 255) = 37.04%
R=42.40%
G=20.56%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989617300.520.130.22314.7147.2257.65
HexC660AD034D1613b2f3a
Octal30614025506415264735772
Binary110001101100000101011010110100110110110100111011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C660AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C660AD; }

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

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

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

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

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

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

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

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