Html Css Color HEX #C171C2 Fuchsia

📋 copy color: '#C171C2'

red 193 ◦ green 113 ◦ blue 194

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

Shades of Fuchsia #C171C2

Tints of Fuchsia #C171C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.8%

R = 38.6%
G = 22.6%
B = 38.8%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C171C2 (or 0xC171C2) is known color: Fuchsia. HEX triplet: C1, 71 and C2. RGB value is (193,113,194). Sum of RGB (Red+Green+Blue) = 193+113+194=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 194 - color contains mainly: blue. Hex color #C171C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171C2 is #3E8E3D. Grayscale: #919191. Windows color (decimal): -4099646 or 12743105. OLE color: 12743105.

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

Color convert

RGB 193 113 194 -
CMYK 0.01 0.42 0 0.24
HSL 299.26º 0.4% 0.6% -
HSV(B) 299.26º 0.42% 0.76% -
XYZ 37.64 27.04 54.28 -
YUV 146.15 155 161.41 -
System Red Green Blue C M Y K H S L
Decimal 193 113 194 0.01 0.42 0 0.24 299.26 0.4 0.6
Hex C1 71 C2 1 2A 0 18 12B 28 3C
Octal 301 161 302 1 52 0 30 453 50 74
Binary 11000001 1110001 11000010 1 101010 0 11000 100101011 101000 111100

Color Harmonies of #C171C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C171C2

Black with #C171C2

Text Example


Text Example

White with #C171C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C171C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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