#C571B3

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

Shades of Fuchsia #C571B3

Tints of Fuchsia #C571B3

Color information

#C571B3 (or 0xC571B3) is unknown color: approx Fuchsia. HEX triplet: C5, 71 and B3. RGB value is (197,113,179). Sum of RGB (Red+Green+Blue) = 197+113+179=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C571B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C571B3 is #3A8E4C. Grayscale: #919191. Windows color (decimal): -3837517 or 11760069. OLE color: 11760069.

HSL color Cylindrical-coordinate representation of color #C571B3: hue angle of 312.86º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C571B3 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB197113179-
CMYK00.430.090.23
HSL312.86º42%60.78%-
HSV(B)312.86º42.64%77.25%-
XYZ37.0726.9445.89-
YUV145.64146.83164.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.29%
GREEN value IS 113 (44.53% from 255) = 23.11%
BLUE value IS 179 (70.31% from 255) = 36.61%
R=40.29%
G=23.11%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711317900.430.090.23312.864260.78
HexC571B302B9171392a3d
Octal30516126305311274715275
Binary110001011110001101100110101011100110111100111001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C571B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C571B3; }

 p { color: rgb(197,113,179); }

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

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

 a { background-color: rgb(197,113,179); }

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

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

 span { border-color: rgb(197,113,179); }

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