#C65AA8

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

Shades of Fuchsia #C65AA8

Tints of Fuchsia #C65AA8

Color information

#C65AA8 (or 0xC65AA8) is unknown color: approx Fuchsia. HEX triplet: C6, 5A and A8. RGB value is (198,90,168). Sum of RGB (Red+Green+Blue) = 198+90+168=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C65AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65AA8 is #39A557. Grayscale: #828282. Windows color (decimal): -3777880 or 11033286. OLE color: 11033286.

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

Color convert

RGB19890168-
CMYK00.550.150.22
HSL316.67º48.65%56.47%-
HSV(B)316.67º54.55%77.65%-
XYZ34.0122.1539.53-
YUV131.18148.78175.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.42%
GREEN value IS 90 (35.55% from 255) = 19.74%
BLUE value IS 168 (66.02% from 255) = 36.84%
R=43.42%
G=19.74%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989016800.550.150.22316.6748.6556.47
HexC65AA8037F1613d3138
Octal30613225006717264756170
Binary110001101011010101010000110111111110110100111101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65AA8; }

 p { color: rgb(198,90,168); }

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

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

 a { background-color: rgb(198,90,168); }

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

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

 span { border-color: rgb(198,90,168); }

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