Html Css Color HEX #C168BE Fuchsia

📋 copy color: '#C168BE'

red 193 ◦ green 104 ◦ blue 190

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

Shades of Fuchsia #C168BE

Tints of Fuchsia #C168BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.01%

R = 39.63%
G = 21.36%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C168BE (or 0xC168BE) is known color: Fuchsia. HEX triplet: C1, 68 and BE. RGB value is (193,104,190). Sum of RGB (Red+Green+Blue) = 193+104+190=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C168BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168BE is #3E9741. Grayscale: #8C8C8C. Windows color (decimal): -4101954 or 12478657. OLE color: 12478657.

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

Color convert

RGB 193 104 190 -
CMYK 0 0.46 0.02 0.24
HSL 302.02º 0.42% 0.58% -
HSV(B) 302.02º 0.46% 0.76% -
XYZ 36.24 24.96 51.62 -
YUV 140.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 193 104 190 0 0.46 0.02 0.24 302.02 0.42 0.58
Hex C1 68 BE 0 2E 2 18 12E 2A 3A
Octal 301 150 276 0 56 2 30 456 52 72
Binary 11000001 1101000 10111110 0 101110 10 11000 100101110 101010 111010

Color Harmonies of #C168BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C168BE

Black with #C168BE

Text Example


Text Example

White with #C168BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C168BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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