Html Css Color HEX #C271AF Fuchsia

📋 copy color: '#C271AF'

red 194 ◦ green 113 ◦ blue 175

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

Shades of Fuchsia #C271AF

Tints of Fuchsia #C271AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.31%

R = 40.25%
G = 23.44%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C271AF (or 0xC271AF) is known color: Fuchsia. HEX triplet: C2, 71 and AF. RGB value is (194,113,175). Sum of RGB (Red+Green+Blue) = 194+113+175=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C271AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C271AF is #3D8E50. Grayscale: #909090. Windows color (decimal): -4034129 or 11497922. OLE color: 11497922.

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

Color convert

RGB 194 113 175 -
CMYK 0 0.42 0.10 0.24
HSL 314.07º 0.4% 0.6% -
HSV(B) 314.07º 0.42% 0.76% -
XYZ 35.89 26.37 43.76 -
YUV 144.29 145.34 163.46 -
System Red Green Blue C M Y K H S L
Decimal 194 113 175 0 0.42 0.10 0.24 314.07 0.4 0.6
Hex C2 71 AF 0 2A A 18 13A 28 3C
Octal 302 161 257 0 52 12 30 472 50 74
Binary 11000010 1110001 10101111 0 101010 1010 11000 100111010 101000 111100

Color Harmonies of #C271AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C271AF

Black with #C271AF

Text Example


Text Example

White with #C271AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C271AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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