#C271C6

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

Shades of Fuchsia #C271C6

Tints of Fuchsia #C271C6

Color information

#C271C6 (or 0xC271C6) is unknown color: approx Fuchsia. HEX triplet: C2, 71 and C6. RGB value is (194,113,198). Sum of RGB (Red+Green+Blue) = 194+113+198=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 198 (77.73% from 255 or 39.21% from 505); Max value from RGB is 198 - color contains mainly: blue. Hex color #C271C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C271C6 is #3D8E39. Grayscale: #929292. Windows color (decimal): -4034106 or 13005250. OLE color: 13005250.

HSL color Cylindrical-coordinate representation of color #C271C6: hue angle of 297.18º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C271C6 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB194113198-
CMYK0.020.4300.22
HSL297.18º42.71%60.98%-
HSV(B)297.18º42.93%77.65%-
XYZ38.3527.3656.69-
YUV146.91156.84161.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.42%
GREEN value IS 113 (44.53% from 255) = 22.38%
BLUE value IS 198 (77.73% from 255) = 39.21%
R=38.42%
G=22.38%
B=39.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1941131980.020.4300.22297.1842.7160.98
HexC271C622B0161292b3d
Octal3021613062530264515375
Binary1100001011100011100011010101011010110100101001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C271C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C271C6; }

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

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

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

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

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

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

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

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