Html Css Color HEX #C163C9 Fuchsia

📋 copy color: '#C163C9'

red 193 ◦ green 99 ◦ blue 201

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

Shades of Fuchsia #C163C9

Tints of Fuchsia #C163C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.77%

R = 39.15%
G = 20.08%
B = 40.77%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C163C9 (or 0xC163C9) is known color: Fuchsia. HEX triplet: C1, 63 and C9. RGB value is (193,99,201). Sum of RGB (Red+Green+Blue) = 193+99+201=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #C163C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163C9 is #3E9C36. Grayscale: #8A8A8A. Windows color (decimal): -4103223 or 13198273. OLE color: 13198273.

HSL color Cylindrical-coordinate representation of color #C163C9: hue angle of 295.29º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C163C9 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 99 201 -
CMYK 0.04 0.51 0 0.21
HSL 295.29º 0.49% 0.59% -
HSV(B) 295.29º 0.51% 0.79% -
XYZ 37 24.48 58.03 -
YUV 138.73 163.14 166.71 -
System Red Green Blue C M Y K H S L
Decimal 193 99 201 0.04 0.51 0 0.21 295.29 0.49 0.59
Hex C1 63 C9 4 33 0 15 127 31 3B
Octal 301 143 311 4 63 0 25 447 61 73
Binary 11000001 1100011 11001001 100 110011 0 10101 100100111 110001 111011

Color Harmonies of #C163C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C163C9

Black with #C163C9

Text Example


Text Example

White with #C163C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C163C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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