Html Css Color HEX #C173BF Fuchsia

📋 copy color: '#C173BF'

red 193 ◦ green 115 ◦ blue 191

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

Shades of Fuchsia #C173BF

Tints of Fuchsia #C173BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.28%

R = 38.68%
G = 23.05%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C173BF (or 0xC173BF) is known color: Fuchsia. HEX triplet: C1, 73 and BF. RGB value is (193,115,191). Sum of RGB (Red+Green+Blue) = 193+115+191=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C173BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C173BF is #3E8C40. Grayscale: #929292. Windows color (decimal): -4099137 or 12547009. OLE color: 12547009.

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

Color convert

RGB 193 115 191 -
CMYK 0 0.40 0.01 0.24
HSL 301.54º 0.39% 0.6% -
HSV(B) 301.54º 0.4% 0.76% -
XYZ 37.53 27.36 52.59 -
YUV 146.99 152.84 160.82 -
System Red Green Blue C M Y K H S L
Decimal 193 115 191 0 0.40 0.01 0.24 301.54 0.39 0.6
Hex C1 73 BF 0 28 1 18 12E 27 3C
Octal 301 163 277 0 50 1 30 456 47 74
Binary 11000001 1110011 10111111 0 101000 1 11000 100101110 100111 111100

Color Harmonies of #C173BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C173BF

Black with #C173BF

Text Example


Text Example

White with #C173BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C173BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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