Html Css Color HEX #C169B1 Fuchsia

📋 copy color: '#C169B1'

red 193 ◦ green 105 ◦ blue 177

#C169B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C169B1

Tints of Fuchsia #C169B1

RGB

 RED value IS 193 (75.78% from 255) = 40.63%

 GREEN value IS 105 (41.41% from 255) = 22.11%

 BLUE value IS 177 (69.53% from 255) = 37.26%

R = 40.63%
G = 22.11%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C169B1 (or 0xC169B1) is known color: Fuchsia. HEX triplet: C1, 69 and B1. RGB value is (193,105,177). Sum of RGB (Red+Green+Blue) = 193+105+177=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C169B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C169B1 is #3E964E. Grayscale: #8B8B8B. Windows color (decimal): -4101711 or 11626945. OLE color: 11626945.

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

Color convert

RGB 193 105 177 -
CMYK 0 0.46 0.08 0.24
HSL 310.91º 0.42% 0.58% -
HSV(B) 310.91º 0.46% 0.76% -
XYZ 34.98 24.61 44.5 -
YUV 139.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 193 105 177 0 0.46 0.08 0.24 310.91 0.42 0.58
Hex C1 69 B1 0 2E 8 18 137 2A 3A
Octal 301 151 261 0 56 10 30 467 52 72
Binary 11000001 1101001 10110001 0 101110 1000 11000 100110111 101010 111010

Color Harmonies of #C169B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C169B1

Black with #C169B1

Text Example


Text Example

White with #C169B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C169B1; }

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

 H1.HeaderClassName
 {
   color: #C169B1;
 }
 .AnyTagClassName
 {
   color: #C169B1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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