Html Css Color HEX #C173BC Fuchsia

📋 copy color: '#C173BC'

red 193 ◦ green 115 ◦ blue 188

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

Shades of Fuchsia #C173BC

Tints of Fuchsia #C173BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.9%

R = 38.91%
G = 23.19%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C173BC (or 0xC173BC) is known color: Fuchsia. HEX triplet: C1, 73 and BC. RGB value is (193,115,188). Sum of RGB (Red+Green+Blue) = 193+115+188=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C173BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C173BC is #3E8C43. Grayscale: #929292. Windows color (decimal): -4099140 or 12350401. OLE color: 12350401.

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

Color convert

RGB 193 115 188 -
CMYK 0 0.40 0.03 0.24
HSL 303.85º 0.39% 0.6% -
HSV(B) 303.85º 0.4% 0.76% -
XYZ 37.2 27.23 50.87 -
YUV 146.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 193 115 188 0 0.40 0.03 0.24 303.85 0.39 0.6
Hex C1 73 BC 0 28 3 18 130 27 3C
Octal 301 163 274 0 50 3 30 460 47 74
Binary 11000001 1110011 10111100 0 101000 11 11000 100110000 100111 111100

Color Harmonies of #C173BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C173BC

Black with #C173BC

Text Example


Text Example

White with #C173BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C173BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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