#C271BD

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

Shades of Fuchsia #C271BD

Tints of Fuchsia #C271BD

Color information

#C271BD (or 0xC271BD) is unknown color: approx Fuchsia. HEX triplet: C2, 71 and BD. RGB value is (194,113,189). Sum of RGB (Red+Green+Blue) = 194+113+189=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C271BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C271BD is #3D8E42. Grayscale: #919191. Windows color (decimal): -4034115 or 12415426. OLE color: 12415426.

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

Color convert

RGB194113189-
CMYK00.420.030.24
HSL303.7º39.9%60.2%-
HSV(B)303.7º41.75%76.08%-
XYZ37.3426.9551.38-
YUV145.88152.34162.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.11%
GREEN value IS 113 (44.53% from 255) = 22.78%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=39.11%
G=22.78%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411318900.420.030.24303.739.960.2
HexC271BD02A318130283c
Octal3021612750523304605074
Binary1100001011100011011110101010101111000100110000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C271BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C271BD; }

 p { color: rgb(194,113,189); }

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

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

 a { background-color: rgb(194,113,189); }

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

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

 span { border-color: rgb(194,113,189); }

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