Html Css Color HEX #C163C1 Fuchsia

📋 copy color: '#C163C1'

red 193 ◦ green 99 ◦ blue 193

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

Shades of Fuchsia #C163C1

Tints of Fuchsia #C163C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.79%

R = 39.79%
G = 20.41%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C163C1 (or 0xC163C1) is known color: Fuchsia. HEX triplet: C1, 63 and C1. RGB value is (193,99,193). Sum of RGB (Red+Green+Blue) = 193+99+193=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: red, blue. Hex color #C163C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163C1 is #3E9C3E. Grayscale: #898989. Windows color (decimal): -4103231 or 12673985. OLE color: 12673985.

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

Color convert

RGB 193 99 193 -
CMYK 0 0.49 0 0.24
HSL 300º 0.43% 0.57% -
HSV(B) 300º 0.49% 0.76% -
XYZ 36.08 24.11 53.2 -
YUV 137.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 193 99 193 0 0.49 0 0.24 300 0.43 0.57
Hex C1 63 C1 0 31 0 18 12C 2B 39
Octal 301 143 301 0 61 0 30 454 53 71
Binary 11000001 1100011 11000001 0 110001 0 11000 100101100 101011 111001

Color Harmonies of #C163C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C163C1

Black with #C163C1

Text Example


Text Example

White with #C163C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C163C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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