Html Css Color HEX #C163BD Fuchsia

📋 copy color: '#C163BD'

red 193 ◦ green 99 ◦ blue 189

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

Shades of Fuchsia #C163BD

Tints of Fuchsia #C163BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.29%

R = 40.12%
G = 20.58%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C163BD (or 0xC163BD) is known color: Fuchsia. HEX triplet: C1, 63 and BD. RGB value is (193,99,189). Sum of RGB (Red+Green+Blue) = 193+99+189=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C163BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163BD is #3E9C42. Grayscale: #898989. Windows color (decimal): -4103235 or 12411841. OLE color: 12411841.

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

Color convert

RGB 193 99 189 -
CMYK 0 0.49 0.02 0.24
HSL 302.55º 0.43% 0.57% -
HSV(B) 302.55º 0.49% 0.76% -
XYZ 35.64 23.94 50.89 -
YUV 137.37 157.14 167.68 -
System Red Green Blue C M Y K H S L
Decimal 193 99 189 0 0.49 0.02 0.24 302.55 0.43 0.57
Hex C1 63 BD 0 31 2 18 12F 2B 39
Octal 301 143 275 0 61 2 30 457 53 71
Binary 11000001 1100011 10111101 0 110001 10 11000 100101111 101011 111001

Color Harmonies of #C163BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C163BD

Black with #C163BD

Text Example


Text Example

White with #C163BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C163BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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