Html Css Color HEX #C171BC Fuchsia

📋 copy color: '#C171BC'

red 193 ◦ green 113 ◦ blue 188

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

Shades of Fuchsia #C171BC

Tints of Fuchsia #C171BC

RGB

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

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

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

R = 39.07%
G = 22.87%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C171BC (or 0xC171BC) is known color: Fuchsia. HEX triplet: C1, 71 and BC. RGB value is (193,113,188). Sum of RGB (Red+Green+Blue) = 193+113+188=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C171BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171BC is #3E8E43. Grayscale: #919191. Windows color (decimal): -4099652 or 12349889. OLE color: 12349889.

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

Color convert

RGB 193 113 188 -
CMYK 0 0.41 0.03 0.24
HSL 303.75º 0.39% 0.6% -
HSV(B) 303.75º 0.41% 0.76% -
XYZ 36.97 26.78 50.8 -
YUV 145.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 193 113 188 0 0.41 0.03 0.24 303.75 0.39 0.6
Hex C1 71 BC 0 29 3 18 130 27 3C
Octal 301 161 274 0 51 3 30 460 47 74
Binary 11000001 1110001 10111100 0 101001 11 11000 100110000 100111 111100

Color Harmonies of #C171BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C171BC

Black with #C171BC

Text Example


Text Example

White with #C171BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C171BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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