Html Css Color HEX #C471B9 Fuchsia

📋 copy color: '#C471B9'

red 196 ◦ green 113 ◦ blue 185

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

Shades of Fuchsia #C471B9

Tints of Fuchsia #C471B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.45%

R = 39.68%
G = 22.87%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C471B9 (or 0xC471B9) is known color: Fuchsia. HEX triplet: C4, 71 and B9. RGB value is (196,113,185). Sum of RGB (Red+Green+Blue) = 196+113+185=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C471B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C471B9 is #3B8E46. Grayscale: #919191. Windows color (decimal): -3903047 or 12153284. OLE color: 12153284.

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

Color convert

RGB 196 113 185 -
CMYK 0 0.42 0.06 0.23
HSL 307.95º 0.41% 0.61% -
HSV(B) 307.95º 0.42% 0.77% -
XYZ 37.43 27.05 49.15 -
YUV 146.03 150 163.65 -
System Red Green Blue C M Y K H S L
Decimal 196 113 185 0 0.42 0.06 0.23 307.95 0.41 0.61
Hex C4 71 B9 0 2A 6 17 134 29 3D
Octal 304 161 271 0 52 6 27 464 51 75
Binary 11000100 1110001 10111001 0 101010 110 10111 100110100 101001 111101

Color Harmonies of #C471B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C471B9

Black with #C471B9

Text Example


Text Example

White with #C471B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C471B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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