Html Css Color HEX #C171B6 Fuchsia

📋 copy color: '#C171B6'

red 193 ◦ green 113 ◦ blue 182

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

Shades of Fuchsia #C171B6

Tints of Fuchsia #C171B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.3%

R = 39.55%
G = 23.16%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C171B6 (or 0xC171B6) is known color: Fuchsia. HEX triplet: C1, 71 and B6. RGB value is (193,113,182). Sum of RGB (Red+Green+Blue) = 193+113+182=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 182 (71.48% from 255 or 37.30% from 488); Max value from RGB is 193 - color contains mainly: red. Hex color #C171B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171B6 is #3E8E49. Grayscale: #909090. Windows color (decimal): -4099658 or 11956673. OLE color: 11956673.

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

Color convert

RGB 193 113 182 -
CMYK 0 0.41 0.06 0.24
HSL 308.25º 0.39% 0.6% -
HSV(B) 308.25º 0.41% 0.76% -
XYZ 36.34 26.53 47.46 -
YUV 144.79 149 162.39 -
System Red Green Blue C M Y K H S L
Decimal 193 113 182 0 0.41 0.06 0.24 308.25 0.39 0.6
Hex C1 71 B6 0 29 6 18 134 27 3C
Octal 301 161 266 0 51 6 30 464 47 74
Binary 11000001 1110001 10110110 0 101001 110 11000 100110100 100111 111100

Color Harmonies of #C171B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C171B6

Black with #C171B6

Text Example


Text Example

White with #C171B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C171B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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