Html Css Color HEX #C471BD Fuchsia

📋 copy color: '#C471BD'

red 196 ◦ green 113 ◦ blue 189

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

Shades of Fuchsia #C471BD

Tints of Fuchsia #C471BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.95%

R = 39.36%
G = 22.69%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C471BD (or 0xC471BD) is known color: Fuchsia. HEX triplet: C4, 71 and BD. RGB value is (196,113,189). Sum of RGB (Red+Green+Blue) = 196+113+189=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C471BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C471BD is #3B8E42. Grayscale: #929292. Windows color (decimal): -3903043 or 12415428. OLE color: 12415428.

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

Color convert

RGB 196 113 189 -
CMYK 0 0.42 0.04 0.23
HSL 305.06º 0.41% 0.61% -
HSV(B) 305.06º 0.42% 0.77% -
XYZ 37.86 27.22 51.4 -
YUV 146.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 196 113 189 0 0.42 0.04 0.23 305.06 0.41 0.61
Hex C4 71 BD 0 2A 4 17 131 29 3D
Octal 304 161 275 0 52 4 27 461 51 75
Binary 11000100 1110001 10111101 0 101010 100 10111 100110001 101001 111101

Color Harmonies of #C471BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C471BD

Black with #C471BD

Text Example


Text Example

White with #C471BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C471BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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