#C471C2

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

Shades of Fuchsia #C471C2

Tints of Fuchsia #C471C2

Color information

#C471C2 (or 0xC471C2) is unknown color: approx Fuchsia. HEX triplet: C4, 71 and C2. RGB value is (196,113,194). Sum of RGB (Red+Green+Blue) = 196+113+194=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C471C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C471C2 is #3B8E3D. Grayscale: #929292. Windows color (decimal): -3903038 or 12743108. OLE color: 12743108.

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

Color convert

RGB196113194-
CMYK00.420.010.23
HSL301.45º41.29%60.59%-
HSV(B)301.45º42.35%76.86%-
XYZ38.4127.4454.31-
YUV147.05154.5162.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 113 (44.53% from 255) = 22.47%
BLUE value IS 194 (76.17% from 255) = 38.57%
R=38.97%
G=22.47%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611319400.420.010.23301.4541.2960.59
HexC471C202A11712d293d
Octal3041613020521274555175
Binary110001001110001110000100101010110111100101101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C471C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C471C2; }

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

 H1.HeaderClassName
 {
   color: #C471C2;
 }
 .AnyTagClassName
 {
   color: #C471C2;
 }
</style>
background-color css

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

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

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

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

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

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