Html Css Color HEX #C16FB2 Fuchsia

📋 copy color: '#C16FB2'

red 193 ◦ green 111 ◦ blue 178

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

Shades of Fuchsia #C16FB2

Tints of Fuchsia #C16FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.93%

R = 40.04%
G = 23.03%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C16FB2 (or 0xC16FB2) is known color: Fuchsia. HEX triplet: C1, 6F and B2. RGB value is (193,111,178). Sum of RGB (Red+Green+Blue) = 193+111+178=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C16FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16FB2 is #3E904D. Grayscale: #8E8E8E. Windows color (decimal): -4100174 or 11694017. OLE color: 11694017.

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

Color convert

RGB 193 111 178 -
CMYK 0 0.42 0.08 0.24
HSL 310.98º 0.4% 0.6% -
HSV(B) 310.98º 0.42% 0.76% -
XYZ 35.71 25.92 45.24 -
YUV 143.16 147.67 163.55 -
System Red Green Blue C M Y K H S L
Decimal 193 111 178 0 0.42 0.08 0.24 310.98 0.4 0.6
Hex C1 6F B2 0 2A 8 18 137 28 3C
Octal 301 157 262 0 52 10 30 467 50 74
Binary 11000001 1101111 10110010 0 101010 1000 11000 100110111 101000 111100

Color Harmonies of #C16FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16FB2

Black with #C16FB2

Text Example


Text Example

White with #C16FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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