Html Css Color HEX #C16CBA Fuchsia

📋 copy color: '#C16CBA'

red 193 ◦ green 108 ◦ blue 186

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

Shades of Fuchsia #C16CBA

Tints of Fuchsia #C16CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.18%

 BLUE value IS 186 (73.05% from 255) = 38.19%

R = 39.63%
G = 22.18%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C16CBA (or 0xC16CBA) is known color: Fuchsia. HEX triplet: C1, 6C and BA. RGB value is (193,108,186). Sum of RGB (Red+Green+Blue) = 193+108+186=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C16CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16CBA is #3E9345. Grayscale: #8E8E8E. Windows color (decimal): -4100934 or 12217537. OLE color: 12217537.

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

Color convert

RGB 193 108 186 -
CMYK 0 0.44 0.04 0.24
HSL 304.94º 0.41% 0.59% -
HSV(B) 304.94º 0.44% 0.76% -
XYZ 36.22 25.61 49.49 -
YUV 142.31 152.66 164.16 -
System Red Green Blue C M Y K H S L
Decimal 193 108 186 0 0.44 0.04 0.24 304.94 0.41 0.59
Hex C1 6C BA 0 2C 4 18 131 29 3B
Octal 301 154 272 0 54 4 30 461 51 73
Binary 11000001 1101100 10111010 0 101100 100 11000 100110001 101001 111011

Color Harmonies of #C16CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16CBA

Black with #C16CBA

Text Example


Text Example

White with #C16CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16CBA; }

 p { color: rgb(193,108,186); }

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

background-color css

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

 a { background-color: rgb(193,108,186); }

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

border-color css

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

 span { border-color: rgb(193,108,186); }

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