#C169C9

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

Shades of Fuchsia #C169C9

Tints of Fuchsia #C169C9

Color information

#C169C9 (or 0xC169C9) is unknown color: approx Fuchsia. HEX triplet: C1, 69 and C9. RGB value is (193,105,201). Sum of RGB (Red+Green+Blue) = 193+105+201=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 201 - color contains mainly: blue. Hex color #C169C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169C9 is #3E9636. Grayscale: #8D8D8D. Windows color (decimal): -4101687 or 13199809. OLE color: 13199809.

HSL color Cylindrical-coordinate representation of color #C169C9: hue angle of 295º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C169C9 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB193105201-
CMYK0.040.4800.21
HSL295º47.06%60%-
HSV(B)295º47.76%78.82%-
XYZ37.5925.6658.23-
YUV142.26161.15164.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.68%
GREEN value IS 105 (41.41% from 255) = 21.04%
BLUE value IS 201 (78.91% from 255) = 40.28%
R=38.68%
G=21.04%
B=40.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1931052010.040.4800.2129547.0660
HexC169C94300151272f3c
Octal3011513114600254475774
Binary11000001110100111001001100110000010101100100111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C169C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C169C9; }

 p { color: rgb(193,105,201); }

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

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

 a { background-color: rgb(193,105,201); }

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

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

 span { border-color: rgb(193,105,201); }

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