Html Css Color HEX #C168B3 Fuchsia

📋 copy color: '#C168B3'

red 193 ◦ green 104 ◦ blue 179

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

Shades of Fuchsia #C168B3

Tints of Fuchsia #C168B3

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.85%

 BLUE value IS 179 (70.31% from 255) = 37.61%

R = 40.55%
G = 21.85%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C168B3 (or 0xC168B3) is known color: Fuchsia. HEX triplet: C1, 68 and B3. RGB value is (193,104,179). Sum of RGB (Red+Green+Blue) = 193+104+179=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C168B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168B3 is #3E974C. Grayscale: #8A8A8A. Windows color (decimal): -4101965 or 11757761. OLE color: 11757761.

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

Color convert

RGB 193 104 179 -
CMYK 0 0.46 0.07 0.24
HSL 309.44º 0.42% 0.58% -
HSV(B) 309.44º 0.46% 0.76% -
XYZ 35.08 24.49 45.53 -
YUV 139.16 150.49 166.4 -
System Red Green Blue C M Y K H S L
Decimal 193 104 179 0 0.46 0.07 0.24 309.44 0.42 0.58
Hex C1 68 B3 0 2E 7 18 135 2A 3A
Octal 301 150 263 0 56 7 30 465 52 72
Binary 11000001 1101000 10110011 0 101110 111 11000 100110101 101010 111010

Color Harmonies of #C168B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C168B3

Black with #C168B3

Text Example


Text Example

White with #C168B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C168B3; }

 p { color: rgb(193,104,179); }

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

background-color css

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

 a { background-color: rgb(193,104,179); }

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

border-color css

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

 span { border-color: rgb(193,104,179); }

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