Html Css Color HEX #C16FBF Fuchsia

📋 copy color: '#C16FBF'

red 193 ◦ green 111 ◦ blue 191

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

Shades of Fuchsia #C16FBF

Tints of Fuchsia #C16FBF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.42%

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

R = 38.99%
G = 22.42%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C16FBF (or 0xC16FBF) is known color: Fuchsia. HEX triplet: C1, 6F and BF. RGB value is (193,111,191). Sum of RGB (Red+Green+Blue) = 193+111+191=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C16FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FBF is #3E9040. Grayscale: #909090. Windows color (decimal): -4100161 or 12545985. OLE color: 12545985.

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

Color convert

RGB 193 111 191 -
CMYK 0 0.42 0.01 0.24
HSL 301.46º 0.4% 0.6% -
HSV(B) 301.46º 0.42% 0.76% -
XYZ 37.08 26.47 52.44 -
YUV 144.64 154.17 162.5 -
System Red Green Blue C M Y K H S L
Decimal 193 111 191 0 0.42 0.01 0.24 301.46 0.4 0.6
Hex C1 6F BF 0 2A 1 18 12D 28 3C
Octal 301 157 277 0 52 1 30 455 50 74
Binary 11000001 1101111 10111111 0 101010 1 11000 100101101 101000 111100

Color Harmonies of #C16FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16FBF

Black with #C16FBF

Text Example


Text Example

White with #C16FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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