#C171C2

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

Shades of Fuchsia #C171C2

Tints of Fuchsia #C171C2

Color information

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

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

Color convert

RGB193113194-
CMYK0.010.4200.24
HSL299.26º39.9%60.2%-
HSV(B)299.26º41.75%76.08%-
XYZ37.6427.0454.28-
YUV146.15155161.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931131940.010.4200.24299.2639.960.2
HexC171C212A01812b283c
Octal3011613021520304535074
Binary110000011110001110000101101010011000100101011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C171C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C171C2; }

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

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

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

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

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

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

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

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