Html Css Color HEX #C173B9 Fuchsia

📋 copy color: '#C173B9'

red 193 ◦ green 115 ◦ blue 185

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

Shades of Fuchsia #C173B9

Tints of Fuchsia #C173B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.53%

R = 39.15%
G = 23.33%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C173B9 (or 0xC173B9) is known color: Fuchsia. HEX triplet: C1, 73 and B9. RGB value is (193,115,185). Sum of RGB (Red+Green+Blue) = 193+115+185=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C173B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C173B9 is #3E8C46. Grayscale: #929292. Windows color (decimal): -4099143 or 12153793. OLE color: 12153793.

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

Color convert

RGB 193 115 185 -
CMYK 0 0.40 0.04 0.24
HSL 306.15º 0.39% 0.6% -
HSV(B) 306.15º 0.4% 0.76% -
XYZ 36.88 27.1 49.19 -
YUV 146.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 193 115 185 0 0.40 0.04 0.24 306.15 0.39 0.6
Hex C1 73 B9 0 28 4 18 132 27 3C
Octal 301 163 271 0 50 4 30 462 47 74
Binary 11000001 1110011 10111001 0 101000 100 11000 100110010 100111 111100

Color Harmonies of #C173B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C173B9

Black with #C173B9

Text Example


Text Example

White with #C173B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C173B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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