Html Css Color HEX #C168BB Fuchsia

📋 copy color: '#C168BB'

red 193 ◦ green 104 ◦ blue 187

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

Shades of Fuchsia #C168BB

Tints of Fuchsia #C168BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.64%

R = 39.88%
G = 21.49%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C168BB (or 0xC168BB) is known color: Fuchsia. HEX triplet: C1, 68 and BB. RGB value is (193,104,187). Sum of RGB (Red+Green+Blue) = 193+104+187=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C168BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168BB is #3E9744. Grayscale: #8B8B8B. Windows color (decimal): -4101957 or 12282049. OLE color: 12282049.

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

Color convert

RGB 193 104 187 -
CMYK 0 0.46 0.03 0.24
HSL 304.05º 0.42% 0.58% -
HSV(B) 304.05º 0.46% 0.76% -
XYZ 35.91 24.83 49.91 -
YUV 140.07 154.49 165.75 -
System Red Green Blue C M Y K H S L
Decimal 193 104 187 0 0.46 0.03 0.24 304.05 0.42 0.58
Hex C1 68 BB 0 2E 3 18 130 2A 3A
Octal 301 150 273 0 56 3 30 460 52 72
Binary 11000001 1101000 10111011 0 101110 11 11000 100110000 101010 111010

Color Harmonies of #C168BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C168BB

Black with #C168BB

Text Example


Text Example

White with #C168BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C168BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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