Html Css Color HEX #C168B0 Fuchsia

📋 copy color: '#C168B0'

red 193 ◦ green 104 ◦ blue 176

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

Shades of Fuchsia #C168B0

Tints of Fuchsia #C168B0

RGB

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

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

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

R = 40.8%
G = 21.99%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C168B0 (or 0xC168B0) is known color: Fuchsia. HEX triplet: C1, 68 and B0. RGB value is (193,104,176). Sum of RGB (Red+Green+Blue) = 193+104+176=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C168B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C168B0 is #3E974F. Grayscale: #8A8A8A. Windows color (decimal): -4101968 or 11561153. OLE color: 11561153.

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

Color convert

RGB 193 104 176 -
CMYK 0 0.46 0.09 0.24
HSL 311.46º 0.42% 0.58% -
HSV(B) 311.46º 0.46% 0.76% -
XYZ 34.78 24.37 43.95 -
YUV 138.82 148.99 166.65 -
System Red Green Blue C M Y K H S L
Decimal 193 104 176 0 0.46 0.09 0.24 311.46 0.42 0.58
Hex C1 68 B0 0 2E 9 18 137 2A 3A
Octal 301 150 260 0 56 11 30 467 52 72
Binary 11000001 1101000 10110000 0 101110 1001 11000 100110111 101010 111010

Color Harmonies of #C168B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C168B0

Black with #C168B0

Text Example


Text Example

White with #C168B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C168B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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