#C562BA

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

Shades of Fuchsia #C562BA

Tints of Fuchsia #C562BA

Color information

#C562BA (or 0xC562BA) is unknown color: approx Fuchsia. HEX triplet: C5, 62 and BA. RGB value is (197,98,186). Sum of RGB (Red+Green+Blue) = 197+98+186=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C562BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C562BA is #3A9D45. Grayscale: #898989. Windows color (decimal): -3841350 or 12214981. OLE color: 12214981.

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

Color convert

RGB19798186-
CMYK00.500.060.23
HSL306.67º46.05%57.84%-
HSV(B)306.67º50.25%77.25%-
XYZ36.2624.1549.21-
YUV137.63155.3170.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.96%
GREEN value IS 98 (38.67% from 255) = 20.37%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=40.96%
G=20.37%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979818600.500.060.23306.6746.0557.84
HexC562BA0326171332e3a
Octal3051422720626274635672
Binary11000101110001010111010011001011010111100110011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C562BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C562BA; }

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

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

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

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

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

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

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

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