#C264B0

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

Shades of Fuchsia #C264B0

Tints of Fuchsia #C264B0

Color information

#C264B0 (or 0xC264B0) is unknown color: approx Fuchsia. HEX triplet: C2, 64 and B0. RGB value is (194,100,176). Sum of RGB (Red+Green+Blue) = 194+100+176=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C264B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C264B0 is #3D9B4F. Grayscale: #888888. Windows color (decimal): -4037456 or 11560130. OLE color: 11560130.

HSL color Cylindrical-coordinate representation of color #C264B0: hue angle of 311.49º 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 #C264B0 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB194100176-
CMYK00.480.090.24
HSL311.49º43.52%57.65%-
HSV(B)311.49º48.45%76.08%-
XYZ34.6423.7243.83-
YUV136.77150.14168.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.28%
GREEN value IS 100 (39.45% from 255) = 21.28%
BLUE value IS 176 (69.14% from 255) = 37.45%
R=41.28%
G=21.28%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410017600.480.090.24311.4943.5257.65
HexC264B00309181372c3a
Octal30214426006011304675472
Binary110000101100100101100000110000100111000100110111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C264B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C264B0; }

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

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

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

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

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

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

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

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