Html Css Color HEX #C163A8 Fuchsia

📋 copy color: '#C163A8'

red 193 ◦ green 99 ◦ blue 168

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

Shades of Fuchsia #C163A8

Tints of Fuchsia #C163A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.52%

R = 41.96%
G = 21.52%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C163A8 (or 0xC163A8) is known color: Fuchsia. HEX triplet: C1, 63 and A8. RGB value is (193,99,168). Sum of RGB (Red+Green+Blue) = 193+99+168=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C163A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C163A8 is #3E9C57. Grayscale: #868686. Windows color (decimal): -4103256 or 11035585. OLE color: 11035585.

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

Color convert

RGB 193 99 168 -
CMYK 0 0.49 0.13 0.24
HSL 315.96º 0.43% 0.57% -
HSV(B) 315.96º 0.49% 0.76% -
XYZ 33.52 23.09 39.74 -
YUV 134.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 193 99 168 0 0.49 0.13 0.24 315.96 0.43 0.57
Hex C1 63 A8 0 31 D 18 13C 2B 39
Octal 301 143 250 0 61 15 30 474 53 71
Binary 11000001 1100011 10101000 0 110001 1101 11000 100111100 101011 111001

Color Harmonies of #C163A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C163A8

Black with #C163A8

Text Example


Text Example

White with #C163A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C163A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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