Html Css Color HEX #C16ABF Fuchsia

📋 copy color: '#C16ABF'

red 193 ◦ green 106 ◦ blue 191

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

Shades of Fuchsia #C16ABF

Tints of Fuchsia #C16ABF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.63%

 BLUE value IS 191 (75% from 255) = 38.98%

R = 39.39%
G = 21.63%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C16ABF (or 0xC16ABF) is known color: Fuchsia. HEX triplet: C1, 6A and BF. RGB value is (193,106,191). Sum of RGB (Red+Green+Blue) = 193+106+191=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C16ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ABF is #3E9540. Grayscale: #8D8D8D. Windows color (decimal): -4101441 or 12544705. OLE color: 12544705.

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

Color convert

RGB 193 106 191 -
CMYK 0 0.45 0.01 0.24
HSL 301.38º 0.41% 0.59% -
HSV(B) 301.38º 0.45% 0.76% -
XYZ 36.55 25.41 52.27 -
YUV 141.7 155.82 164.59 -
System Red Green Blue C M Y K H S L
Decimal 193 106 191 0 0.45 0.01 0.24 301.38 0.41 0.59
Hex C1 6A BF 0 2D 1 18 12D 29 3B
Octal 301 152 277 0 55 1 30 455 51 73
Binary 11000001 1101010 10111111 0 101101 1 11000 100101101 101001 111011

Color Harmonies of #C16ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16ABF

Black with #C16ABF

Text Example


Text Example

White with #C16ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16ABF; }

 p { color: rgb(193,106,191); }

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

background-color css

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

 a { background-color: rgb(193,106,191); }

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

border-color css

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

 span { border-color: rgb(193,106,191); }

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