Html Css Color HEX #C163C2 Fuchsia

📋 copy color: '#C163C2'

red 193 ◦ green 99 ◦ blue 194

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

Shades of Fuchsia #C163C2

Tints of Fuchsia #C163C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.92%

R = 39.71%
G = 20.37%
B = 39.92%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C163C2 (or 0xC163C2) is known color: Fuchsia. HEX triplet: C1, 63 and C2. RGB value is (193,99,194). Sum of RGB (Red+Green+Blue) = 193+99+194=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 194 - color contains mainly: blue. Hex color #C163C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163C2 is #3E9C3D. Grayscale: #898989. Windows color (decimal): -4103230 or 12739521. OLE color: 12739521.

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

Color convert

RGB 193 99 194 -
CMYK 0.01 0.49 0 0.24
HSL 299.37º 0.44% 0.57% -
HSV(B) 299.37º 0.49% 0.76% -
XYZ 36.19 24.16 53.79 -
YUV 137.94 159.64 167.28 -
System Red Green Blue C M Y K H S L
Decimal 193 99 194 0.01 0.49 0 0.24 299.37 0.44 0.57
Hex C1 63 C2 1 31 0 18 12B 2C 39
Octal 301 143 302 1 61 0 30 453 54 71
Binary 11000001 1100011 11000010 1 110001 0 11000 100101011 101100 111001

Color Harmonies of #C163C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C163C2

Black with #C163C2

Text Example


Text Example

White with #C163C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C163C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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