#C271C1

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

Shades of Fuchsia #C271C1

Tints of Fuchsia #C271C1

Color information

#C271C1 (or 0xC271C1) is unknown color: approx Fuchsia. HEX triplet: C2, 71 and C1. RGB value is (194,113,193). Sum of RGB (Red+Green+Blue) = 194+113+193=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C271C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C271C1 is #3D8E3E. Grayscale: #929292. Windows color (decimal): -4034111 or 12677570. OLE color: 12677570.

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

Color convert

RGB194113193-
CMYK00.420.010.24
HSL300.74º39.9%60.2%-
HSV(B)300.74º41.75%76.08%-
XYZ37.7827.1353.7-
YUV146.34154.34162-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.8%
GREEN value IS 113 (44.53% from 255) = 22.6%
BLUE value IS 193 (75.78% from 255) = 38.6%
R=38.8%
G=22.6%
B=38.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411319300.420.010.24300.7439.960.2
HexC271C102A11812d283c
Octal3021613010521304555074
Binary110000101110001110000010101010111000100101101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C271C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C271C1; }

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

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

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

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

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

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

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

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