Html Css Color HEX #C169AD Fuchsia

📋 copy color: '#C169AD'

red 193 ◦ green 105 ◦ blue 173

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

Shades of Fuchsia #C169AD

Tints of Fuchsia #C169AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.73%

R = 40.98%
G = 22.29%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C169AD (or 0xC169AD) is known color: Fuchsia. HEX triplet: C1, 69 and AD. RGB value is (193,105,173). Sum of RGB (Red+Green+Blue) = 193+105+173=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C169AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C169AD is #3E9652. Grayscale: #8A8A8A. Windows color (decimal): -4101715 or 11364801. OLE color: 11364801.

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

Color convert

RGB 193 105 173 -
CMYK 0 0.46 0.10 0.24
HSL 313.64º 0.42% 0.58% -
HSV(B) 313.64º 0.46% 0.76% -
XYZ 34.59 24.46 42.43 -
YUV 139.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 193 105 173 0 0.46 0.10 0.24 313.64 0.42 0.58
Hex C1 69 AD 0 2E A 18 13A 2A 3A
Octal 301 151 255 0 56 12 30 472 52 72
Binary 11000001 1101001 10101101 0 101110 1010 11000 100111010 101010 111010

Color Harmonies of #C169AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C169AD

Black with #C169AD

Text Example


Text Example

White with #C169AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C169AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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