Html Css Color HEX #C16DBF Fuchsia

📋 copy color: '#C16DBF'

red 193 ◦ green 109 ◦ blue 191

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

Shades of Fuchsia #C16DBF

Tints of Fuchsia #C16DBF

RGB

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

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

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

R = 39.15%
G = 22.11%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C16DBF (or 0xC16DBF) is known color: Fuchsia. HEX triplet: C1, 6D and BF. RGB value is (193,109,191). Sum of RGB (Red+Green+Blue) = 193+109+191=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C16DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DBF is #3E9240. Grayscale: #8F8F8F. Windows color (decimal): -4100673 or 12545473. OLE color: 12545473.

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

Color convert

RGB 193 109 191 -
CMYK 0 0.44 0.01 0.24
HSL 301.43º 0.4% 0.59% -
HSV(B) 301.43º 0.44% 0.76% -
XYZ 36.86 26.04 52.37 -
YUV 143.46 154.83 163.33 -
System Red Green Blue C M Y K H S L
Decimal 193 109 191 0 0.44 0.01 0.24 301.43 0.4 0.59
Hex C1 6D BF 0 2C 1 18 12D 28 3B
Octal 301 155 277 0 54 1 30 455 50 73
Binary 11000001 1101101 10111111 0 101100 1 11000 100101101 101000 111011

Color Harmonies of #C16DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16DBF

Black with #C16DBF

Text Example


Text Example

White with #C16DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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