Html Css Color HEX #C16EBA Fuchsia

📋 copy color: '#C16EBA'

red 193 ◦ green 110 ◦ blue 186

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

Shades of Fuchsia #C16EBA

Tints of Fuchsia #C16EBA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.49%

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

R = 39.47%
G = 22.49%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C16EBA (or 0xC16EBA) is known color: Fuchsia. HEX triplet: C1, 6E and BA. RGB value is (193,110,186). Sum of RGB (Red+Green+Blue) = 193+110+186=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 193 - color contains mainly: red. Hex color #C16EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16EBA is #3E9145. Grayscale: #8F8F8F. Windows color (decimal): -4100422 or 12218049. OLE color: 12218049.

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

Color convert

RGB 193 110 186 -
CMYK 0 0.43 0.04 0.24
HSL 305.06º 0.4% 0.59% -
HSV(B) 305.06º 0.43% 0.76% -
XYZ 36.43 26.03 49.56 -
YUV 143.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 193 110 186 0 0.43 0.04 0.24 305.06 0.4 0.59
Hex C1 6E BA 0 2B 4 18 131 28 3B
Octal 301 156 272 0 53 4 30 461 50 73
Binary 11000001 1101110 10111010 0 101011 100 11000 100110001 101000 111011

Color Harmonies of #C16EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16EBA

Black with #C16EBA

Text Example


Text Example

White with #C16EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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