#C272BE

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

Shades of Fuchsia #C272BE

Tints of Fuchsia #C272BE

Color information

#C272BE (or 0xC272BE) is unknown color: approx Fuchsia. HEX triplet: C2, 72 and BE. RGB value is (194,114,190). Sum of RGB (Red+Green+Blue) = 194+114+190=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C272BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C272BE is #3D8D41. Grayscale: #929292. Windows color (decimal): -4033858 or 12481218. OLE color: 12481218.

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

Color convert

RGB194114190-
CMYK00.410.020.24
HSL303º39.6%60.39%-
HSV(B)303º41.24%76.08%-
XYZ37.5627.2251.99-
YUV146.58152.5161.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 114 (44.92% from 255) = 22.89%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=38.96%
G=22.89%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411419000.410.020.2430339.660.39
HexC272BE02921812f283c
Octal3021622760512304575074
Binary1100001011100101011111001010011011000100101111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C272BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C272BE; }

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

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

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

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

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

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

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

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