Html Css Color HEX #C471BA Fuchsia

📋 copy color: '#C471BA'

red 196 ◦ green 113 ◦ blue 186

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

Shades of Fuchsia #C471BA

Tints of Fuchsia #C471BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.58%

R = 39.6%
G = 22.83%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C471BA (or 0xC471BA) is known color: Fuchsia. HEX triplet: C4, 71 and BA. RGB value is (196,113,186). Sum of RGB (Red+Green+Blue) = 196+113+186=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C471BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C471BA is #3B8E45. Grayscale: #919191. Windows color (decimal): -3903046 or 12218820. OLE color: 12218820.

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

Color convert

RGB 196 113 186 -
CMYK 0 0.42 0.05 0.23
HSL 307.23º 0.41% 0.61% -
HSV(B) 307.23º 0.42% 0.77% -
XYZ 37.53 27.09 49.71 -
YUV 146.14 150.5 163.56 -
System Red Green Blue C M Y K H S L
Decimal 196 113 186 0 0.42 0.05 0.23 307.23 0.41 0.61
Hex C4 71 BA 0 2A 5 17 133 29 3D
Octal 304 161 272 0 52 5 27 463 51 75
Binary 11000100 1110001 10111010 0 101010 101 10111 100110011 101001 111101

Color Harmonies of #C471BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C471BA

Black with #C471BA

Text Example


Text Example

White with #C471BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C471BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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