#C572BA

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

Shades of Fuchsia #C572BA

Tints of Fuchsia #C572BA

Color information

#C572BA (or 0xC572BA) is unknown color: approx Fuchsia. HEX triplet: C5, 72 and BA. RGB value is (197,114,186). Sum of RGB (Red+Green+Blue) = 197+114+186=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C572BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C572BA is #3A8D45. Grayscale: #929292. Windows color (decimal): -3837254 or 12219077. OLE color: 12219077.

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

Color convert

RGB197114186-
CMYK00.420.060.23
HSL307.95º41.71%60.98%-
HSV(B)307.95º42.13%77.25%-
XYZ37.9127.4549.75-
YUV147.02150163.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.64%
GREEN value IS 114 (44.92% from 255) = 22.94%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=39.64%
G=22.94%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711418600.420.060.23307.9541.7160.98
HexC572BA02A6171342a3d
Octal3051622720526274645275
Binary11000101111001010111010010101011010111100110100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C572BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C572BA; }

 p { color: rgb(197,114,186); }

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

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

 a { background-color: rgb(197,114,186); }

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

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

 span { border-color: rgb(197,114,186); }

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