Html Css Color HEX #C163BE Fuchsia

📋 copy color: '#C163BE'

red 193 ◦ green 99 ◦ blue 190

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

Shades of Fuchsia #C163BE

Tints of Fuchsia #C163BE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.54%

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

R = 40.04%
G = 20.54%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C163BE (or 0xC163BE) is known color: Fuchsia. HEX triplet: C1, 63 and BE. RGB value is (193,99,190). Sum of RGB (Red+Green+Blue) = 193+99+190=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C163BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163BE is #3E9C41. Grayscale: #898989. Windows color (decimal): -4103234 or 12477377. OLE color: 12477377.

HSL color Cylindrical-coordinate representation of color #C163BE: hue angle of 301.91º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C163BE is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 99 190 -
CMYK 0 0.49 0.02 0.24
HSL 301.91º 0.43% 0.57% -
HSV(B) 301.91º 0.49% 0.76% -
XYZ 35.75 23.98 51.46 -
YUV 137.48 157.64 167.6 -
System Red Green Blue C M Y K H S L
Decimal 193 99 190 0 0.49 0.02 0.24 301.91 0.43 0.57
Hex C1 63 BE 0 31 2 18 12E 2B 39
Octal 301 143 276 0 61 2 30 456 53 71
Binary 11000001 1100011 10111110 0 110001 10 11000 100101110 101011 111001

Color Harmonies of #C163BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C163BE

Black with #C163BE

Text Example


Text Example

White with #C163BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C163BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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