#C264C0

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

Shades of Fuchsia #C264C0

Tints of Fuchsia #C264C0

Color information

#C264C0 (or 0xC264C0) is unknown color: approx Fuchsia. HEX triplet: C2, 64 and C0. RGB value is (194,100,192). Sum of RGB (Red+Green+Blue) = 194+100+192=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C264C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264C0 is #3D9B3F. Grayscale: #8A8A8A. Windows color (decimal): -4037440 or 12608706. OLE color: 12608706.

HSL color Cylindrical-coordinate representation of color #C264C0: hue angle of 301.28º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C264C0 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB194100192-
CMYK00.480.010.24
HSL301.28º43.52%57.65%-
HSV(B)301.28º48.45%76.08%-
XYZ36.3224.3952.66-
YUV138.59158.14167.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.92%
GREEN value IS 100 (39.45% from 255) = 20.58%
BLUE value IS 192 (75.39% from 255) = 39.51%
R=39.92%
G=20.58%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410019200.480.010.24301.2843.5257.65
HexC264C003011812d2c3a
Octal3021443000601304555472
Binary110000101100100110000000110000111000100101101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C264C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C264C0; }

 p { color: rgb(194,100,192); }

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

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

 a { background-color: rgb(194,100,192); }

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

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

 span { border-color: rgb(194,100,192); }

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