#C53FCC

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

Shades of Fuchsia #C53FCC

Tints of Fuchsia #C53FCC

Color information

#C53FCC (or 0xC53FCC) is unknown color: approx Fuchsia. HEX triplet: C5, 3F and CC. RGB value is (197,63,204). Sum of RGB (Red+Green+Blue) = 197+63+204=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #C53FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53FCC is #3AC033. Grayscale: #767676. Windows color (decimal): -3850292 or 13385669. OLE color: 13385669.

HSL color Cylindrical-coordinate representation of color #C53FCC: hue angle of 297.02º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53FCC is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19763204-
CMYK0.030.6900.2
HSL297.02º58.02%52.35%-
HSV(B)297.02º69.12%80%-
XYZ35.719.7859.06-
YUV119.14175.89183.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.46%
GREEN value IS 63 (25% from 255) = 13.58%
BLUE value IS 204 (80.08% from 255) = 43.97%
R=42.46%
G=13.58%
B=43.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal197632040.030.6900.2297.0258.0252.35
HexC53FCC3450141293a34
Octal3057731431050244517264
Binary1100010111111111001100111000101010100100101001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53FCC; }

 p { color: rgb(197,63,204); }

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

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

 a { background-color: rgb(197,63,204); }

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

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

 span { border-color: rgb(197,63,204); }

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