#C471BD

Color #C471BD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C471BD

Tints of Fuchsia #C471BD

Color information

#C471BD (or 0xC471BD) is unknown color: approx 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

RGB196113189-
CMYK00.420.040.23
HSL305.06º41.29%60.59%-
HSV(B)305.06º42.35%76.86%-
XYZ37.8627.2251.4-
YUV146.48152163.32-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611318900.420.040.23305.0641.2960.59
HexC471BD02A417131293d
Octal3041612750524274615175
Binary11000100111000110111101010101010010111100110001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C471BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>