Html Css Color HEX #C16EB0 Fuchsia

📋 copy color: '#C16EB0'

red 193 ◦ green 110 ◦ blue 176

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

Shades of Fuchsia #C16EB0

Tints of Fuchsia #C16EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.74%

R = 40.29%
G = 22.96%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C16EB0 (or 0xC16EB0) is known color: Fuchsia. HEX triplet: C1, 6E and B0. RGB value is (193,110,176). Sum of RGB (Red+Green+Blue) = 193+110+176=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 176 (69.14% from 255 or 36.74% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C16EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16EB0 is #3E914F. Grayscale: #8E8E8E. Windows color (decimal): -4100432 or 11562689. OLE color: 11562689.

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

Color convert

RGB 193 110 176 -
CMYK 0 0.43 0.09 0.24
HSL 312.29º 0.4% 0.59% -
HSV(B) 312.29º 0.43% 0.76% -
XYZ 35.4 25.62 44.15 -
YUV 142.34 147 164.13 -
System Red Green Blue C M Y K H S L
Decimal 193 110 176 0 0.43 0.09 0.24 312.29 0.4 0.59
Hex C1 6E B0 0 2B 9 18 138 28 3B
Octal 301 156 260 0 53 11 30 470 50 73
Binary 11000001 1101110 10110000 0 101011 1001 11000 100111000 101000 111011

Color Harmonies of #C16EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16EB0

Black with #C16EB0

Text Example


Text Example

White with #C16EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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