#C45CC6

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

Shades of Fuchsia #C45CC6

Tints of Fuchsia #C45CC6

Color information

#C45CC6 (or 0xC45CC6) is unknown color: approx Fuchsia. HEX triplet: C4, 5C and C6. RGB value is (196,92,198). Sum of RGB (Red+Green+Blue) = 196+92+198=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 198 - color contains mainly: blue. Hex color #C45CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45CC6 is #3BA339. Grayscale: #868686. Windows color (decimal): -3908410 or 12999876. OLE color: 12999876.

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

Color convert

RGB19692198-
CMYK0.010.5400.22
HSL298.87º48.18%56.86%-
HSV(B)298.87º53.54%77.65%-
XYZ36.7923.4756.02-
YUV135.18163.46171.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.33%
GREEN value IS 92 (36.33% from 255) = 18.93%
BLUE value IS 198 (77.73% from 255) = 40.74%
R=40.33%
G=18.93%
B=40.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal196921980.010.5400.22298.8748.1856.86
HexC45CC613601612b3039
Octal3041343061660264536071
Binary110001001011100110001101110110010110100101011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45CC6; }

 p { color: rgb(196,92,198); }

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

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

 a { background-color: rgb(196,92,198); }

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

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

 span { border-color: rgb(196,92,198); }

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