#C573BE

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

Shades of Fuchsia #C573BE

Tints of Fuchsia #C573BE

Color information

#C573BE (or 0xC573BE) is unknown color: approx Fuchsia. HEX triplet: C5, 73 and BE. RGB value is (197,115,190). Sum of RGB (Red+Green+Blue) = 197+115+190=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C573BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573BE is #3A8C41. Grayscale: #939393. Windows color (decimal): -3836994 or 12481477. OLE color: 12481477.

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

Color convert

RGB197115190-
CMYK00.420.040.23
HSL305.12º41.41%61.18%-
HSV(B)305.12º41.62%77.25%-
XYZ38.4527.8552.06-
YUV148.07151.67162.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.24%
GREEN value IS 115 (45.31% from 255) = 22.91%
BLUE value IS 190 (74.61% from 255) = 37.85%
R=39.24%
G=22.91%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711519000.420.040.23305.1241.4161.18
HexC573BE02A417131293d
Octal3051632760524274615175
Binary11000101111001110111110010101010010111100110001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C573BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C573BE; }

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

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

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

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

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

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

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

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