#C553C4

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

Shades of Fuchsia #C553C4

Tints of Fuchsia #C553C4

Color information

#C553C4 (or 0xC553C4) is unknown color: approx Fuchsia. HEX triplet: C5, 53 and C4. RGB value is (197,83,196). Sum of RGB (Red+Green+Blue) = 197+83+196=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 83 (32.81% from 255 or 17.44% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C553C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C553C4 is #3AAC3B. Grayscale: #818181. Windows color (decimal): -3845180 or 12866501. OLE color: 12866501.

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

Color convert

RGB19783196-
CMYK00.580.010.23
HSL300.53º49.57%54.9%-
HSV(B)300.53º57.87%77.25%-
XYZ36.0822.0454.58-
YUV129.97165.27175.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.39%
GREEN value IS 83 (32.81% from 255) = 17.44%
BLUE value IS 196 (76.95% from 255) = 41.18%
R=41.39%
G=17.44%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978319600.580.010.23300.5349.5754.9
HexC553C403A11712d3237
Octal3051233040721274556267
Binary110001011010011110001000111010110111100101101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C553C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C553C4; }

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

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

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

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

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

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

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

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