Html Css Color HEX #C471BE Fuchsia

📋 copy color: '#C471BE'

red 196 ◦ green 113 ◦ blue 190

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

Shades of Fuchsia #C471BE

Tints of Fuchsia #C471BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.08%

R = 39.28%
G = 22.65%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C471BE (or 0xC471BE) is known color: Fuchsia. HEX triplet: C4, 71 and BE. RGB value is (196,113,190). Sum of RGB (Red+Green+Blue) = 196+113+190=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C471BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C471BE is #3B8E41. Grayscale: #929292. Windows color (decimal): -3903042 or 12480964. OLE color: 12480964.

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

Color convert

RGB 196 113 190 -
CMYK 0 0.42 0.03 0.23
HSL 304.34º 0.41% 0.61% -
HSV(B) 304.34º 0.42% 0.77% -
XYZ 37.96 27.26 51.98 -
YUV 146.6 152.5 163.24 -
System Red Green Blue C M Y K H S L
Decimal 196 113 190 0 0.42 0.03 0.23 304.34 0.41 0.61
Hex C4 71 BE 0 2A 3 17 130 29 3D
Octal 304 161 276 0 52 3 27 460 51 75
Binary 11000100 1110001 10111110 0 101010 11 10111 100110000 101001 111101

Color Harmonies of #C471BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C471BE

Black with #C471BE

Text Example


Text Example

White with #C471BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C471BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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