#C161C7

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

Shades of Fuchsia #C161C7

Tints of Fuchsia #C161C7

Color information

#C161C7 (or 0xC161C7) is unknown color: approx Fuchsia. HEX triplet: C1, 61 and C7. RGB value is (193,97,199). Sum of RGB (Red+Green+Blue) = 193+97+199=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 199 - color contains mainly: blue. Hex color #C161C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C161C7 is #3E9E38. Grayscale: #898989. Windows color (decimal): -4103737 or 13066689. OLE color: 13066689.

HSL color Cylindrical-coordinate representation of color #C161C7: hue angle of 296.47º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C161C7 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19397199-
CMYK0.030.5100.22
HSL296.47º47.66%58.04%-
HSV(B)296.47º51.26%78.04%-
XYZ36.5824.0156.74-
YUV137.33162.8167.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.47%
GREEN value IS 97 (38.28% from 255) = 19.84%
BLUE value IS 199 (78.12% from 255) = 40.70%
R=39.47%
G=19.84%
B=40.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal193971990.030.5100.22296.4747.6658.04
HexC161C7333016128303a
Octal3011413073630264506072
Binary1100000111000011100011111110011010110100101000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C161C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C161C7; }

 p { color: rgb(193,97,199); }

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

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

 a { background-color: rgb(193,97,199); }

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

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

 span { border-color: rgb(193,97,199); }

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