#c264be

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

Shades of Fuchsia #C264BE

Tints of Fuchsia #C264BE

Color information

#C264BE (or 0xC264BE) is unknown color: approx Fuchsia. HEX triplet: C2, 64 and BE. RGB value is (194,100,190). Sum of RGB (Red+Green+Blue) = 194+100+190=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C264BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264BE is #3D9B41. Grayscale: #8A8A8A. Windows color (decimal): -4037442 or 12477634. OLE color: 12477634.

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

Color convert

RGB194100190-
CMYK00.480.020.24
HSL302.55º43.52%57.65%-
HSV(B)302.55º48.45%76.08%-
XYZ36.124.351.5-
YUV138.37157.14167.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.08%
GREEN value IS 100 (39.45% from 255) = 20.66%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=40.08%
G=20.66%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410019000.480.020.24302.5543.5257.65
HexC264BE03021812f2c3a
Octal3021442760602304575472
Binary1100001011001001011111001100001011000100101111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c264be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c264be; }

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

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

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

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

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

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

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

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