Html Css Color HEX #C471B2 Fuchsia

📋 copy color: '#C471B2'

red 196 ◦ green 113 ◦ blue 178

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

Shades of Fuchsia #C471B2

Tints of Fuchsia #C471B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.55%

R = 40.25%
G = 23.2%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C471B2 (or 0xC471B2) is known color: Fuchsia. HEX triplet: C4, 71 and B2. RGB value is (196,113,178). Sum of RGB (Red+Green+Blue) = 196+113+178=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C471B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C471B2 is #3B8E4D. Grayscale: #919191. Windows color (decimal): -3903054 or 11694532. OLE color: 11694532.

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

Color convert

RGB 196 113 178 -
CMYK 0 0.42 0.09 0.23
HSL 313.01º 0.41% 0.61% -
HSV(B) 313.01º 0.42% 0.77% -
XYZ 36.71 26.76 45.35 -
YUV 145.23 146.5 164.21 -
System Red Green Blue C M Y K H S L
Decimal 196 113 178 0 0.42 0.09 0.23 313.01 0.41 0.61
Hex C4 71 B2 0 2A 9 17 139 29 3D
Octal 304 161 262 0 52 11 27 471 51 75
Binary 11000100 1110001 10110010 0 101010 1001 10111 100111001 101001 111101

Color Harmonies of #C471B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C471B2

Black with #C471B2

Text Example


Text Example

White with #C471B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C471B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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