#C65FAE

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

Shades of Fuchsia #C65FAE

Tints of Fuchsia #C65FAE

Color information

#C65FAE (or 0xC65FAE) is unknown color: approx Fuchsia. HEX triplet: C6, 5F and AE. RGB value is (198,95,174). Sum of RGB (Red+Green+Blue) = 198+95+174=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C65FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65FAE is #39A051. Grayscale: #868686. Windows color (decimal): -3776594 or 11427782. OLE color: 11427782.

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

Color convert

RGB19895174-
CMYK00.520.120.22
HSL313.98º47.47%57.45%-
HSV(B)313.98º52.02%77.65%-
XYZ35.0223.2542.69-
YUV134.8150.12173.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.40%
GREEN value IS 95 (37.5% from 255) = 20.34%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=42.40%
G=20.34%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989517400.520.120.22313.9847.4757.45
HexC65FAE034C1613a2f39
Octal30613725606414264725771
Binary110001101011111101011100110100110010110100111010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65FAE; }

 p { color: rgb(198,95,174); }

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

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

 a { background-color: rgb(198,95,174); }

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

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

 span { border-color: rgb(198,95,174); }

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