Html Css Color HEX #C173BA Fuchsia

📋 copy color: '#C173BA'

red 193 ◦ green 115 ◦ blue 186

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

Shades of Fuchsia #C173BA

Tints of Fuchsia #C173BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.65%

R = 39.07%
G = 23.28%
B = 37.65%

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

#C173BA (or 0xC173BA) is known color: Fuchsia. HEX triplet: C1, 73 and BA. RGB value is (193,115,186). Sum of RGB (Red+Green+Blue) = 193+115+186=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C173BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C173BA is #3E8C45. Grayscale: #929292. Windows color (decimal): -4099142 or 12219329. OLE color: 12219329.

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

Color convert

RGB 193 115 186 -
CMYK 0 0.40 0.04 0.24
HSL 305.38º 0.39% 0.6% -
HSV(B) 305.38º 0.4% 0.76% -
XYZ 36.99 27.14 49.74 -
YUV 146.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 193 115 186 0 0.40 0.04 0.24 305.38 0.39 0.6
Hex C1 73 BA 0 28 4 18 131 27 3C
Octal 301 163 272 0 50 4 30 461 47 74
Binary 11000001 1110011 10111010 0 101000 100 11000 100110001 100111 111100

Color Harmonies of #C173BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C173BA

Black with #C173BA

Text Example


Text Example

White with #C173BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C173BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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