Html Css Color HEX #C171BE Fuchsia

📋 copy color: '#C171BE'

red 193 ◦ green 113 ◦ blue 190

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

Shades of Fuchsia #C171BE

Tints of Fuchsia #C171BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.78%

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

R = 38.91%
G = 22.78%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C171BE (or 0xC171BE) is known color: Fuchsia. HEX triplet: C1, 71 and BE. RGB value is (193,113,190). Sum of RGB (Red+Green+Blue) = 193+113+190=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C171BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171BE is #3E8E41. Grayscale: #919191. Windows color (decimal): -4099650 or 12480961. OLE color: 12480961.

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

Color convert

RGB 193 113 190 -
CMYK 0 0.41 0.02 0.24
HSL 302.25º 0.39% 0.6% -
HSV(B) 302.25º 0.41% 0.76% -
XYZ 37.19 26.87 51.94 -
YUV 145.7 153 161.74 -
System Red Green Blue C M Y K H S L
Decimal 193 113 190 0 0.41 0.02 0.24 302.25 0.39 0.6
Hex C1 71 BE 0 29 2 18 12E 27 3C
Octal 301 161 276 0 51 2 30 456 47 74
Binary 11000001 1110001 10111110 0 101001 10 11000 100101110 100111 111100

Color Harmonies of #C171BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C171BE

Black with #C171BE

Text Example


Text Example

White with #C171BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C171BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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