#C562C4

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

Shades of Fuchsia #C562C4

Tints of Fuchsia #C562C4

Color information

#C562C4 (or 0xC562C4) is unknown color: approx Fuchsia. HEX triplet: C5, 62 and C4. RGB value is (197,98,196). Sum of RGB (Red+Green+Blue) = 197+98+196=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 196 (76.95% from 255 or 39.92% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C562C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C562C4 is #3A9D3B. Grayscale: #8A8A8A. Windows color (decimal): -3841340 or 12870341. OLE color: 12870341.

HSL color Cylindrical-coordinate representation of color #C562C4: hue angle of 300.61º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C562C4 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB19798196-
CMYK00.500.010.23
HSL300.61º46.05%57.84%-
HSV(B)300.61º50.25%77.25%-
XYZ37.3624.5955-
YUV138.77160.3169.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.12%
GREEN value IS 98 (38.67% from 255) = 19.96%
BLUE value IS 196 (76.95% from 255) = 39.92%
R=40.12%
G=19.96%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979819600.500.010.23300.6146.0557.84
HexC562C403211712d2e3a
Octal3051423040621274555672
Binary110001011100010110001000110010110111100101101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C562C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C562C4; }

 p { color: rgb(197,98,196); }

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

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

 a { background-color: rgb(197,98,196); }

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

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

 span { border-color: rgb(197,98,196); }

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