#C53ED0

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

Shades of Fuchsia #C53ED0

Tints of Fuchsia #C53ED0

Color information

#C53ED0 (or 0xC53ED0) is unknown color: approx Fuchsia. HEX triplet: C5, 3E and D0. RGB value is (197,62,208). Sum of RGB (Red+Green+Blue) = 197+62+208=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #C53ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53ED0 is #3AC12F. Grayscale: #767676. Windows color (decimal): -3850544 or 13647557. OLE color: 13647557.

HSL color Cylindrical-coordinate representation of color #C53ED0: hue angle of 295.48º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53ED0 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19762208-
CMYK0.050.7000.18
HSL295.48º60.83%52.94%-
HSV(B)295.48º70.19%81.57%-
XYZ36.1319.8761.61-
YUV119.01178.23183.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.18%
GREEN value IS 62 (24.61% from 255) = 13.28%
BLUE value IS 208 (81.64% from 255) = 44.54%
R=42.18%
G=13.28%
B=44.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal197622080.050.7000.18295.4860.8352.94
HexC53ED05460121273d35
Octal3057632051060224477565
Binary11000101111110110100001011000110010010100100111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53ED0; }

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

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

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

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

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

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

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

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