Html Css Color HEX #C471AF Fuchsia

📋 copy color: '#C471AF'

red 196 ◦ green 113 ◦ blue 175

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

Shades of Fuchsia #C471AF

Tints of Fuchsia #C471AF

RGB

 RED value IS 196 (76.95% from 255) = 40.5%

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

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

R = 40.5%
G = 23.35%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C471AF (or 0xC471AF) is known color: Fuchsia. HEX triplet: C4, 71 and AF. RGB value is (196,113,175). Sum of RGB (Red+Green+Blue) = 196+113+175=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C471AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C471AF is #3B8E50. Grayscale: #909090. Windows color (decimal): -3903057 or 11497924. OLE color: 11497924.

HSL color Cylindrical-coordinate representation of color #C471AF: hue angle of 315.18º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C471AF is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 113 175 -
CMYK 0 0.42 0.11 0.23
HSL 315.18º 0.41% 0.61% -
HSV(B) 315.18º 0.42% 0.77% -
XYZ 36.41 26.64 43.78 -
YUV 144.89 145 164.46 -
System Red Green Blue C M Y K H S L
Decimal 196 113 175 0 0.42 0.11 0.23 315.18 0.41 0.61
Hex C4 71 AF 0 2A B 17 13B 29 3D
Octal 304 161 257 0 52 13 27 473 51 75
Binary 11000100 1110001 10101111 0 101010 1011 10111 100111011 101001 111101

Color Harmonies of #C471AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C471AF

Black with #C471AF

Text Example


Text Example

White with #C471AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C471AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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