#C65EAC

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

Shades of Fuchsia #C65EAC

Tints of Fuchsia #C65EAC

Color information

#C65EAC (or 0xC65EAC) is unknown color: approx Fuchsia. HEX triplet: C6, 5E and AC. RGB value is (198,94,172). Sum of RGB (Red+Green+Blue) = 198+94+172=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C65EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65EAC is #39A153. Grayscale: #858585. Windows color (decimal): -3776852 or 11296454. OLE color: 11296454.

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

Color convert

RGB19894172-
CMYK00.530.130.22
HSL315º47.71%57.25%-
HSV(B)315º52.53%77.65%-
XYZ34.7422.9941.64-
YUV133.99149.46173.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.67%
GREEN value IS 94 (37.11% from 255) = 20.26%
BLUE value IS 172 (67.58% from 255) = 37.07%
R=42.67%
G=20.26%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989417200.530.130.2231547.7157.25
HexC65EAC035D1613b3039
Octal30613625406515264736071
Binary110001101011110101011000110101110110110100111011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65EAC; }

 p { color: rgb(198,94,172); }

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

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

 a { background-color: rgb(198,94,172); }

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

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

 span { border-color: rgb(198,94,172); }

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