Html Css Color HEX #C173BE Fuchsia

📋 copy color: '#C173BE'

red 193 ◦ green 115 ◦ blue 190

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

Shades of Fuchsia #C173BE

Tints of Fuchsia #C173BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.09%

 BLUE value IS 190 (74.61% from 255) = 38.15%

R = 38.76%
G = 23.09%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C173BE (or 0xC173BE) is known color: Fuchsia. HEX triplet: C1, 73 and BE. RGB value is (193,115,190). Sum of RGB (Red+Green+Blue) = 193+115+190=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C173BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C173BE is #3E8C41. Grayscale: #929292. Windows color (decimal): -4099138 or 12481473. OLE color: 12481473.

HSL color Cylindrical-coordinate representation of color #C173BE: hue angle of 302.31º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C173BE is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 115 190 -
CMYK 0 0.40 0.02 0.24
HSL 302.31º 0.39% 0.6% -
HSV(B) 302.31º 0.4% 0.76% -
XYZ 37.42 27.32 52.02 -
YUV 146.87 152.34 160.9 -
System Red Green Blue C M Y K H S L
Decimal 193 115 190 0 0.40 0.02 0.24 302.31 0.39 0.6
Hex C1 73 BE 0 28 2 18 12E 27 3C
Octal 301 163 276 0 50 2 30 456 47 74
Binary 11000001 1110011 10111110 0 101000 10 11000 100101110 100111 111100

Color Harmonies of #C173BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C173BE

Black with #C173BE

Text Example


Text Example

White with #C173BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C173BE; }

 p { color: rgb(193,115,190); }

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

background-color css

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

 a { background-color: rgb(193,115,190); }

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

border-color css

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

 span { border-color: rgb(193,115,190); }

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