#C171B0

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

Shades of Fuchsia #C171B0

Tints of Fuchsia #C171B0

Color information

#C171B0 (or 0xC171B0) is unknown color: approx Fuchsia. HEX triplet: C1, 71 and B0. RGB value is (193,113,176). Sum of RGB (Red+Green+Blue) = 193+113+176=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C171B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C171B0 is #3E8E4F. Grayscale: #8F8F8F. Windows color (decimal): -4099664 or 11563457. OLE color: 11563457.

HSL color Cylindrical-coordinate representation of color #C171B0: hue angle of 312.75º degrees, saturation: 0.39, 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 #C171B0 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB193113176-
CMYK00.410.090.24
HSL312.75º39.22%60%-
HSV(B)312.75º41.45%75.69%-
XYZ35.7326.2844.26-
YUV144.1146162.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 113 (44.53% from 255) = 23.44%
BLUE value IS 176 (69.14% from 255) = 36.51%
R=40.04%
G=23.44%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311317600.410.090.24312.7539.2260
HexC171B0029918139273c
Octal30116126005111304714774
Binary110000011110001101100000101001100111000100111001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C171B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C171B0; }

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

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

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

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

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

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

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

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