#C553BC

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

Shades of Fuchsia #C553BC

Tints of Fuchsia #C553BC

Color information

#C553BC (or 0xC553BC) is unknown color: approx Fuchsia. HEX triplet: C5, 53 and BC. RGB value is (197,83,188). Sum of RGB (Red+Green+Blue) = 197+83+188=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C553BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C553BC is #3AAC43. Grayscale: #808080. Windows color (decimal): -3845188 or 12342213. OLE color: 12342213.

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

Color convert

RGB19783188-
CMYK00.580.050.23
HSL304.74º49.57%54.9%-
HSV(B)304.74º57.87%77.25%-
XYZ35.221.6949.91-
YUV129.06161.27176.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.09%
GREEN value IS 83 (32.81% from 255) = 17.74%
BLUE value IS 188 (73.83% from 255) = 40.17%
R=42.09%
G=17.74%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978318800.580.050.23304.7449.5754.9
HexC553BC03A5171313237
Octal3051232740725274616267
Binary11000101101001110111100011101010110111100110001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C553BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C553BC; }

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

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

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

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

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

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

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

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