Html Css Color HEX #C16BAF Fuchsia

📋 copy color: '#C16BAF'

red 193 ◦ green 107 ◦ blue 175

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

Shades of Fuchsia #C16BAF

Tints of Fuchsia #C16BAF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.53%

 BLUE value IS 175 (68.75% from 255) = 36.84%

R = 40.63%
G = 22.53%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C16BAF (or 0xC16BAF) is known color: Fuchsia. HEX triplet: C1, 6B and AF. RGB value is (193,107,175). Sum of RGB (Red+Green+Blue) = 193+107+175=475 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.63% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 193 - color contains mainly: red. Hex color #C16BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16BAF is #3E9450. Grayscale: #8C8C8C. Windows color (decimal): -4101201 or 11496385. OLE color: 11496385.

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

Color convert

RGB 193 107 175 -
CMYK 0 0.45 0.09 0.24
HSL 312.56º 0.41% 0.59% -
HSV(B) 312.56º 0.45% 0.76% -
XYZ 34.99 24.95 43.53 -
YUV 140.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 193 107 175 0 0.45 0.09 0.24 312.56 0.41 0.59
Hex C1 6B AF 0 2D 9 18 139 29 3B
Octal 301 153 257 0 55 11 30 471 51 73
Binary 11000001 1101011 10101111 0 101101 1001 11000 100111001 101001 111011

Color Harmonies of #C16BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16BAF

Black with #C16BAF

Text Example


Text Example

White with #C16BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16BAF; }

 p { color: rgb(193,107,175); }

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

background-color css

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

 a { background-color: rgb(193,107,175); }

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

border-color css

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

 span { border-color: rgb(193,107,175); }

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