#C471BA

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

Shades of Fuchsia #C471BA

Tints of Fuchsia #C471BA

Color information

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

RGB196113186-
CMYK00.420.050.23
HSL307.23º41.29%60.59%-
HSV(B)307.23º42.35%76.86%-
XYZ37.5327.0949.71-
YUV146.14150.5163.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.60%
GREEN value IS 113 (44.53% from 255) = 22.83%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=39.60%
G=22.83%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611318600.420.050.23307.2341.2960.59
HexC471BA02A517133293d
Octal3041612720525274635175
Binary11000100111000110111010010101010110111100110011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C471BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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