Html Css Color HEX #C16DAC Fuchsia

📋 copy color: '#C16DAC'

red 193 ◦ green 109 ◦ blue 172

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

Shades of Fuchsia #C16DAC

Tints of Fuchsia #C16DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23%

 BLUE value IS 172 (67.58% from 255) = 36.29%

R = 40.72%
G = 23%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C16DAC (or 0xC16DAC) is known color: Fuchsia. HEX triplet: C1, 6D and AC. RGB value is (193,109,172). Sum of RGB (Red+Green+Blue) = 193+109+172=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C16DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16DAC is #3E9253. Grayscale: #8D8D8D. Windows color (decimal): -4100692 or 11300289. OLE color: 11300289.

HSL color Cylindrical-coordinate representation of color #C16DAC: hue angle of 315º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C16DAC is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 109 172 -
CMYK 0 0.44 0.11 0.24
HSL 315º 0.4% 0.59% -
HSV(B) 315º 0.44% 0.76% -
XYZ 34.91 25.25 42.06 -
YUV 141.3 145.33 164.88 -
System Red Green Blue C M Y K H S L
Decimal 193 109 172 0 0.44 0.11 0.24 315 0.4 0.59
Hex C1 6D AC 0 2C B 18 13B 28 3B
Octal 301 155 254 0 54 13 30 473 50 73
Binary 11000001 1101101 10101100 0 101100 1011 11000 100111011 101000 111011

Color Harmonies of #C16DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16DAC

Black with #C16DAC

Text Example


Text Example

White with #C16DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16DAC; }

 p { color: rgb(193,109,172); }

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

background-color css

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

 a { background-color: rgb(193,109,172); }

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

border-color css

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

 span { border-color: rgb(193,109,172); }

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