#C169B4

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

Shades of Fuchsia #C169B4

Tints of Fuchsia #C169B4

Color information

#C169B4 (or 0xC169B4) is unknown color: approx Fuchsia. HEX triplet: C1, 69 and B4. RGB value is (193,105,180). Sum of RGB (Red+Green+Blue) = 193+105+180=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C169B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169B4 is #3E964B. Grayscale: #8B8B8B. Windows color (decimal): -4101708 or 11823553. OLE color: 11823553.

HSL color Cylindrical-coordinate representation of color #C169B4: hue angle of 308.86º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C169B4 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB193105180-
CMYK00.460.070.24
HSL308.86º41.51%58.43%-
HSV(B)308.86º45.6%75.69%-
XYZ35.2824.7446.09-
YUV139.86150.65165.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.38%
GREEN value IS 105 (41.41% from 255) = 21.97%
BLUE value IS 180 (70.70% from 255) = 37.66%
R=40.38%
G=21.97%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310518000.460.070.24308.8641.5158.43
HexC169B402E7181352a3a
Octal3011512640567304655272
Binary11000001110100110110100010111011111000100110101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C169B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C169B4; }

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

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

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

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

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

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

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

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