Html Css Color HEX #C163C7 Fuchsia

📋 copy color: '#C163C7'

red 193 ◦ green 99 ◦ blue 199

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

Shades of Fuchsia #C163C7

Tints of Fuchsia #C163C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.53%

R = 39.31%
G = 20.16%
B = 40.53%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C163C7 (or 0xC163C7) is known color: Fuchsia. HEX triplet: C1, 63 and C7. RGB value is (193,99,199). Sum of RGB (Red+Green+Blue) = 193+99+199=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 199 - color contains mainly: blue. Hex color #C163C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163C7 is #3E9C38. Grayscale: #8A8A8A. Windows color (decimal): -4103225 or 13067201. OLE color: 13067201.

HSL color Cylindrical-coordinate representation of color #C163C7: hue angle of 296.4º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C163C7 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 99 199 -
CMYK 0.03 0.50 0 0.22
HSL 296.4º 0.47% 0.58% -
HSV(B) 296.4º 0.5% 0.78% -
XYZ 36.76 24.38 56.8 -
YUV 138.51 162.14 166.87 -
System Red Green Blue C M Y K H S L
Decimal 193 99 199 0.03 0.50 0 0.22 296.4 0.47 0.58
Hex C1 63 C7 3 32 0 16 128 2F 3A
Octal 301 143 307 3 62 0 26 450 57 72
Binary 11000001 1100011 11000111 11 110010 0 10110 100101000 101111 111010

Color Harmonies of #C163C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C163C7

Black with #C163C7

Text Example


Text Example

White with #C163C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C163C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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