#C276BE

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

Shades of Fuchsia #C276BE

Tints of Fuchsia #C276BE

Color information

#C276BE (or 0xC276BE) is unknown color: approx Fuchsia. HEX triplet: C2, 76 and BE. RGB value is (194,118,190). Sum of RGB (Red+Green+Blue) = 194+118+190=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C276BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276BE is #3D8941. Grayscale: #949494. Windows color (decimal): -4032834 or 12482242. OLE color: 12482242.

HSL color Cylindrical-coordinate representation of color #C276BE: hue angle of 303.16º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C276BE is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB194118190-
CMYK00.390.020.24
HSL303.16º38.38%61.18%-
HSV(B)303.16º39.18%76.08%-
XYZ38.0228.1452.14-
YUV148.93151.18160.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.65%
GREEN value IS 118 (46.48% from 255) = 23.51%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=38.65%
G=23.51%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411819000.390.020.24303.1638.3861.18
HexC276BE02721812f263d
Octal3021662760472304574675
Binary1100001011101101011111001001111011000100101111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C276BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C276BE; }

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

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

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

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

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

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

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

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