#C552BC

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

Shades of Fuchsia #C552BC

Tints of Fuchsia #C552BC

Color information

#C552BC (or 0xC552BC) is unknown color: approx Fuchsia. HEX triplet: C5, 52 and BC. RGB value is (197,82,188). Sum of RGB (Red+Green+Blue) = 197+82+188=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C552BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C552BC is #3AAD43. Grayscale: #808080. Windows color (decimal): -3845444 or 12341957. OLE color: 12341957.

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

Color convert

RGB19782188-
CMYK00.580.050.23
HSL304.7º49.78%54.71%-
HSV(B)304.7º58.38%77.25%-
XYZ35.1221.5449.88-
YUV128.47161.6176.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.18%
GREEN value IS 82 (32.42% from 255) = 17.56%
BLUE value IS 188 (73.83% from 255) = 40.26%
R=42.18%
G=17.56%
B=40.26%

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
Decimal1978218800.580.050.23304.749.7854.71
HexC552BC03A5171313237
Octal3051222740725274616267
Binary11000101101001010111100011101010110111100110001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C552BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C552BC; }

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

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

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

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

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

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

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

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