Html Css Color HEX #C16FC0 Fuchsia

📋 copy color: '#C16FC0'

red 193 ◦ green 111 ◦ blue 192

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

Shades of Fuchsia #C16FC0

Tints of Fuchsia #C16FC0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.38%

 BLUE value IS 192 (75.39% from 255) = 38.71%

R = 38.91%
G = 22.38%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C16FC0 (or 0xC16FC0) is known color: Fuchsia. HEX triplet: C1, 6F and C0. RGB value is (193,111,192). Sum of RGB (Red+Green+Blue) = 193+111+192=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C16FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FC0 is #3E903F. Grayscale: #909090. Windows color (decimal): -4100160 or 12611521. OLE color: 12611521.

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

Color convert

RGB 193 111 192 -
CMYK 0 0.42 0.01 0.24
HSL 300.73º 0.4% 0.6% -
HSV(B) 300.73º 0.42% 0.76% -
XYZ 37.19 26.51 53.03 -
YUV 144.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 193 111 192 0 0.42 0.01 0.24 300.73 0.4 0.6
Hex C1 6F C0 0 2A 1 18 12D 28 3C
Octal 301 157 300 0 52 1 30 455 50 74
Binary 11000001 1101111 11000000 0 101010 1 11000 100101101 101000 111100

Color Harmonies of #C16FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16FC0

Black with #C16FC0

Text Example


Text Example

White with #C16FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16FC0; }

 p { color: rgb(193,111,192); }

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

background-color css

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

 a { background-color: rgb(193,111,192); }

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

border-color css

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

 span { border-color: rgb(193,111,192); }

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