#C53ECA

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

Shades of Fuchsia #C53ECA

Tints of Fuchsia #C53ECA

Color information

#C53ECA (or 0xC53ECA) is unknown color: approx Fuchsia. HEX triplet: C5, 3E and CA. RGB value is (197,62,202). Sum of RGB (Red+Green+Blue) = 197+62+202=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #C53ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53ECA is #3AC135. Grayscale: #757575. Windows color (decimal): -3850550 or 13254341. OLE color: 13254341.

HSL color Cylindrical-coordinate representation of color #C53ECA: hue angle of 297.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53ECA is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19762202-
CMYK0.020.6900.21
HSL297.86º56.91%51.76%-
HSV(B)297.86º69.31%79.22%-
XYZ35.4119.5857.79-
YUV118.32175.23184.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.73%
GREEN value IS 62 (24.61% from 255) = 13.45%
BLUE value IS 202 (79.30% from 255) = 43.82%
R=42.73%
G=13.45%
B=43.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal197622020.020.6900.21297.8656.9151.76
HexC53ECA24501512a3934
Octal3057631221050254527164
Binary1100010111111011001010101000101010101100101010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53ECA; }

 p { color: rgb(197,62,202); }

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

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

 a { background-color: rgb(197,62,202); }

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

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

 span { border-color: rgb(197,62,202); }

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