#C573B1

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

Shades of Fuchsia #C573B1

Tints of Fuchsia #C573B1

Color information

#C573B1 (or 0xC573B1) is unknown color: approx Fuchsia. HEX triplet: C5, 73 and B1. RGB value is (197,115,177). Sum of RGB (Red+Green+Blue) = 197+115+177=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C573B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C573B1 is #3A8C4E. Grayscale: #929292. Windows color (decimal): -3837007 or 11629509. OLE color: 11629509.

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

Color convert

RGB197115177-
CMYK00.420.100.23
HSL314.63º41.41%61.18%-
HSV(B)314.63º41.62%77.25%-
XYZ37.0927.3144.91-
YUV146.59145.17163.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.29%
GREEN value IS 115 (45.31% from 255) = 23.52%
BLUE value IS 177 (69.53% from 255) = 36.20%
R=40.29%
G=23.52%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711517700.420.100.23314.6341.4161.18
HexC573B102AA1713b293d
Octal30516326105212274735175
Binary110001011110011101100010101010101010111100111011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C573B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C573B1; }

 p { color: rgb(197,115,177); }

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

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

 a { background-color: rgb(197,115,177); }

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

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

 span { border-color: rgb(197,115,177); }

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