Html Css Color HEX #C271B6 Fuchsia

📋 copy color: '#C271B6'

red 194 ◦ green 113 ◦ blue 182

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

Shades of Fuchsia #C271B6

Tints of Fuchsia #C271B6

RGB

 RED value IS 194 (76.17% from 255) = 39.67%

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

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

R = 39.67%
G = 23.11%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C271B6 (or 0xC271B6) is known color: Fuchsia. HEX triplet: C2, 71 and B6. RGB value is (194,113,182). Sum of RGB (Red+Green+Blue) = 194+113+182=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 182 (71.48% from 255 or 37.22% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C271B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C271B6 is #3D8E49. Grayscale: #909090. Windows color (decimal): -4034122 or 11956674. OLE color: 11956674.

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

Color convert

RGB 194 113 182 -
CMYK 0 0.42 0.06 0.24
HSL 308.89º 0.4% 0.6% -
HSV(B) 308.89º 0.42% 0.76% -
XYZ 36.6 26.66 47.47 -
YUV 145.09 148.84 162.89 -
System Red Green Blue C M Y K H S L
Decimal 194 113 182 0 0.42 0.06 0.24 308.89 0.4 0.6
Hex C2 71 B6 0 2A 6 18 135 28 3C
Octal 302 161 266 0 52 6 30 465 50 74
Binary 11000010 1110001 10110110 0 101010 110 11000 100110101 101000 111100

Color Harmonies of #C271B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C271B6

Black with #C271B6

Text Example


Text Example

White with #C271B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C271B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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